28 lines
617 B
JSON
28 lines
617 B
JSON
{
|
|
"name": "docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev --port 3001",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"ui": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/devtools": "latest",
|
|
"@nuxtjs/eslint-config-typescript": "^12.1.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-custom": "workspace:*",
|
|
"nuxt": "^3.10.3",
|
|
"tsconfig": "workspace:*",
|
|
"vue": "^3.4.21",
|
|
"vue-router": "^4.3.0"
|
|
}
|
|
}
|