-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
101 lines (101 loc) · 2.8 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "webpack-genius",
"version": "5.0.0-beta.0",
"main": "lib/index.js",
"repository": "git@github.com:fwh1990/webpack-genius.git",
"author": "范文华 <531362022@qq.com>",
"keywords": [
"webpack",
"webpack-cli"
],
"license": "MIT",
"bin": "./lib/command.js",
"engines": {
"node": ">= 10.13.0"
},
"scripts": {
"prepublishOnly": "sh ./prepublish.sh"
},
"sharedDeps": [
"yargs",
"react-dev-utils",
"v8-compile-cache",
"terser-webpack-plugin",
"postcss",
"lodash",
"chalk",
"cosmiconfig"
],
"dependencies": {
"@babel/core": "7.12.8",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/plugin-proposal-decorators": "7.12.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.12.1",
"@babel/plugin-proposal-optional-chaining": "7.12.7",
"@babel/plugin-transform-runtime": "7.12.1",
"@babel/preset-env": "7.12.7",
"@babel/preset-react": "7.12.7",
"@babel/preset-typescript": "7.12.7",
"@babel/runtime-corejs3": "7.12.5",
"@babel/types": "7.12.7",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
"@types/copy-webpack-plugin": "^6.3.0",
"@types/terser-webpack-plugin": "^5.0.2",
"@types/webpack-dev-server": "^3.11.1",
"autoprefixer": "10.0.2",
"babel-loader": "8.2.1",
"babel-plugin-import": "1.13.1",
"babel-plugin-lodash": "3.3.4",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "6.3.2",
"cosmiconfig": "7.0.0",
"css-loader": "5.0.1",
"css-minimizer-webpack-plugin": "^1.1.5",
"error-overlay-webpack-plugin": "0.4.1",
"fibers": "5.0.0",
"file-loader": "6.2.0",
"html-loader": "1.3.2",
"html-webpack-plugin": "5.0.0-alpha.6",
"json5-loader": "4.0.1",
"less": "3.12.2",
"less-loader": "7.1.0",
"lodash": "4.17.20",
"mini-css-extract-plugin": "1.3.1",
"postcss": "8.1.10",
"postcss-loader": "4.1.0",
"progress-bar-webpack-plugin": "2.1.0",
"react-dev-utils": "11.0.1",
"react-refresh": "0.9.0",
"sass": "1.29.0",
"sass-loader": "10.1.0",
"style-loader": "2.0.0",
"terser-webpack-plugin": "5.0.3",
"thread-loader": "3.0.1",
"ts-node": "9.0.0",
"typescript": "4.1.2",
"url-loader": "4.1.1",
"v8-compile-cache": "2.2.0",
"webpack": "5.6.0",
"webpack-cli": "4.2.0",
"webpack-dev-server": "3.11.0",
"webpackbar": "^5.0.0-3",
"yargs": "16.1.1"
},
"devDependencies": {
"@types/autoprefixer": "9.7.2",
"@types/browserslist": "^4.8.0",
"@types/css-minimizer-webpack-plugin": "^1.1.1",
"@types/lodash": "4.14.165",
"@types/node": "14.14.9",
"@types/yargs": "15.0.10",
"public-refactor": "0.5.1",
"react": "17.0.1",
"react-dom": "17.0.1"
},
"files": [
"lib",
"README.md",
"LICENSE",
"package.json"
]
}