-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 892 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 892 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
{
"name": "docs",
"scripts": {
"dev": "nuxt dev --extends docus",
"build": "NODE_OPTIONS=--max-old-space-size=30720 nuxt build --extends docus",
"preview": "PORT=1234 node .output/server/index.mjs"
},
"dependencies": {
"@nuxt/eslint": "1.15.1",
"@nuxt/fonts": "0.14.0",
"@nuxt/hints": "1.0.0-alpha.7",
"@nuxt/icon": "2.2.1",
"@nuxt/scripts": "0.13.2",
"@nuxt/ui": "^4.4.0",
"@unhead/vue": "^2.1.4",
"better-sqlite3": "^12.6.2",
"docus": "latest",
"eslint": "^10.0.0",
"mermaid": "^11.12.3",
"tailwindcss": "^4.2.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3",
"oxc-parser",
"@oxc-parser/binding-linux-x64-gnu"
]
},
"devDependencies": {
"@nuxt/content": "^3.11.2",
"@oxc-parser/binding-linux-x64-gnu": "^0.114.0",
"nuxt": "^4.3.1",
"nuxt-studio": "^1.3.2"
}
}