-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 437 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 437 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "basic-memory-docs",
"private": true,
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"start": "node .output/server/index.mjs"
},
"dependencies": {
"@nuxtjs/sitemap": "^7.6.0",
"beautiful-mermaid": "^0.1.3",
"better-sqlite3": "^12.5.0",
"docus": "latest",
"lucide-vue-next": "^0.563.0",
"nuxt": "^4.2.2"
}
}