Skip to content

Commit

Permalink
refactor: improve project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Nov 29, 2024
1 parent 3ec5910 commit 6141c79
Show file tree
Hide file tree
Showing 16 changed files with 538 additions and 504 deletions.
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "simple-git-hooks",
"prepare": "simple-git-hooks",
"dev": "vite",
"dev:icons": "vi build --watch",
"build": "vite build",
"build:icons": "vi build",
"build:test": "vite build --mode test",
"preview": "vite preview",
"lint": "eslint . --fix",
Expand All @@ -27,14 +24,15 @@
},
"dependencies": {
"@varlet/axle": "^0.9.3",
"@varlet/touch-emulator": "^3.7.0",
"@varlet/ui": "^3.7.0",
"@varlet/use": "^3.7.0",
"@varlet/touch-emulator": "^3.7.1",
"@varlet/ui": "3.7.1",
"@vueuse/core": "^10.5.0",
"dayjs": "^1.11.8",
"pinia": "^2.1.3",
"rattail": "1.0.14",
"vue": "^3.4.21",
"vue-router": "^4.3.2"
"rattail": "1.0.16",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
Expand All @@ -44,8 +42,8 @@
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@unocss/preset-rem-to-px": "^0.58.2",
"@varlet/import-resolver": "^3.7.0",
"@varlet/preset-unocss": "3.7.0",
"@varlet/import-resolver": "^3.7.1",
"@varlet/preset-unocss": "3.7.1",
"@varlet/unplugin-icon-builder": "^0.5.1",
"@vitejs/plugin-vue": "^5.0.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
Expand All @@ -60,11 +58,12 @@
"simple-git-hooks": "^2.8.1",
"typescript": "5.0.2",
"unocss": "^0.58.2",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-router": "^0.8.6",
"unplugin-auto-import": "^0.18.5",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-router": "^0.10.8",
"vite": "^5.0.10",
"vue-tsc": "^1.8.27"
"vite-plugin-vue-layouts": "^0.11.0",
"vue-tsc": "^2.1.10"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit 6141c79

Please sign in to comment.