{ "name": "@example/web", "version": "0.1.0", "private": true, "scripts": { "dev": "vite --port 5173", "build": "vue-tsc -b && vite build" }, "dependencies": { "tdesign-vue-next": "^1.10.3", "vue": "^3.5.13" }, "devDependencies": { "@vitejs/plugin-vue": "^5.2.1", "typescript": "^5.7.2", "vite": "^6.0.5", "vue-tsc": "^2.2.0" } }