forked from QNAV/RuoYi-X-Admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.76 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
{
"name": "ruoyi-x-admin",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc && vite build",
"build:gh": "tsc && vite build --mode gh",
"build:staging": "tsc && vite build --mode staging",
"dev": "vite",
"preinstall": "npx only-allow pnpm",
"openapi": "tsx openapi.config.ts",
"prepare": "husky install",
"preview": "vite preview",
"release": "standard-version",
"vis": "tsc --extendedDiagnostics && cross-env vis=1 vite build"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@ant-design/pro-components": "2.6.28",
"@antv/g2plot": "^2.4.31",
"@icon-park/react": "^1.4.2",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-react": "^1.0.6",
"ahooks": "^3.7.8",
"antd": "5.9.4",
"axios": "^1.5.1",
"camelcase": "^8.0.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.10",
"file-saver": "^2.0.5",
"highlight.js": "^11.9.0",
"jotai": "^2.4.3",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.16.0"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@types/file-saver": "^2.0.5",
"@types/lodash-es": "^4.17.9",
"@types/nprogress": "^0.2.1",
"@types/qs": "^6.9.8",
"@types/react": "^18.2.25",
"@types/react-copy-to-clipboard": "^5.0.5",
"@types/react-dom": "^18.2.11",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vitejs/plugin-react": "^4.1.0",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"eslint": "^8.51.0",
"eslint-config-alloy": "^5.1.2",
"eslint-plugin-react": "^7.33.2",
"husky": "^8.0.3",
"less": "^4.2.0",
"lint-staged": "^14.0.1",
"postcss": "^8.4.31",
"postcss-html": "^1.5.0",
"postcss-less": "^6.0.0",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-packagejson": "^2.4.6",
"rollup-plugin-visualizer": "^5.9.2",
"standard-version": "^9.5.0",
"stylelint": "^15.10.3",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recess-order": "^4.3.0",
"stylelint-config-recommended-less": "^2.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.3",
"swagger-typescript-api": "^13.0.3",
"tailwindcss": "^3.3.3",
"tsx": "^3.13.0",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite-plugin-html": "^3.2.0"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.0.0"
}
}