36 lines
837 B
JSON
36 lines
837 B
JSON
{
|
|
"name": "knowyt",
|
|
"version": "3.7",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "tsc-strict",
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"setup": "pnpm install"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.19.86",
|
|
"http-proxy": "^1.18.1",
|
|
"nuxt": "^3.16.2",
|
|
"sass": "^1.86.3",
|
|
"sass-loader": "^13.3.3",
|
|
"typescript-strict-plugin": "^2.4.4",
|
|
"webpack": "^5.99.5"
|
|
},
|
|
"dependencies": {
|
|
"@pinia/nuxt": "^0.11.0",
|
|
"@vue/reactivity": "^3.5.13",
|
|
"@vue/runtime-core": "^3.5.13",
|
|
"@vue/runtime-dom": "^3.5.13",
|
|
"@vue/shared": "^3.5.13",
|
|
"nuxt-icons": "^3.2.1",
|
|
"ofetch": "^1.4.1",
|
|
"query-string": "^8.2.0",
|
|
"typescript": "^5.8.3",
|
|
"vue": "^3.5.13",
|
|
"vue-contenteditable": "^4.1.0",
|
|
"vue-router": "^4.5.0"
|
|
}
|
|
}
|