-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.02 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.02 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "vite-react-typescript-starter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"generate-sitemap": "node scripts/generate-sitemap.js",
"build:full": "npm run generate-sitemap && npm run build"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^5.1.1",
"@mui/material": "^7.3.1",
"@portabletext/react": "^4.0.3",
"@sanity/client": "^7.11.0",
"appwrite": "^18.1.1",
"date-fns": "^4.1.0",
"dodopayments": "^2.2.1",
"dotenv": "^17.0.1",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.1",
"leaflet": "^1.9.4",
"lucide-react": "^0.344.0",
"luxon": "^3.7.1",
"next-sanity": "^11.5.5",
"react": "^18.3.1",
"react-datepicker": "^8.4.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.60.0",
"react-hot-toast": "^2.5.2",
"react-leaflet": "^4.2.1",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.8.2",
"react-toastify": "^11.0.5",
"yup": "^1.6.1"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@types/gtag.js": "^0.0.20",
"@types/leaflet": "^1.9.20",
"@types/luxon": "^3.7.1",
"@types/node": "^24.2.1",
"@types/prop-types": "^15.7.15",
"@types/react": "^18.3.24",
"@types/react-datepicker": "^7.0.0",
"@types/react-dom": "^18.3.7",
"@types/react-transition-group": "^4.4.12",
"@types/shallow-equals": "^1.0.3",
"@types/speakingurl": "^13.0.6",
"@types/tar-stream": "^3.1.4",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.18",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^15.9.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.3",
"typescript-eslint": "^8.3.0",
"vite": "^5.4.2"
}
}