{ "name": "mach-cms-frontend", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", "preview": "vite preview", "api:generate": "openapi-generator-cli generate" }, "dependencies": { "axios": "^1.7.9", "dompurify": "^3.2.4", "highlight.js": "^11.11.1", "lxgw-wenkai-webfont": "^1.7.0", "marked": "^18.0.9", "marked-highlight": "^2.2.4", "pinia": "^2.3.0", "vue": "^3.5.13", "vue-router": "^4.5.0" }, "devDependencies": { "@openapitools/openapi-generator-cli": "^2.0.0", "@types/dompurify": "^3.0.5", "@types/marked": "^5.0.2", "@types/node": "^22.10.2", "@vitejs/plugin-vue": "^5.2.1", "playwright": "^1.62.1", "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" }, "allowScripts": { "esbuild@0.21.5": true, "@openapitools/openapi-generator-cli@2.40.1": true, "vue-demi@0.14.10": true } }