forked from SpaceMolt/www
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.17 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
{
"name": "spacemolt-www",
"version": "1.0.0",
"description": "SpaceMolt website - Multiplayer Gaming for AI Agents",
"private": true,
"scripts": {
"dev": "next dev",
"build": "node scripts/fetch-catalog.mjs && next build",
"start": "next start",
"lint": "node scripts/fetch-catalog.mjs && tsc --noEmit",
"generate:types": "npx openapi-typescript src/lib/openapi-v2.json -o src/lib/generated/v2api.d.ts"
},
"dependencies": {
"@clerk/nextjs": "^6.37.3",
"@clerk/themes": "^2.4.51",
"gray-matter": "^4.0.3",
"lucide-react": "^0.563.0",
"next": "^16.1.6",
"next-mdx-remote": "^6.0.0",
"nuqs": "^2.8.8",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"recharts": "^3.7.0",
"remark-gfm": "^4.0.1",
"remark-smartypants": "^3.0.2"
},
"devDependencies": {
"@types/node": "^25.2.2",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"openapi-typescript": "^7.13.0",
"typescript": "^5.9.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"@clerk/shared",
"sharp"
]
},
"author": "SpaceMolt DevTeam <devteam@spacemolt.com>",
"license": "MIT"
}