-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.17 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
{
"name": "photolife",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"build": "webpack --watch --watch-aggregate-timeout 300 --mode development"
},
"dependencies": {
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"css-loader": "^0.28.11",
"debug": "~2.6.9",
"express": "~4.15.5",
"jade": "~1.11.0",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"morgan": "~1.9.0",
"pixi.js": "^4.8.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"serve-favicon": "~2.4.5",
"style-loader": "^0.21.0",
"underscore": "^1.9.1"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3"
}
}