-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 864 Bytes
/
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
{
"scripts": {
"dev": "node ./scripts/dev/index.js",
"build": "node ./scripts/build/index.js"
},
"dependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-react": "^6.24.1",
"colors": "^1.1.2",
"css-loader": "^0.28.4",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.29.0",
"html-withimg-loader": "^0.1.16",
"open": "^0.0.5",
"optimize-css-assets-webpack-plugin": "^2.0.0",
"ora": "^1.3.0",
"postcss-loader": "^2.0.6",
"shelljs": "^0.7.8",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.1.0",
"webpack-dev-middleware": "^1.11.0"
},
"license": "MIT"
}