first commit

This commit is contained in:
douboer
2026-01-21 13:22:26 +08:00
commit 24452838a1
28 changed files with 7901 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "luopan-demo2",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"vue": "^3.4.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"@vitest/ui": "^1.2.0",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^20.3.4",
"typescript": "^5.3.0",
"vite": "^5.0.0",
"vitest": "^1.2.0",
"vue-tsc": "^1.8.0"
}
}