|
52 | 52 | "build": "vite build", |
53 | 53 | "preview": "vite preview", |
54 | 54 | "test": "run-p \"lint\" \"test:types\" --", |
55 | | - "test:types": "vue-tsc --build --force", |
| 55 | + "test:types": "vue-tsc --project ./tsconfig.app.json", |
56 | 56 | "postinstall": "run-s \"generate:gltf-models\"", |
57 | 57 | "generate:gltf-models": "gltf-codegen", |
58 | 58 | "lint": "eslint .", |
|
66 | 66 | "@antfu/eslint-config": "~3.5.1", |
67 | 67 | "@iconify-json/ph": "~1.2.1", |
68 | 68 | "@iconify/tailwind4": "~1.0.6", |
| 69 | + "@nuxt/ui": "~3.0.2", |
69 | 70 | "@rushstack/eslint-patch": "~1.10.4", |
70 | 71 | "@tailwindcss/vite": "~4.1.3", |
71 | 72 | "@todde.tv/gltf-type-toolkit": "~1.1.0", |
72 | | - "@tresjs/cientos": "~4.0.2", |
| 73 | + "@tresjs/cientos": "~4.3.0", |
73 | 74 | "@tresjs/core": "~4.2.10", |
74 | 75 | "@tresjs/post-processing": "~2.1.0", |
75 | 76 | "@tsconfig/node20": "~20.1.4", |
|
88 | 89 | "npm-run-all2": "~6.2.2", |
89 | 90 | "pinia": "~2.2.2", |
90 | 91 | "postprocessing": "~6.36.7", |
91 | | - "tailwindcss": "~4.1.3", |
92 | 92 | "three": "~0.168.0", |
93 | 93 | "tsx": "~4.19.1", |
94 | 94 | "typescript": "~5.5.4", |
|
0 commit comments