-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.14 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
{
"name": "react-ts-admin",
"version": "2.0.2",
"description": "react-ts-admin",
"main": "./src/main.tsx",
"scripts": {
"start:dev": "cross-env sh bin/start.sh dev",
"start:other": "cross-env sh bin/start.sh other",
"start:sit": "cross-env sh bin/start.sh sit",
"start:prod": "cross-env sh bin/start.sh prod",
"build:dev": "cross-env sh bin/build.sh dev",
"build:other": "cross-env sh bin/build.sh other",
"build:prod": "cross-env sh bin/build.sh prod",
"build:sit": "cross-env sh bin/build.sh sit",
"lint": "eslint ./src/ --ext .ts,.tsx --fix",
"stylelint": "stylelint \"**/*.less\" --fix",
"prepare": "husky install"
},
"keywords": [],
"author": "sumingcheng",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "^5.3.7",
"@reduxjs/toolkit": "^1.9.5",
"@types/nprogress": "^0.2.0",
"antd": "^5.7.3",
"archiver": "^5.3.1",
"axios": "^1.4.0",
"cross-env": "^7.0.3",
"css-minimizer-webpack-plugin": "^5.0.1",
"dayjs": "^1.11.9",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"nanoid": "^4.0.2",
"nprogress": "^0.2.0",
"postcss-loader": "^7.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.2",
"react-router-dom": "^6.14.2",
"react-transition-group": "^4.4.5",
"redux": "^4.2.1",
"reflect-metadata": "^0.1.13",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/plugin-proposal-decorators": "^7.22.15",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@types/lodash": "^4.14.196",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.7",
"@types/react-transition-group": "^4.4.6",
"@types/webpack-env": "^1.18.1",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^6.8.1",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-import-resolver-webpack": "^0.13.4",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-security": "^1.7.1",
"html-webpack-plugin": "^5.5.3",
"husky": "^8.0.3",
"less": "^4.1.3",
"less-loader": "^11.1.3",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.27",
"postcss-less": "4.0.1",
"prettier": "^3.0.2",
"style-loader": "^3.3.3",
"stylelint": "^14.1.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^24.0.0",
"tailwindcss": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"unplugin-auto-import": "^0.16.6",
"webpack": "^5.88.0",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.13.3",
"webpackbar": "^5.0.2"
}
}