-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.23 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
{
"name": "horusholdings",
"private": true,
"version": "0.2.5",
"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.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@ant-design/icons": "^5.5.1",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@vitejs/plugin-react": "^4.3.3",
"antd": "^5.22.1",
"chart.js": "^4.4.6",
"concurrently": "^9.1.0",
"dayjs": "^1.11.13",
"eslint": "^9.15.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"react-chartjs-2": "^5.2.0",
"typescript": "^5.6.3",
"vite": "^5.4.11"
}
}