|
6 | 6 | "dev": "vite", |
7 | 7 | "build": "run-p type-check build-only", |
8 | 8 | "preview": "vite preview", |
| 9 | + "test:unit": "vitest", |
9 | 10 | "build-only": "vite build", |
10 | | - "type-check": "vue-tsc --noEmit", |
11 | | - "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" |
| 11 | + "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false", |
| 12 | + "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", |
| 13 | + "format": "prettier --write src/" |
12 | 14 | }, |
13 | 15 | "dependencies": { |
14 | | - "gsap": "^3.11.4", |
15 | | - "vue": "^3.2.45" |
| 16 | + "pinia": "^2.0.36", |
| 17 | + "vue": "^3.3.2", |
| 18 | + "vue-router": "^4.2.0" |
16 | 19 | }, |
17 | 20 | "devDependencies": { |
18 | | - "@rushstack/eslint-patch": "^1.1.4", |
19 | | - "@types/node": "^18.11.12", |
20 | | - "@vitejs/plugin-vue": "^4.0.0", |
21 | | - "@vue/eslint-config-prettier": "^7.0.0", |
22 | | - "@vue/eslint-config-typescript": "^11.0.0", |
23 | | - "@vue/tsconfig": "^0.1.3", |
24 | | - "eslint": "^8.22.0", |
25 | | - "eslint-plugin-vue": "^9.3.0", |
| 21 | + "@rushstack/eslint-patch": "^1.2.0", |
| 22 | + "@tsconfig/node18": "^2.0.1", |
| 23 | + "@types/jsdom": "^21.1.1", |
| 24 | + "@types/node": "^18.16.8", |
| 25 | + "@vitejs/plugin-vue": "^4.2.3", |
| 26 | + "@vue/eslint-config-prettier": "^7.1.0", |
| 27 | + "@vue/eslint-config-typescript": "^11.0.3", |
| 28 | + "@vue/test-utils": "^2.3.2", |
| 29 | + "@vue/tsconfig": "^0.4.0", |
| 30 | + "eslint": "^8.39.0", |
| 31 | + "eslint-plugin-vue": "^9.11.0", |
| 32 | + "jsdom": "^22.0.0", |
26 | 33 | "npm-run-all": "^4.1.5", |
27 | | - "prettier": "^2.7.1", |
28 | | - "typescript": "~4.7.4", |
29 | | - "vite": "^4.0.0", |
30 | | - "vue-router": "4.1.6", |
31 | | - "vue-tsc": "^1.0.12" |
| 34 | + "prettier": "^2.8.8", |
| 35 | + "typescript": "~5.0.4", |
| 36 | + "vite": "^4.3.5", |
| 37 | + "vitest": "^0.31.0", |
| 38 | + "vue-tsc": "^1.6.4" |
32 | 39 | } |
33 | 40 | } |
0 commit comments