forked from haojiey/react-mu-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.87 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
{
"name": "mu-admin",
"version": "0.0.1",
"author": "liangmuyou@outlook.com",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"prepare": "husky install",
"standard-version": "standard-version",
"check:eslint": "eslint \"{src,mock}/**/*.{ts,tsx}\" --fix",
"check:prettier": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,scss,html,md}\"",
"check:stylelint": "stylelint \"{src,mock}/**/*.{tsx,postcss,css,less,scss}\" --custom-syntax --fix",
"lint:lint-staged": "lint-staged -c ./.husky/lint-staged.config.cjs",
"lint:ls-lint": "ls-lint",
"lint:pretty": "pretty-quick --staged"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@ant-design/pro-components": "^2.4.4",
"antd": "^4.24.8",
"autoprefixer": "^10.4.14",
"axios": "^1.3.4",
"echarts": "^5.4.2",
"immer": "^9.0.21",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"path": "^0.12.7",
"postcss": "^8.4.21",
"postcss-lit": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.9.0",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.4.2",
"screenfull": "^6.0.2",
"tailwindcss": "^3.3.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@ls-lint/ls-lint": "^1.11.2",
"@types/node": "^18.15.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@vitejs/plugin-react": "^3.1.0",
"@zougt/some-loader-utils": "^1.4.3",
"@zougt/vite-plugin-theme-preprocessor": "^1.4.8",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-define-config": "^1.17.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"mockjs": "^1.1.0",
"postcss-less": "^6.0.0",
"prettier": "^2.8.7",
"pretty-quick": "^3.1.3",
"standard-version": "^9.5.0",
"stylelint": "^15.3.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^31.0.0",
"stylelint-order": "^6.0.3",
"typescript": "^4.9.3",
"vite": "^4.2.0",
"vite-plugin-imp": "^2.3.1",
"vite-plugin-mock": "^2.9.6"
}
}