-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.47 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
{
"name": "webpack_with_doc",
"version": "1.0.0",
"description": "从0开始的webpack啃文档生活",
"main": "index.js",
"scripts": {
"build": "node node_todo/build.js",
"dev": "node node_todo/dev.js",
"dashboard": "node node_todo/dashboard.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/a13821190779/webpack_with_doc.git"
},
"keywords": [],
"author": "watermelon",
"license": "ISC",
"bugs": {
"url": "https://github.com/a13821190779/webpack_with_doc/issues"
},
"homepage": "https://github.com/a13821190779/webpack_with_doc#readme",
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-2": "^6.22.0",
"css-loader": "^0.27.3",
"cssnano": "^3.10.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.28.0",
"html-withimg-loader": "^0.1.16",
"node-sass": "^4.5.1",
"opn": "^4.0.2",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"ora": "^1.1.0",
"postcss-loader": "^1.3.3",
"sass-loader": "^6.0.3",
"shelljs": "^0.7.7",
"style-loader": "^0.15.0",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-dashboard": "^1.0.0",
"webpack-dev-server": "^2.4.2",
"webpack-hot-middleware": "^2.17.1",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"whatwg-fetch": "^2.0.3"
}
}