-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.62 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.62 KB
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
{
"name": "webpc",
"version": "1.1.4",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "DEBUG=web* node ./bin/index.js dev",
"build": "DEBUG=web* NODE_ENV=production node ./bin/index.js build"
},
"keywords": [
"webpack"
],
"typings": "lib/index.d.ts",
"files": [
"/lib",
"/dist",
"/types",
"/template",
"/bin"
],
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"authors": {
"name": "yubin",
"email": "18462232@qq.com"
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@types/debug": "^4.1.5",
"@types/fs-extra": "^9.0.1",
"@types/node": "^14.0.9",
"@types/yargs-parser": "^15.0.0",
"@webpc/plug": "1.0.6",
"address": "^1.1.2",
"babel-loader": "^8.1.0",
"chalk": "^4.0.0",
"chokidar": "^3.4.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.5.3",
"debug": "^4.1.1",
"file-loader": "^6.0.0",
"fs-extra": "^9.0.1",
"html-webpack-plugin": "^4.3.0",
"less-loader": "^6.1.0",
"lib-flexible": "^0.3.2",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"postcss-plugin-px2rem": "^0.8.1",
"postcss-preset-env": "^6.7.0",
"spinnies": "^0.5.1",
"style-loader": "^1.2.1",
"ts-loader": "^7.0.5",
"typescript": "^3.9.3",
"underscore-template-loader": "^1.1.0",
"url-loader": "^4.1.0",
"yargs-parser": "^18.1.3"
},
"bin": {
"webpc": "bin/index.js"
}
}