|
|
@ -20,6 +20,7 @@ |
|
|
|
"build": "nuxi build", |
|
|
|
"build": "nuxi build", |
|
|
|
"dev": "nuxi dev", |
|
|
|
"dev": "nuxi dev", |
|
|
|
"generate": "nuxi generate", |
|
|
|
"generate": "nuxi generate", |
|
|
|
|
|
|
|
"prepare": "nuxi prepare", |
|
|
|
"start": "node .output/server/index.mjs", |
|
|
|
"start": "node .output/server/index.mjs", |
|
|
|
"lint": "eslint --ext \".js,.jsx,.ts,.tsx,.vue\" --fix --ignore-path .gitignore .", |
|
|
|
"lint": "eslint --ext \".js,.jsx,.ts,.tsx,.vue\" --fix --ignore-path .gitignore .", |
|
|
|
"test": "vitest -c test/vite.config.ts", |
|
|
|
"test": "vitest -c test/vite.config.ts", |
|
|
@ -34,7 +35,6 @@ |
|
|
|
"@ckpack/vue-color": "^1.2.0", |
|
|
|
"@ckpack/vue-color": "^1.2.0", |
|
|
|
"@iconify/vue": "^4.0.1", |
|
|
|
"@iconify/vue": "^4.0.1", |
|
|
|
"@pinia/nuxt": "^0.4.7", |
|
|
|
"@pinia/nuxt": "^0.4.7", |
|
|
|
"@types/file-saver": "^2.0.5", |
|
|
|
|
|
|
|
"@vue-flow/additional-components": "^1.2.0", |
|
|
|
"@vue-flow/additional-components": "^1.2.0", |
|
|
|
"@vue-flow/core": "^1.3.0", |
|
|
|
"@vue-flow/core": "^1.3.0", |
|
|
|
"@vuelidate/core": "^2.0.0-alpha.44", |
|
|
|
"@vuelidate/core": "^2.0.0-alpha.44", |
|
|
|