-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.48 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
80
81
82
83
84
85
86
87
{
"name": "@lxjx/zero",
"version": "1.4.14",
"description": "zero configured react scaffolding, supports Typescript, out of the box",
"authors": {
"name": "lixianjie",
"email": "1073830130@qq.com"
},
"license": "MIT",
"repository": "https://github.com/Iixianjie/zero",
"peerDependencies": {
"@babel/runtime": "^7.7.2",
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
},
"devDependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"dependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-decorators": "^7.7.0",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"@babel/preset-typescript": "^7.7.2",
"@babel/runtime": "^7.7.2",
"@hot-loader/react-dom": "^16.12.0",
"@lxjx/preset-config": "^0.0.4",
"@lxjx/utils": "^1.0.9",
"@types/node": "^12.12.8",
"@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4",
"autoprefixer": "^9.7.1",
"babel-loader": "^8.0.6",
"body-parser": "^1.19.0",
"chalk": "^2.4.2",
"chokidar": "^3.3.0",
"clean-webpack-plugin": "^3.0.0",
"commander": "^3.0.2",
"compression-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.5",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"html-beautify-webpack-plugin": "^1.0.5",
"html-webpack-plugin": "^3.2.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"node-notifier": "^6.0.0",
"node-sass": "^4.13.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"ora": "^4.0.3",
"portfinder": "^1.0.25",
"postcss-loader": "^3.0.0",
"progress-bar-webpack-plugin": "^1.12.1",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
"react-dev-utils": "^9.1.0",
"react-hot-loader": "^4.12.19",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^2.2.1",
"typescript": "^3.7.2",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-dev-server": "^3.9.0",
"webpack-merge": "^4.2.2"
},
"bin": {
"zero": "./bin/index.js"
},
"files": [
"bin",
"common",
"config",
"script",
"template",
"webpack"
]
}