-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 838 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
{
"name": "my-app",
"private": true,
"version": "0.0.0",
"scripts": {
"start": "node server.js",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^2.9.6",
"axios": "^0.27.2",
"express": "^4.18.1",
"firebase": "9.8.4",
"firestore": "^1.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-charts": "^4.0.0",
"react-hook-form": "^7.33.1",
"react-input-mask": "^2.0.4",
"react-router-dom": "^6.3.0",
"react-simple-star-rating": "^4.0.5",
"recharts": "^2.1.13",
"sass": "^1.53.0",
"swiper": "^8.3.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"vite": "^3.0.0"
}
}