knowyt/client/package.json
Settel c60976a06a
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
version: bump to 3.3
2024-02-18 19:24:54 +01:00

36 lines
837 B
JSON

{
"name": "knowyt",
"version": "3.3",
"private": true,
"scripts": {
"lint": "tsc-strict",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"setup": "pnpm install"
},
"devDependencies": {
"@types/node": "^18.19.17",
"http-proxy": "^1.18.1",
"nuxt": "^3.10.2",
"sass": "^1.71.0",
"sass-loader": "^13.3.3",
"typescript-strict-plugin": "^2.3.0",
"webpack": "^5.90.2"
},
"dependencies": {
"@pinia/nuxt": "^0.4.11",
"@vue/reactivity": "^3.4.19",
"@vue/runtime-core": "^3.4.19",
"@vue/runtime-dom": "^3.4.19",
"@vue/shared": "^3.4.19",
"nuxt-icons": "^3.2.1",
"ofetch": "^1.3.3",
"query-string": "^8.2.0",
"typescript": "^5.3.3",
"vue": "^3.4.19",
"vue-contenteditable": "^4.1.0",
"vue-router": "^4.2.5"
}
}