-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.28 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
{
"name": "horusholdings",
"private": true,
"version": "0.2.7",
"license": "MIT",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"dev": "concurrently \"vite\" \"cd ./server && pnpm dev\"",
"build": "tsc -b && vite build",
"lint": "npx eslint .",
"format": "npx eslint . --fix",
"preview": "vite preview",
"install:all": "pnpm install && cd server && pnpm install"
},
"dependencies": {
"axios": "^1.7.9",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.5"
},
"devDependencies": {
"@ant-design/icons": "^5.6.0",
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@types/node": "^22.13.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"@vitejs/plugin-react": "^4.3.4",
"antd": "^5.23.3",
"chart.js": "^4.4.7",
"concurrently": "^9.1.2",
"dayjs": "^1.11.13",
"eslint": "^9.19.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"react-chartjs-2": "^5.3.0",
"typescript": "^5.7.3",
"vite": "^6.0.11"
}
}