-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.06 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.06 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
{
"name": "vite-react-typescript-starter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/dm-sans": "^5.2.8",
"@fontsource/inter": "^5.2.8",
"@fontsource/space-grotesk": "^5.2.10",
"@mui/material": "^7.3.5",
"@mui/x-charts": "^8.19.0",
"@mui/x-date-pickers": "^8.19.0",
"@react-email/components": "1.0.1",
"@splinetool/react-spline": "^4.1.0",
"@splinetool/runtime": "^1.10.48",
"@tailwindcss/cli": "^4.1.12",
"@tanstack/react-table": "^8.21.3",
"@vis.gl/react-google-maps": "^1.5.5",
"clsx": "^2.1.1",
"dayjs": "^1.11.19",
"firebase": "^12.0.0",
"firebase-admin": "^13.4.0",
"firebase-functions": "^6.6.0",
"inversify": "^7.7.0",
"lucide-react": "^0.344.0",
"motion": "^12.23.12",
"ogl": "^1.0.11",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-firebase-hooks": "^5.1.1",
"react-hover-video-player": "^10.0.2",
"react-paystack": "^6.0.0",
"react-router-dom": "^7.8.0",
"reflect-metadata": "^0.2.2",
"simplex-noise": "^4.0.3",
"tailwind-merge": "^3.3.1",
"use-places-autocomplete": "^4.0.1"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@tailwindcss/postcss": "^4.1.12",
"@types/node": "^24.9.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^5.0.0",
"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",
"react-email": "5.0.4",
"tailwindcss": "^4.1.12",
"typescript": "^5.5.3",
"typescript-eslint": "^8.3.0",
"vite": "^7.1.2"
},
"packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
}