|
@@ -9,7 +9,8 @@
|
|
|
"preview": "vite preview",
|
|
|
"build-only": "vite build",
|
|
|
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
|
|
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
|
+ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
|
+ "test": "vitest"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"@guolao/vue-monaco-editor": "^1.5.1",
|
|
@@ -32,6 +33,7 @@
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
"typescript": "~5.4.2",
|
|
|
"vite": "^5.1.6",
|
|
|
+ "vitest": "^1.4.0",
|
|
|
"vue-tsc": "^2.0.6"
|
|
|
}
|
|
|
}
|