|
@@ -5,8 +5,7 @@
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
},
|
|
},
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
- "dev": "vite --mode development ",
|
|
|
|
|
- "dev1": "vite --mode development1",
|
|
|
|
|
|
|
+ "dev": "vite",
|
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
|
"build:test": "vue-tsc --noEmit && vite build --mode test",
|
|
"build:test": "vue-tsc --noEmit && vite build --mode test",
|
|
|
"serve": "http-server ./dist -o",
|
|
"serve": "http-server ./dist -o",
|
|
@@ -20,10 +19,7 @@
|
|
|
"lint:stylelint": "stylelint \"src/**/*.{css,scss,vue}\" --cache --fix",
|
|
"lint:stylelint": "stylelint \"src/**/*.{css,scss,vue}\" --cache --fix",
|
|
|
"preinstall": "npx only-allow pnpm",
|
|
"preinstall": "npx only-allow pnpm",
|
|
|
"commit": "git cz",
|
|
"commit": "git cz",
|
|
|
- "release": "bumpp",
|
|
|
|
|
- "test": "vitest",
|
|
|
|
|
- "test:run": "vitest run",
|
|
|
|
|
- "test:coverage": "vitest run --coverage"
|
|
|
|
|
|
|
+ "release": "bumpp"
|
|
|
},
|
|
},
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"@headlessui/vue": "^1.7.23",
|
|
"@headlessui/vue": "^1.7.23",
|
|
@@ -119,10 +115,7 @@
|
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
|
"vite-plugin-vue-devtools": "^7.6.7",
|
|
"vite-plugin-vue-devtools": "^7.6.7",
|
|
|
"vite-plugin-vue-meta-layouts": "^0.5.1",
|
|
"vite-plugin-vue-meta-layouts": "^0.5.1",
|
|
|
- "vue-tsc": "^2.1.10",
|
|
|
|
|
- "vitest": "^2.1.8",
|
|
|
|
|
- "@vitest/coverage-v8": "^2.1.8",
|
|
|
|
|
- "jsdom": "^25.0.1"
|
|
|
|
|
|
|
+ "vue-tsc": "^2.1.10"
|
|
|
},
|
|
},
|
|
|
"simple-git-hooks": {
|
|
"simple-git-hooks": {
|
|
|
"pre-commit": "pnpm lint-staged",
|
|
"pre-commit": "pnpm lint-staged",
|