|
1 | 1 | { |
| 2 | + "type": "module", |
2 | 3 | "scripts": { |
3 | | - "dev": "vite build --watch --mode=development", |
4 | 4 | "build": "run-p type-check \"build-only {@}\" --", |
5 | 5 | "build-only": "vite build", |
6 | | - "test:unit": "vitest", |
7 | | - "type-check": "vue-tsc --build --force", |
| 6 | + "dev": "vite build --watch --mode=development", |
8 | 7 | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", |
9 | | - "prettier": "prettier --write src/" |
| 8 | + "prettier": "prettier --write src/", |
| 9 | + "test:unit": "vitest --passWithNoTests", |
| 10 | + "type-check": "vue-tsc --build --force" |
10 | 11 | }, |
11 | 12 | "dependencies": { |
12 | | - "@halo-dev/api-client": "^2.17.0", |
13 | | - "@halo-dev/components": "^2.17.0", |
14 | | - "@halo-dev/console-shared": "^2.17.0", |
| 13 | + "@halo-dev/api-client": "^2.21.0", |
| 14 | + "@halo-dev/components": "^2.21.0", |
| 15 | + "@halo-dev/console-shared": "^2.21.0", |
15 | 16 | "axios": "^1.7.2", |
16 | 17 | "canvas-confetti": "^1.9.3", |
17 | 18 | "vue": "^3.4.31" |
18 | 19 | }, |
19 | 20 | "devDependencies": { |
20 | | - "@halo-dev/ui-plugin-bundler-kit": "^2.17.0", |
| 21 | + "@halo-dev/ui-plugin-bundler-kit": "^2.21.1", |
21 | 22 | "@iconify/json": "^2.2.224", |
22 | 23 | "@rushstack/eslint-patch": "^1.10.3", |
23 | 24 | "@tsconfig/node20": "^20.1.4", |
|
40 | 41 | "vite": "^5.3.2", |
41 | 42 | "vitest": "^1.6.0", |
42 | 43 | "vue-tsc": "^2.0.24" |
43 | | - } |
| 44 | + }, |
| 45 | + "packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c" |
44 | 46 | } |
0 commit comments