mirror of
https://github.com/cloudstack-llc/msty-docs.git
synced 2026-07-19 21:54:17 -04:00
19 lines
364 B
JSON
19 lines
364 B
JSON
{
|
|
"name": "msty-docs",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"nuxt": "^3.12.2",
|
|
"vue": "^3.4.31",
|
|
"vue-router": "^4.4.0",
|
|
"shadcn-docs-nuxt": "latest"
|
|
}
|
|
}
|