-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 869 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 869 Bytes
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
{
"name": "firstmover-data",
"module": "index.ts",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
"build": "next build",
"start": "next start"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^25.3.0",
"@types/pg": "^8.16.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3"
},
"peerDependencies": {
"typescript": "^5.9.3"
},
"dependencies": {
"@mdx-js/mdx": "^3.1.1",
"@phosphor-icons/react": "^2.1.10",
"@supabase/supabase-js": "^2.97.0",
"framer-motion": "^12.36.0",
"gray-matter": "^4.0.3",
"jszip": "^3.10.1",
"mapbox-gl": "^3.18.1",
"next": "^16.1.6",
"next-mdx-remote": "^6.0.0",
"pg": "^8.18.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"recharts": "^3.7.0",
"remark-gfm": "^4.0.1"
}
}