-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.04 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
39
40
41
{
"name": "Expense-Manager",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"@hookform/resolvers": "^3.3.4",
"@progress/kendo-react-pdf": "^7.3.0",
"@react-pdf/renderer": "^3.4.2",
"@tailwindcss/line-clamp": "^0.4.4",
"@tanstack/react-query": "^5.28.0",
"appwrite": "^13.0.1",
"emoji-picker-react": "^4.9.2",
"file-saver": "^2.0.5",
"lucide-react": "^0.358.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.0",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.16.0",
"react-spinners": "^0.13.8",
"uuid": "^9.0.1",
"yup": "^1.4.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.15",
"eruda": "^3.0.1",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
"vite": "^5.1.6"
}
}