-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 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
{
"name": "docs",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind"
},
"author": "",
"license": "ISC",
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@tanstack/react-query": "^5.61.5",
"codesandbox": "^2.2.3",
"leva": "^0.9.35",
"lucide-react": "^0.465.0",
"monaco-editor": "^0.52.0",
"motion": "^11.13.1",
"next": "^15.0.2",
"next-mdx-remote-client": "^1.0.3",
"nextra": "^4.2.13",
"nextra-theme-docs": "^4.2.13",
"playcanvas": "^2.3.3",
"react": "^18.3.1",
"react-codesandboxer": "^3.1.5",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0-beta.2",
"@types/node": "22.10.0",
"autoprefixer": "^10.4.20",
"globby": "^14.0.2",
"pagefind": "^1.2.0",
"postcss": "^8.4.49",
"tailwindcss": "^4.0.0-beta.2"
}
}