-
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.19 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.19 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
{
"private": true,
"scripts": {
"dev": "bunx next dev",
"build": "bunx next build",
"start": "bunx next start",
"lint": "bunx next lint",
"analyze": "ANALYZE=true bunx next build",
"format": "bunx prettier --write \"**/*.{js,jsx,ts,tsx,mdx,css,json}\""
},
"dependencies": {
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lint": "^6.9.2",
"@tailwindcss/postcss": "4.0.0-alpha.13",
"@types/node": "20.11.17",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@uiw/react-codemirror": "^4.25.3",
"@vercel/analytics": "^1.1.3",
"@vercel/speed-insights": "^1.0.9",
"critters": "^0.0.25",
"geist": "1.2.2",
"json-to-ast": "^2.1.0",
"jsonschema": "^1.5.0",
"lucide-react": "^0.525.0",
"motion": "^12.23.25",
"next": "canary",
"next-mdx-remote": "^4.4.1",
"pixi.js": "^8.14.3",
"postcss": "^8.4.35",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"sugar-high": "^0.6.0",
"tailwindcss": "4.0.0-alpha.13",
"typescript": "5.3.3",
"yet-another-react-lightbox-lite": "^1.10.0",
"zustand": "^5.0.9"
},
"devDependencies": {
"wrangler": "^4.63.0"
}
}