-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 910 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": "slice-url",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@tanstack/react-query": "^5.51.23",
"appwrite": "^15.0.0",
"axios": "^1.7.3",
"clsx": "^2.1.1",
"firebase": "^10.12.5",
"lucide-react": "^0.407.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.52.2",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.16.0",
"react-spinners": "^0.14.1",
"sweetalert2": "^11.12.4",
"tailwind-merge": "^2.5.2",
"yup": "^1.4.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eruda": "^3.2.2",
"postcss": "^8.4.41",
"tailwindcss": "^3.3.3",
"vite": "^5.4.0"
}
}