forked from X-neuron/antdFront
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
109 lines (109 loc) · 3.41 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
102
103
104
105
106
107
108
109
{
"name": "antdfront",
"version": "1.0.0",
"description": "some test",
"main": "webpack.config.js",
"scripts": {
"build": "npx cross-env NODE_ENV=production webpack --mode=production",
"dev": "npx cross-env NODE_ENV=development webpack-dev-server --mode=development --config webpack.dev.config.js",
"test": "jest"
},
"keywords": [
"antd"
],
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@hot-loader/react-dom": "^16.13.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-console": "^0.2.1",
"babel-plugin-import": "^1.13.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-macros": "^2.8.0",
"better-mock": "^0.2.4",
"compression-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^6.0.0",
"cross-env": "^7.0.2",
"cross-port-killer": "^1.2.1",
"css-loader": "^3.5.3",
"eslint": "^7.0.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-loader": "^4.0.2",
"eslint-plugin-compat": "^3.6.0",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.2",
"file-loader": "^6.0.0",
"hard-source-webpack-plugin": "^0.13.1",
"html-webpack-plugin": "^4.3.0",
"husky": "^4.2.5",
"jest": "^26.0.1",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"lint-staged": "^10.2.2",
"mini-css-extract-plugin": "^0.9.0",
"mockjs": "^1.1.0",
"npm-run-all": "^4.1.5",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-loader": "^3.0.0",
"postcss-normalize": "^9.0.0",
"postcss-preset-env": "^6.7.0",
"postcss-safe-parser": "^4.0.2",
"react-hot-loader": "^4.12.21",
"react-perf-devtool": "^3.1.8",
"resolve-url-loader": "^3.1.1",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.1",
"thread-loader": "^2.1.3",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-manifest-plugin": "^2.2.0",
"webpackbar": "^4.0.0",
"workbox-webpack-plugin": "^5.1.3"
},
"dependencies": {
"@ant-design/icons": "^4.1.0",
"@ant-design/pro-table": "^2.2.7",
"@babel/runtime": "^7.9.6",
"@koale/useworker": "^3.0.0",
"@loadable/component": "^5.12.0",
"@reach/router": "^1.3.3",
"@umijs/hooks": "^1.9.2",
"antd": "^4.2.2",
"classnames": "^2.2.6",
"hox": "^1.1.0",
"lodash": "^4.17.15",
"nano-memoize": "^1.1.10",
"nanoid": "^3.1.7",
"nzh": "^1.0.4",
"omit.js": "^1.0.2",
"path-to-regexp": "^6.1.0",
"qiankun": "^2.0.11",
"qs": "^6.9.4",
"react": "^16.13.1",
"react-avatar-editor": "^12.0.0-beta.0",
"react-dom": "^16.13.1",
"react-intl-universal": "^2.2.5",
"react-sticky": "^6.0.3",
"react-use": "^14.2.0",
"tweetnacl-ts": "^1.0.3",
"umi-request": "^1.2.19"
},
"author": "wxz",
"license": "ISC"
}