-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.47 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.47 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
{
"name": "scaffold-your-shape",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.797.0",
"@aws-sdk/s3-request-presigner": "^3.797.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@modelcontextprotocol/sdk": "^1.13.0",
"@mui/icons-material": "^7.0.2",
"@mui/material": "^7.0.2",
"@mui/x-charts": "^8.6.0",
"@react-three/drei": "^10.7.6",
"@react-three/fiber": "^9.3.0",
"@supabase/supabase-js": "^2.49.4",
"@types/leaflet": "^1.9.17",
"@upstash/ratelimit": "^1.0.0",
"@upstash/redis": "^1.0.0",
"@vercel/mcp-adapter": "^0.11.1",
"date-fns": "^4.1.0",
"express": "^5.1.0",
"framer-motion": "^12.8.0",
"leaflet": "^1.9.4",
"leaflet-polylinedecorator": "^1.6.0",
"next": "15.3.1",
"next-auth": "^4.24.11",
"openai": "^5.5.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"recharts": "^3.0.1",
"three": "^0.180.0",
"uuid": "^11.1.0",
"zod": "^3.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/express": "^5.0.3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"tailwindcss": "^4",
"typescript": "^5"
}
}