-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
97 lines (97 loc) · 2.85 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "photoquest",
"version": "0.0.0",
"private": true,
"scripts": {
"start:prod": "node node_modules/gulp/bin/gulp build && cross-env NODE_ENV=prod node app.js",
"start": "node node_modules/gulp/bin/gulp build && cross-env NODE_ENV=dev node app.js",
"surge:deploy": "surge -p ./build/public -d super-photo-quest.surge.sh",
"test:watch": "npm run test -- -w",
"test": "mocha src/tests/",
"lint": "npm test & gulp lint",
"build": "node node_modules/gulp/bin/gulp build"
},
"dependencies": {
"assert": "^1.4.1",
"babel": "^6.23.0",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-plugin-transform-es2015-block-scoping": "^6.23.0",
"babel-plugin-transform-es2015-parameters": "^6.23.0",
"body-parser": "~1.17.1",
"browser-sync": "^2.18.8",
"cachegoose": "^3.0.2",
"cloudinary": "^1.8.0",
"connect-livereload": "^0.6.0",
"cookie-parser": "~1.4.3",
"cross-env": "^4.0.0",
"debug": "~2.6.0",
"eslint": "^3.17.1",
"eslint-config-xo": "^0.17.0",
"event-stream": "^3.3.4",
"express": "^4.15.2",
"express-handlebars": "^3.0.0",
"express-json": "^1.0.0",
"express-session": "^1.15.1",
"fetch-polyfill": "^0.8.2",
"formdata-polyfill": "^1.0.6",
"fs": "^0.0.2",
"geolib": "^2.0.22",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-changed-in-place": "^2.0.3",
"gulp-clean-css": "^3.0.3",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^3.0.1",
"gulp-html-lint": "0.0.1",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.1.1",
"gulp-less": "^3.3.0",
"gulp-lesshint": "^3.0.0",
"gulp-livereload": "^3.8.1",
"gulp-merge": "^0.1.1",
"gulp-nodemon": "^2.2.1",
"gulp-noop": "^1.0.0",
"gulp-plumber": "^1.1.0",
"gulp-polyfiller": "0.0.1",
"gulp-rename": "^1.2.2",
"gulp-rigger": "^0.5.8",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^2.4.1",
"gulp-stylelint": "^3.9.0",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^2.1.0",
"gulp-watch": "4.3.11",
"hbs": "~4.0.1",
"imagemin-jpegtran": "^5.0.2",
"intel": "1.1.2",
"less": "^2.7.2",
"mongoose": "^4.7.7",
"mongoose-auto-increment": "^5.0.1",
"morgan": "~1.7.0",
"multer": "~1.3.0",
"parse-redis-url": "0.0.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-vkontakte": "^0.3.2",
"password-hash": "^1.2.2",
"path": "^0.12.7",
"path.join": "^1.0.0",
"promise": "^7.1.1",
"promise-polyfill": "^6.0.2",
"redis": "^2.7.1",
"remote-static": "^1.1.0",
"rimraf": "^2.6.1",
"serve-favicon": "~2.3.2",
"stylelint": "^7.9.0",
"stylelint-config-standard": "^16.0.0",
"unique-name": "^0.9.0"
},
"engines": {
"node": "6.10.x",
"npm": "3.10.x"
},
"devDependencies": {
"mocha": "^3.3.0"
}
}