-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "phanary",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "concurrently --kill-others \"node ./bin/www\" \"gulp watchAll\""
},
"dependencies": {
"body-parser": "^1.19.0",
"client-sessions": "^0.8.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "^4.17.1",
"express-handlebars": "^3.0.0",
"jquery": "^3.5.0",
"mongoose": "^5.9.6",
"morgan": "^1.10.0",
"normalize.css": "^7.0.0",
"serve-favicon": "~2.4.2"
},
"devDependencies": {
"autoprefixer": "^7.0.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.18.8",
"concurrently": "^3.4.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-declare": "^0.3.0",
"gulp-fluent-ffmpeg": "^1.0.2",
"gulp-postcss": "^7.0.0",
"gulp-wrap": "^0.13.0",
"handlebars": "^4.7.6",
"postcss-hexrgba": "^0.2.1",
"postcss-import": "^10.0.0",
"postcss-mixins": "^6.0.0",
"postcss-nested": "^2.0.2",
"postcss-simple-vars": "^4.0.0",
"webpack": "^2.5.1"
}
}