-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
62 lines (62 loc) · 1.78 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
58
59
60
61
62
{
"name": "local-dev",
"version": "1.0.0",
"description": "just dev env",
"main": "index.js",
"scripts": {
"clean": "rimraf dist",
"dev": "webpack-dev-server --open --config webpack.dev.js --progress --inline --colors",
"build": "set NODE_ENV==production && webpack --config webpack.prod.js --progress --colors"
},
"repository": {
"type": "git",
"url": "[email protected]:jiucheng-front/dev-webpack.git"
},
"author": "nine",
"license": "ISC",
"bugs": {
"url": "https://github.com/jiucheng-front/dev-webpack/issues"
},
"homepage": "https://github.com/jiucheng-front/dev-webpack#readme",
"dependencies": {
"jquery": "^3.2.1",
"lib-flexible": "^0.3.2",
"lodash": "^4.17.4"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.27.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.28.0",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"loader-utils": "^1.1.0",
"markdown-loader": "^2.0.1",
"marked": "^0.3.6",
"mockjs": "^1.0.1-beta3",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.9",
"pug": "^2.0.0-rc.4",
"pug-loader": "^2.3.0",
"rimraf": "^2.6.1",
"silly-datetime": "^0.1.2",
"style-loader": "^0.14.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"ts-loader": "^3.1.1",
"typescript": "^3.1.1",
"uglifyjs-webpack-plugin": "^0.4.6",
"url-loader": "^0.5.8",
"uuid": "^3.3.2",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.9.7",
"webpack-merge": "^4.1.0"
}
}