25 lines
514 B
JSON
25 lines
514 B
JSON
{
|
|
"name": "knowyt",
|
|
"version": "2.4",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "tsc-strict",
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview"
|
|
},
|
|
"devDependencies": {
|
|
"nuxt": "3.0.0-rc.8",
|
|
"sass": "^1.54.0",
|
|
"sass-loader": "^13.0.2",
|
|
"typescript-strict-plugin": "^2.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@pinia/nuxt": "^0.3.1",
|
|
"build-url": "^6.0.1",
|
|
"typescript": "^4.8.2",
|
|
"vue-contenteditable": "^4.0.4"
|
|
}
|
|
}
|