-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 998 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
39
40
41
{
"name": "samsta_haken",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-google-maps/api": "^2.12.2",
"@react-query-firebase/firestore": "^1.0.0-dev.7",
"axios": "^0.27.2",
"classnames": "^2.3.2",
"daisyui": "^2.28.0",
"firebase": "^9.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.2",
"react-hook-form": "^7.35.0",
"react-icons": "^4.4.0",
"react-query": "^3.39.2",
"react-router-dom": "^6.4.0",
"react-spinners": "^0.13.5",
"react-table": "^7.8.0",
"react-uuid": "^1.0.3",
"sass": "^1.54.9",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.11",
"postcss": "^8.4.16",
"tailwind-scrollbar": "^2.0.1",
"tailwindcss": "^3.1.8",
"vite": "^3.1.0"
}
}