{ "name": "py-web-front", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "vite --host 127.0.0.1 --port 5173", "build": "vue-tsc -b && vite build", "preview": "vite preview --host 127.0.0.1 --port 4173", "typecheck": "vue-tsc -b" }, "dependencies": { "@ant-design/icons-vue": "^7.0.1", "@vueup/vue-quill": "^1.5.5", "ant-design-vue": "^4.2.6", "vue": "^3.5.0", "vue-router": "^4.5.0" }, "devDependencies": { "@types/node": "^24.0.0", "@vitejs/plugin-vue": "^6.0.0", "typescript": "^5.8.0", "vite": "^7.0.0", "vue-tsc": "^2.2.10" } }