-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1006 Bytes
/
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": "control-finance-v2",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/styled": "^11.11.5",
"@hookform/resolvers": "^3.9.0",
"@mui/material": "^5.16.0",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@react-oauth/google": "^0.12.1",
"apexcharts": "^3.50.0",
"axios": "^1.7.4",
"dayjs": "^1.11.13",
"lucide-react": "^0.406.0",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-currency-input-field": "^3.8.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.2",
"react-router-dom": "^6.24.1",
"styled-components": "^6.1.12",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}