-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.65 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
{
"name": "react-admin-ts",
"version": "0.0.1",
"description": "管理后台",
"main": "index.js",
"scripts": {
"install": "pnpm i --shamefully-flatten",
"start": "node_modules/.bin/webpack serve --config ./config/webpack.config.js --progress",
"build": "cross-env BUILD_ENV=VERSION node_modules/.bin/webpack --config ./config/webpack.config.js --mode production --progress && npm run tar",
"analyzer": "cross-env BUILD_ENV=analyzer node_modules/.bin/webpack --config ./config/webpack.config.js --mode production --progress",
"test": "eslint --ext .js,.ts,.jsx,.tsx ./src",
"fix": "eslint --ext .js,.ts,.jsx,.tsx ./src --fix",
"tar": "node ./scripts/tar.js",
"build-mock": "node ./scripts/build-mock.js ",
"build-api": "node ./scripts/build-api-doc.js ",
"tar-pages": "node ./scripts/tar-pages.js ",
"pull": "node ./scripts/pull-module.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@ant-design/pro-components": "^2.4.4",
"@antv/data-set": "^0.11.8",
"@antv/g2": "^4.2.10",
"ahooks": "^3.5.2",
"antd": "^5.4.2",
"axios": "^0.21.4",
"classnames": "^2.3.1",
"compressorjs": "^1.1.1",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.11.7",
"history": "4",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"moment": "^2.29.1",
"oner-storage": "^3.0.0",
"path-to-regexp": "^1.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-quill": "^2.0.0-beta.4",
"react-resize-detector": "^7.0.0",
"react-router-dom": "^5.3.4"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.15.4",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
"@types/history": "4",
"@types/lodash": "^4.14.179",
"@types/md5": "^2.3.1",
"@types/react": "17.0.47",
"@types/react-dom": "^17.0.17",
"@types/react-router-dom": "^5.3.0",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"autoprefixer": "^10.4.14",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.6",
"clean-webpack-plugin": "^4.0.0",
"colors": "^1.4.0",
"copy-webpack-plugin": "^8.1.1",
"core-js": "^3.18.0",
"cross-env": "^7.0.3",
"css-loader": "^6.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^3.0.1",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.3.3",
"friendly-errors-webpack-plugin": "2.0.0-beta.2",
"fs-extra": "^10.1.0",
"html-webpack-plugin": "^5.3.2",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"mini-css-extract-plugin": "^2.3.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss": "^8.4.22",
"postcss-loader": "^7.2.4",
"prettier": "^2.4.1",
"react-refresh": "^0.10.0",
"regenerator-runtime": "^0.13.9",
"style-loader": "^3.3.0",
"stylus": "^0.55.0",
"stylus-loader": "^6.1.0",
"svg-sprite-loader": "^6.0.9",
"svgo-loader": "^3.0.0",
"tailwindcss": "^3.3.1",
"tar": "^6.1.11",
"terser-webpack-plugin": "^5.3.1",
"thread-loader": "^3.0.4",
"typescript": "4.7.3",
"unzipper": "^0.10.11",
"url-loader": "^4.1.1",
"webpack": "^5.53.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
}
}