-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.21 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "easypack-cli",
"version": "0.2.0",
"description": "基于Webpack的项目打包、编译工具",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/2256184693/Easypack-Cli"
},
"homepage": "https://github.com/2256184693/Easypack-Cli",
"bugs": {
"url": "https://github.com/2256184693/Easypack-Cli/issues"
},
"scripts": {
"test": "node ./test/index.js",
"preversion": "npm run test",
"version": "git add .",
"postversion": "git push && git push --tag && npm publish"
},
"bin": {
"easy": "./bin/index.js"
},
"keywords": [
"Webpack",
"Cli"
],
"author": "SH",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"autoprefixer": "^9.5.1",
"babel-loader": "^8.0.6",
"chalk": "^2.4.2",
"clean-webpack-plugin": "^2.0.2",
"commander": "^2.20.0",
"css-loader": "^2.1.1",
"detect-port": "^1.3.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.16.4",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^4.1.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^7.0.1",
"glob": "^7.1.4",
"happypack": "^5.0.1",
"html-webpack-plugin": "^3.2.0",
"html-webpack-tags-plugin": "^2.0.13",
"inquirer": "^6.2.2",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"lodash": "^4.17.15",
"memory-fs": "^0.4.1",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"open": "^6.2.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"serve-favicon": "^2.5.0",
"speed-measure-webpack-plugin": "^1.3.1",
"style-loader": "^0.23.1",
"stylus-loader": "^3.0.2",
"terser-webpack-plugin": "^1.3.0",
"thread-loader": "^2.1.2",
"url-loader": "^2.1.0",
"vue-loader": "^15.7.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.30.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.1",
"webpack-dev-middleware": "^3.7.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-manifest-plugin": "^2.0.4",
"webpack-merge": "^4.2.1"
},
"devDependencies": {}
}