-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "dt-money",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "concurrently \"vite\" \"json-server server.json -p 4000 -w -d 500\"",
"dev:server": "json-server server.json -p 4000 -w -d 500",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^2.9.10",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-radio-group": "^1.1.0",
"@types/styled-components": "^5.1.26",
"axios": "^1.1.3",
"concurrently": "^7.6.0",
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.39.5",
"react-router-dom": "^6.15.0",
"recharts": "^2.8.0",
"scheduler": "^0.23.0",
"styled-components": "^5.3.6",
"use-context-selector": "^1.4.1",
"zod": "^3.19.1"
},
"devDependencies": {
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^2.2.0",
"json-server": "^0.17.1",
"typescript": "^4.9.3",
"vite": "^3.2.4"
}
}