-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·38 lines (38 loc) · 1017 Bytes
/
package.json
File metadata and controls
executable file
·38 lines (38 loc) · 1017 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
{
"name": "webpack-dev-bash",
"version": "2.3.0",
"description": "build tools",
"main": "index.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/lin-hun/webpack-dev-bash"
},
"dependencies": {
"autoprefixer": "^7.1.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.5.1",
"babel-preset-react": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^3.0.0",
"html-webpack-inline-source-plugin": "0.0.9",
"html-webpack-plugin": "^2.28.0",
"log4js": "^1.0.1",
"node-sass": "^4.0.0",
"postcss-loader": "^1.3.3",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.0",
"shelljs": "^0.7.7",
"style-loader": "^0.13.1",
"webpack": "3.x.x",
"webpack-dev-server": "^2.4.5",
"babel-plugin-transform-async-to-generator": "^6.24.1"
},
"author": "浮生",
"license": "MIT"
}