-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.38 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
{
"name": "aprovia",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "npx next build && npx next-sitemap",
"start": "next start",
"lint": "eslint .",
"test:systems": "vitest run tests/systems",
"verify:open-source": "node scripts/verify-open-source.mjs",
"verify:history-clean": "node scripts/verify-history-clean.mjs",
"release:public-tree": "node scripts/create-public-release.mjs"
},
"dependencies": {
"@google/genai": "^2.12.0",
"@supabase/ssr": "^0.10.0",
"@supabase/supabase-js": "^2.102.1",
"@types/sanitize-html": "^2.16.1",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"groq-sdk": "^1.1.2",
"lucide-react": "^0.468.0",
"motion": "^12.38.0",
"next": "^16.2.6",
"next-sitemap": "^4.2.3",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"recharts": "^3.8.1",
"sanitize-html": "^2.17.4",
"server-only": "^0.0.1",
"stripe": "^22.0.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^25.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.1",
"eslint-config-next": "^16.2.6",
"supabase": "^2.109.1",
"tailwindcss": "^4.2.2",
"typescript": "6.0.2",
"vitest": "^4.1.10"
},
"overrides": {
"postcss": "^8.5.15"
}
}