|
1 | 1 | {
|
2 |
| - "name": "v1", |
3 |
| - "version": "0.0.0", |
| 2 | + "name": "curator-frontend", |
| 3 | + "version": "1.0.0", |
4 | 4 | "private": true,
|
5 | 5 | "type": "module",
|
6 | 6 | "scripts": {
|
7 | 7 | "dev": "vite",
|
8 |
| - "build": "run-p type-check \"build-only {@}\" --", |
| 8 | + "build": "run-p typecheck \"build-only {@}\" --", |
9 | 9 | "build-only": "vite build",
|
10 |
| - "type-check": "vue-tsc --build", |
| 10 | + "typecheck": "vue-tsc --build", |
11 | 11 | "lint": "eslint . --fix",
|
12 | 12 | "format": "prettier --write src/"
|
13 | 13 | },
|
|
20 | 20 | },
|
21 | 21 | "devDependencies": {
|
22 | 22 | "@primevue/auto-import-resolver": "4.3.6",
|
23 |
| - "@stylistic/eslint-plugin": "^5.1.0", |
| 23 | + "@stylistic/eslint-plugin": "^5.2.2", |
24 | 24 | "@tailwindcss/vite": "^4.1.11",
|
25 | 25 | "@tsconfig/node22": "^22.0.2",
|
26 |
| - "@types/bun": "^1.2.18", |
27 |
| - "@types/node": "^24.0.12", |
28 |
| - "@typescript-eslint/parser": "^8.36.0", |
| 26 | + "@types/bun": "^1.2.19", |
| 27 | + "@types/node": "^24.1.0", |
| 28 | + "@typescript-eslint/parser": "^8.38.0", |
29 | 29 | "@vitejs/plugin-vue": "^6.0.0",
|
30 | 30 | "@vue/eslint-config-prettier": "^10.2.0",
|
31 | 31 | "@vue/eslint-config-typescript": "^14.6.0",
|
32 | 32 | "@vue/tsconfig": "^0.7.0",
|
33 | 33 | "autoprefixer": "^10.4.21",
|
34 |
| - "eslint": "^9.30.1", |
| 34 | + "eslint": "^9.31.0", |
35 | 35 | "eslint-plugin-vue": "~10.3.0",
|
36 | 36 | "jiti": "^2.4.2",
|
37 | 37 | "npm-run-all2": "^8.0.4",
|
|
41 | 41 | "typescript": "~5.8.3",
|
42 | 42 | "unplugin-auto-import": "^19.3.0",
|
43 | 43 | "unplugin-vue-components": "^28.8.0",
|
44 |
| - "vite": "^7.0.4", |
| 44 | + "vite": "^7.0.5", |
45 | 45 | "vite-plugin-vue-devtools": "^7.7.7",
|
46 |
| - "vue-tsc": "^3.0.1" |
| 46 | + "vue-tsc": "^3.0.3" |
47 | 47 | },
|
48 | 48 | "trustedDependencies": [
|
49 | 49 | "@tailwindcss/oxide"
|
50 |
| - ] |
| 50 | + ], |
| 51 | + "engines": { |
| 52 | + "bun": "1.2.19" |
| 53 | + } |
51 | 54 | }
|
0 commit comments