forked from empjs/emp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.42 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.42 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "@efox/emp-cli",
"version": "1.6.3-beta.2",
"keywords": [
"react",
"module federation",
"antd",
"webpack5"
],
"bin": {
"emp": "./bin/emp.js"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/efoxTeam/emp.git",
"directory": "packages/emp-cli"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-syntax-top-level-await": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@babel/runtime": "^7.12.5",
"@efox/emp-react": "^1.1.3",
"@efox/emp-tsconfig": "^1.1.3",
"@efox/emp-tune-dts-plugin": "^1.1.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.2",
"@svgr/webpack": "^5.4.0",
"axios": "^0.21.0",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.0",
"babel-plugin-named-asset-import": "^0.3.7",
"bundle-loader": "^0.5.6",
"chalk": "^4.0.0",
"clean-webpack-plugin": "^3.0.0",
"cli-table3": "^0.6.0",
"commander": "^5.1.0",
"compression": "^1.7.4",
"css-loader": "^3.5.3",
"css-minimizer-webpack-plugin": "^1.1.5",
"cssnano": "^4.1.10",
"dotenv-webpack": "^6.0.0",
"eslint": "^7.12.1",
"eslint-webpack-plugin": "^2.1.0",
"express": "^4.17.1",
"file-loader": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^4.1.6",
"fs-extra": "^9.0.0",
"git-promise": "^1.0.0",
"html-webpack-plugin": "^5.0.0-alpha.9",
"inquirer": "^7.3.3",
"less": "^3.11.2",
"less-loader": "^6.1.0",
"mini-css-extract-plugin": "^1.3.2",
"npm-dts": "^1.3.4",
"npm-dts-webpack-plugin": "^1.3.0",
"ora": "^4.0.4",
"postcss": "^8.1.4",
"postcss-loader": "^4.0.4",
"react-dev-utils": "^11.0.0",
"react-refresh": "^0.9.0-rc.3",
"sass": "^1.26.7",
"sass-loader": "^8.0.2",
"semver": "^7.3.2",
"style-loader": "^1.2.1",
"typescript": "^4.0.5",
"url-loader": "^4.1.1",
"webpack": "^5.10.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-chain": "^6.4.0",
"webpack-dev-server": "^4.0.0-beta.0",
"webpackbar": "^5.0.0-3"
},
"gitHead": "6302c683f8315367daf7cf18aae971408390fbf4"
}