-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 977 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 977 Bytes
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
{
"name": "reactFrame",
"description": "webpack + react + thinkjs",
"version": "1.0.0",
"scripts": {
"start": "node --es_staging www/production.js",
"build": "webpack --progress --colors"
},
"dependencies": {
"react-router": "^2.5.2",
"thinkjs": "2.2.x"
},
"repository": "",
"devDependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"jade": "^1.11.0",
"jquery": "1.9.1",
"less": "^2.6.1",
"less-loader": "^2.2.3",
"lodash": "^4.9.0",
"memory-fs": "^0.3.0",
"mime": "^1.3.4",
"moment": "^2.13.0",
"react": "^15.0.2",
"react-dom": "^15.0.0",
"script-loader": "^0.7.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.14"
},
"author": "luchunyu",
"license": "MIT"
}