-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.44 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.44 KB
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
{
"name": "webpack1",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"postinstall": "webpack --config ./webpack-production.config.js --progress --colors"
},
"author": "Shoma Nishikawa",
"engines": {
"node": "5.x"
},
"dependencies": {
"autoprefixer": "^6.2.1",
"autoprefixer-loader": "^3.1.0",
"babel": "^5.8.20",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.1.1",
"body-parser": "^1.14.2",
"classnames": "^2.1.3",
"css-loader": "^0.15.6",
"es6-promise": "^3.0.2",
"express": "^4.13.1",
"file-loader": "^0.8.4",
"fs": "0.0.2",
"history": "^1.13.1",
"jquery": "^2.1.4",
"lodash": "^3.9.3",
"node-libs-browser": "^0.5.2",
"node-sass": "^3.2.0",
"normalize-css": "^2.3.1",
"path": "^0.11.14",
"postcss-loader": "^0.8.0",
"react": "^0.14.3",
"react-dom": "^0.14.2",
"react-redux": "^3.1.0",
"react-router": "^1.0.0",
"redux": "^3.0.2",
"redux-devtools": "^2.1.5",
"redux-logger": "^2.0.3",
"redux-simple-router": "0.0.10",
"rimraf": "^2.4.4",
"sass-loader": "^1.0.3",
"style-loader": "^0.12.3",
"three": "^0.73.0",
"url-loader": "^0.5.6",
"webpack": "^1.10.5",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0"
},
"devDependencies": {
"babel-eslint": "^4.0.5",
"react-hot-loader": "^1.2.7"
}
}