-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
40 lines (40 loc) · 973 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
32
33
34
35
36
37
38
39
40
{
"name": "webpack-config",
"version": "1.0.0",
"description": "小活動",
"main": "index.js",
"scripts": {
"clean": "rimraf build",
"start": "webpack",
"server": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "https://github.com/wjf444128852.git"
},
"author": "nine",
"license": "ISC",
"bugs": {
"url": "https://github.comwjf444128852/issues"
},
"homepage": "https://github.com/wjf444128852#readme",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"css-loader": "^0.27.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.0",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.3",
"style-loader": "^0.14.1",
"url-loader": "^0.5.8",
"webpack": "^2.2.1"
},
"dependencies": {
"flexible": "^0.1.20",
"jquery": "^3.2.0"
}
}