knowyt/client/package.json
Settel 2f3c34f5d9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
version: bump to 2.11
2022-11-18 09:25:35 +01:00

26 lines
539 B
JSON

{
"name": "knowyt",
"version": "2.11",
"private": true,
"scripts": {
"lint": "tsc-strict",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"nuxt": "^3.0.0",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"typescript-strict-plugin": "^2.1.0"
},
"dependencies": {
"@pinia/nuxt": "^0.4.4",
"build-url": "^6.0.1",
"nuxt-icons": "^3.0.0",
"typescript": "^4.9.3",
"vue-contenteditable": "^4.1.0"
}
}