|
1 | 1 | { |
2 | | - "private": true, |
3 | | - "type": "module", |
4 | | - "scripts": { |
5 | | - "dev": "pnpm run \"/^watch:.*/\"", |
6 | | - "watch:rsbuild": "rsbuild build --watch --env-mode=development", |
7 | | - "build": "run-p build:type-check \"build:build-only {@}\" --", |
8 | | - "build:type-check": "vue-tsc --build", |
9 | | - "build:build-only": "rsbuild build", |
10 | | - "lint": "run-s lint:*", |
11 | | - "lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore", |
12 | | - "lint:eslint": "eslint . --fix", |
13 | | - "format": "pnpm run \"/^format:.*/\"", |
14 | | - "format:prettier": "prettier --write src/", |
15 | | - "test": "pnpm run \"/^test:.*/\"", |
16 | | - "test:unit": "vitest --passWithNoTests", |
17 | | - "prepare": "cd .. && husky ui/.husky" |
18 | | - }, |
19 | | - "prettier": { |
20 | | - "printWidth": 100, |
21 | | - "semi": false, |
22 | | - "singleQuote": true, |
23 | | - "tabWidth": 2 |
24 | | - }, |
25 | | - "dependencies": { |
26 | | - "@halo-dev/api-client": "^2.23.0", |
27 | | - "@halo-dev/components": "^2.23.0", |
28 | | - "@halo-dev/ui-shared": "^2.23.0", |
29 | | - "axios": "^1.14.0", |
30 | | - "canvas-confetti": "^1.9.4", |
31 | | - "husky": "^9.1.7", |
32 | | - "vue": "^3.5.31" |
33 | | - }, |
34 | | - "devDependencies": { |
35 | | - "@halo-dev/ui-plugin-bundler-kit": "^2.23.0", |
36 | | - "@iconify/json": "^2.2.456", |
37 | | - "@rsbuild/core": "^1.7.4", |
38 | | - "@rsbuild/plugin-sass": "^1.5.1", |
39 | | - "@tsconfig/node20": "^20.1.9", |
40 | | - "@types/canvas-confetti": "^1.9.0", |
41 | | - "@types/jsdom": "^28.0.1", |
42 | | - "@types/node": "^25.5.0", |
43 | | - "@vitest/eslint-plugin": "^1.6.13", |
44 | | - "@vue/eslint-config-prettier": "^10.2.0", |
45 | | - "@vue/eslint-config-typescript": "^14.7.0", |
46 | | - "@vue/test-utils": "^2.4.6", |
47 | | - "@vue/tsconfig": "^0.9.1", |
48 | | - "eslint": "^10.1.0", |
49 | | - "eslint-plugin-oxlint": "^1.57.0", |
50 | | - "eslint-plugin-vue": "~10.8.0", |
51 | | - "husky": "^8.0.0", |
52 | | - "jsdom": "^29.0.1", |
53 | | - "npm-run-all2": "^8.0.4", |
54 | | - "oxlint": "^1.57.0", |
55 | | - "prettier": "^3.8.1", |
56 | | - "sass": "^1.98.0", |
57 | | - "typescript": "~5.9.3", |
58 | | - "unplugin-icons": "^23.0.1", |
59 | | - "vitest": "^4.1.2", |
60 | | - "vue-tsc": "^3.2.6" |
61 | | - }, |
62 | | - "packageManager": "pnpm@10.2.0" |
| 2 | + "private": true, |
| 3 | + "type": "module", |
| 4 | + "scripts": { |
| 5 | + "dev": "pnpm run \"/^watch:.*/\"", |
| 6 | + "watch:rsbuild": "rsbuild build --watch --env-mode=development", |
| 7 | + "build": "run-p build:type-check \"build:build-only {@}\" --", |
| 8 | + "build:type-check": "vue-tsc --build", |
| 9 | + "build:build-only": "rsbuild build", |
| 10 | + "lint": "run-s lint:*", |
| 11 | + "lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore", |
| 12 | + "lint:eslint": "eslint . --fix", |
| 13 | + "format": "pnpm run \"/^format:.*/\"", |
| 14 | + "format:prettier": "prettier --write src/", |
| 15 | + "test": "pnpm run \"/^test:.*/\"", |
| 16 | + "test:unit": "vitest --passWithNoTests", |
| 17 | + "prepare": "cd .. && husky ui/.husky" |
| 18 | + }, |
| 19 | + "prettier": { |
| 20 | + "printWidth": 100, |
| 21 | + "semi": false, |
| 22 | + "singleQuote": true, |
| 23 | + "tabWidth": 2 |
| 24 | + }, |
| 25 | + "dependencies": { |
| 26 | + "@halo-dev/api-client": "^2.23.0", |
| 27 | + "@halo-dev/components": "^2.23.0", |
| 28 | + "@halo-dev/ui-shared": "^2.23.0", |
| 29 | + "axios": "^1.14.0", |
| 30 | + "canvas-confetti": "^1.9.4", |
| 31 | + "husky": "^9.1.7", |
| 32 | + "vue": "^3.5.31" |
| 33 | + }, |
| 34 | + "devDependencies": { |
| 35 | + "@halo-dev/ui-plugin-bundler-kit": "^2.23.0", |
| 36 | + "@iconify/json": "^2.2.456", |
| 37 | + "@rsbuild/core": "^1.7.5", |
| 38 | + "@rsbuild/plugin-sass": "^1.5.1", |
| 39 | + "@tsconfig/node20": "^20.1.9", |
| 40 | + "@types/canvas-confetti": "^1.9.0", |
| 41 | + "@types/jsdom": "^28.0.1", |
| 42 | + "@types/node": "^25.5.0", |
| 43 | + "@vitest/eslint-plugin": "^1.6.13", |
| 44 | + "@vue/eslint-config-prettier": "^10.2.0", |
| 45 | + "@vue/eslint-config-typescript": "^14.7.0", |
| 46 | + "@vue/test-utils": "^2.4.6", |
| 47 | + "@vue/tsconfig": "^0.9.1", |
| 48 | + "eslint": "^10.1.0", |
| 49 | + "eslint-plugin-oxlint": "^1.57.0", |
| 50 | + "eslint-plugin-vue": "~10.8.0", |
| 51 | + "husky": "^8.0.0", |
| 52 | + "jsdom": "^29.0.1", |
| 53 | + "npm-run-all2": "^8.0.4", |
| 54 | + "oxlint": "^1.57.0", |
| 55 | + "prettier": "^3.8.1", |
| 56 | + "sass": "^1.98.0", |
| 57 | + "typescript": "~5.9.3", |
| 58 | + "unplugin-icons": "^23.0.1", |
| 59 | + "vitest": "^4.1.2", |
| 60 | + "vue-tsc": "^3.2.6" |
| 61 | + }, |
| 62 | + "engines": { |
| 63 | + "node": ">=25", |
| 64 | + "pnpm": "^10.33.0" |
| 65 | + }, |
| 66 | + "packageManager": "pnpm@10.33.0" |
63 | 67 | } |
0 commit comments