-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.39 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.39 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
{
"name": "mreact-template",
"bin": {
"rath": "./bin/rath"
},
"version": "1.0.0",
"description": "react template",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --config webpack.config.js"
},
"author": "yl2014",
"license": "ISC",
"dependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"chalk": "^2.0.1",
"chunk-manifest-webpack-plugin": "^1.1.0",
"commander": "^2.11.0",
"css-loader": "^0.28.4",
"eslint": "^4.2.0",
"eslint-loader": "^1.9.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.15.3",
"file-loader": "^0.11.2",
"glob": "^7.1.2",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.29.0",
"inquirer": "^3.1.1",
"mem-fs": "^1.1.3",
"mem-fs-editor": "^3.0.2",
"mkdirp": "^0.5.1",
"node-sass": "^4.5.3",
"opn": "^5.1.0",
"path-exists": "^3.0.0",
"postcss-loader": "^2.0.6",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.0.0",
"webpack-chunk-hash": "^0.4.0",
"webpack-dev-middleware": "^1.11.0",
"webpack-hot-middleware": "^2.18.2",
"webpack-merge": "^4.1.0"
},
"devDependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1"
}
}