From ec85e123983c005634023d265dadf6e9bf5eae1e Mon Sep 17 00:00:00 2001 From: Alter Date: Sun, 30 Aug 2026 22:18:11 +0200 Subject: [PATCH] fix ci --- package.json | 99 ++++++++++++++++++++++++++-------------------------- 1 file changed, 49 insertions(+), 50 deletions(-) diff --git a/package.json b/package.json index ecf05bd..3623b6f 100644 --- a/package.json +++ b/package.json @@ -1,52 +1,51 @@ { - "name": "cv_2026", - "version": "0.0.0", - "private": true, - "type": "module", - "scripts": { - "dev": "vite", - "build": "run-p type-check \"build-only {@}\" --", - "preview": "vite preview", - "test:unit": "vitest", - "build-only": "vite build", - "type-check": "vue-tsc --build", - "lint": "run-s lint:*", - "lint:oxlint": "oxlint . --fix", - "lint:eslint": "eslint . --fix --cache", - "format": "oxfmt src/" - }, - "dependencies": { - "vue": "^3.5.31", - "vue-router": "^5.0.4" - }, - "devDependencies": { - "@biomejs/biome": "2.5.6", - "@tsconfig/node24": "^24.0.4", - "@types/jsdom": "^28.0.1", - "@types/node": "^24.12.0", - "@vitejs/plugin-vue": "^6.0.5", - "@vitejs/plugin-vue-jsx": "^5.1.5", - "@vitest/eslint-plugin": "^1.6.13", - "@vue/eslint-config-typescript": "^14.7.0", - "@vue/test-utils": "^2.4.6", - "@vue/tsconfig": "^0.9.1", - "cd": "0.1", - "eslint": "^10.1.0", - "eslint-config-prettier": "^10.1.8", - "eslint-plugin-oxlint": "~1.57.0", - "eslint-plugin-vue": "~10.8.0", - "jiti": "^2.6.1", - "jsdom": "^29.0.1", - "npm-run-all2": "^8.0.4", - "oxfmt": "^0.42.0", - "oxlint": "~1.57.0", - "typescript": "~6.0.0", - "vite": "^8.0.3", - "vite-plugin-vue-devtools": "^8.1.1", - "vitest": "^4.1.2", - "vue-tsc": "^3.2.6" - }, - "engines": { - "node": "^20.19.0 || >=22.12.0" - } + "name": "cv_2026", + "version": "0.0.0", + "private": true, + "type": "module", + "scripts": { + "dev": "vite", + "build": "run-p type-check \"build-only {@}\" --", + "preview": "vite preview", + "test:unit": "vitest", + "build-only": "vite build", + "type-check": "vue-tsc --build", + "lint": "run-s lint:*", + "lint:oxlint": "oxlint . --fix", + "lint:eslint": "eslint . --fix --cache", + "format": "oxfmt src/" + }, + "dependencies": { + "vue": "^3.5.31", + "vue-router": "^5.0.4" + }, + "devDependencies": { + "@biomejs/biome": "2.5.6", + "@tsconfig/node24": "^24.0.4", + "@types/jsdom": "^28.0.1", + "@types/node": "^24.12.0", + "@vitejs/plugin-vue": "^6.0.5", + "@vitejs/plugin-vue-jsx": "^5.1.5", + "@vitest/eslint-plugin": "^1.6.13", + "@vue/eslint-config-typescript": "^14.7.0", + "@vue/test-utils": "^2.4.6", + "@vue/tsconfig": "^0.9.1", + "eslint": "^10.1.0", + "eslint-config-prettier": "^10.1.8", + "eslint-plugin-oxlint": "~1.57.0", + "eslint-plugin-vue": "~10.8.0", + "jiti": "^2.6.1", + "jsdom": "^29.0.1", + "npm-run-all2": "^8.0.4", + "oxfmt": "^0.42.0", + "oxlint": "~1.57.0", + "typescript": "~6.0.0", + "vite": "^8.0.3", + "vite-plugin-vue-devtools": "^8.1.1", + "vitest": "^4.1.2", + "vue-tsc": "^3.2.6" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }