-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.63 KB
/
Copy pathpackage.json
File metadata and controls
88 lines (88 loc) · 2.63 KB
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
{
"name": "@trapar-waves/react-antd-pro",
"type": "module",
"version": "1.2.0",
"packageManager": "pnpm@11.21.0",
"description": "A React-based project leveraging Ant Design Pro, TanStack tools, and Rsbuild for efficient enterprise application development",
"author": {
"email": "admin@rikka.cc",
"name": "Rikka",
"url": "https://github.com/Muromi-Rikka"
},
"licence": "MIT",
"homepage": "https://github.com/Trapar-waves/react-antd-pro",
"repository": {
"type": "git",
"url": "git+https://github.com/Trapar-waves/react-antd-pro.git"
},
"bugs": {
"url": "https://github.com/Trapar-waves/react-antd-pro/issues"
},
"keywords": [
"react",
"antd",
"ant-design-pro",
"tanstack",
"rsbuild",
"typescript",
"tailwindcss",
"enterprise"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "rsbuild dev --open",
"build": "rsbuild build",
"build:rsdoctor": "cross-env RSDOCTOR=true rsbuild build",
"preview": "rsbuild preview",
"lint": "eslint . --cache --max-warnings=0 --no-warn-ignored",
"typecheck": "tsc --noEmit",
"postinstall": "husky"
},
"dependencies": {
"@ant-design/pro-components": "^2.8.10",
"@ant-design/pro-layout": "^7.22.7",
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@tanstack/react-query": "^5.101.4",
"@tanstack/react-router": "^1.170.25",
"antd": "^6.5.3",
"axios": "^1.19.0",
"clsx": "^2.1.1",
"immer": "^11.1.16",
"motion": "^13.1.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-scan": "^0.5.7",
"zustand": "^5.0.14"
},
"devDependencies": {
"@antfu/eslint-config": "^9.3.0",
"@eslint-react/eslint-plugin": "^5.18.3",
"@iconify/json": "^2.2.513",
"@iconify/tailwind4": "^1.2.3",
"@rsbuild/core": "^2.1.10",
"@rsbuild/plugin-react": "^2.1.0",
"@rsbuild/plugin-typed-css-modules": "^1.2.4",
"@rsdoctor/rspack-plugin": "^1.6.1",
"@tailwindcss/postcss": "^4.3.3",
"@tanstack/eslint-plugin-query": "^5.101.4",
"@tanstack/eslint-plugin-router": "^1.162.0",
"@tanstack/react-query-devtools": "^5.101.4",
"@tanstack/react-router-devtools": "^1.167.1",
"@tanstack/router-plugin": "^1.168.29",
"@types/node": "^24.13.3",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"cross-env": "^10.1.0",
"eslint": "^10.8.1",
"eslint-plugin-format": "^2.0.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.4",
"husky": "^9.1.7",
"lint-staged": "^17.3.0",
"tailwindcss": "^4.3.3",
"typescript": "^7.0.2",
"unplugin-turbo-console": "^2.3.3"
}
}