knowyt/client/package.json
Settel e726b8f990
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed
version: bump to 2.16
2023-06-04 11:23:03 +02:00

26 lines
539 B
JSON

{
"name": "knowyt",
"version": "2.16",
"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"
}
}