-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.51 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.51 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "acua",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint:fix": "next lint --fix",
"check-types": "tsc --noemit",
"lint": "next lint && pnpm run check-types",
"format": "prettier --write .",
"remove": "rm -rf pnpm-lock.yaml node_modules"
},
"dependencies": {
"@ai-sdk/google": "^1.0.13",
"@ai-sdk/react": "^1.2.5",
"@justinribeiro/lite-youtube": "^1.7.1",
"@lottiefiles/dotlottie-react": "^0.13.0",
"@midudev/tailwind-animations": "^0.1.0",
"@number-flow/react": "^0.5.5",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"ai": "^4.0.30",
"chart.js": "^4.4.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "16.4.5",
"drizzle-orm": "0.34.1",
"fuse.js": "^7.1.0",
"hamburger-react": "^2.5.2",
"js-cookie": "^3.0.5",
"leaflet": "1.4.x",
"lucide-react": "^0.461.0",
"lunarphase-js": "^2.0.3",
"motion": "^11.18.2",
"next": "15.2.3",
"next-sitemap": "4.2.3",
"next-view-transitions": "0.2.0",
"postgres": "3.4.4",
"posthog-js": "1.232.4",
"react": "19.0.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "19.0.0",
"react-intersection-observer": "^9.13.1",
"react-leaflet": "5.0.0-rc.1",
"react-toastify": "^11.0.3",
"react-typed": "2.0.12",
"redis": "^4.7.0",
"tailwind-merge": "^3.0.1",
"youtube-player": "^5.6.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@next/eslint-plugin-next": "15.1.7",
"@tailwindcss/postcss": "^4.0.0",
"@types/js-cookie": "^3.0.6",
"@types/leaflet": "^1.9.14",
"@types/node": "22.7.5",
"@types/react": "19.0.8",
"@types/react-lottie": "^1.2.10",
"@types/react-table": "7.7.20",
"@types/recharts": "^1.8.29",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.24.0",
"drizzle-kit": "0.25.0",
"eslint": "^8.57.1",
"eslint-config-next": "15.1.7",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.11",
"tailwindcss": "4.0.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.5.4"
}
}