-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.66 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "muxi_mobile_site",
"version": "1.0.1",
"description": "",
"main": "ninja.conf.js",
"scripts": {
"start": " node ../ninja/src/bin/ninja start",
"dev": "webpack-dev-server --config ./build/webpack.dev.conf.js",
"build": "node ./build/build.js",
"precommit": "pretty-quick --staged"
},
"keywords": [],
"author": "MFE",
"license": "ISC",
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^4.19.1",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.10.0",
"extract-text-webpack-plugin": "^2.1.2",
"husky-hg": "^0.15.2",
"prettier": "^1.13.7",
"pretty-quick": "^1.6.0"
},
"Devdependencies": {
"prettier": "^1.10.2",
"pretty-quick": "^1.4.1"
},
"dependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.4",
"file-loader": "^0.11.2",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-loader": "^0.5.1",
"html-webpack-harddisk-plugin": "^0.1.0",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.9.2",
"optimize-css-assets-webpack-plugin": "^3.0.0",
"preact": "^8.2.7",
"prop-types": "^15.6.2",
"qiniu-upload-tool": "^2.1.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^1.0.1",
"webpack": "^2.7.0",
"webpack-dev-middleware": "^1.12.0",
"webpack-dev-server": "^2.7.1",
"webpack-hot-middleware": "^2.18.2",
"webpack-merge": "^4.1.0"
}
}