{ "name": "vuetify-project", "version": "0.0.0", "private": true, "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", "preview": "vite preview", "lint": "eslint . --fix --ignore-path .gitignore", "gen": "wget https://document.awa.im/swagger/doc.json && openapi-generator-cli generate -i doc.json -g vue3 -o openapitools", "deploy": "npx wrangler pages deploy dist --project-name=document-web" }, "dependencies": { "@notable/html2markdown": "^2.0.3", "@protobuf-ts/grpcweb-transport": "^2.9.4", "@protobuf-ts/runtime-rpc": "^2.9.4", "axios": "^1.6.2", "core-js": "^3.29.0", "event-source-polyfill": "^1.0.31", "google-protobuf": "^3.21.2", "grpc-web": "^1.5.0", "keycloak-js": "^24.0.4", "mammoth": "^1.6.0", "md-editor-v3": "^4.8.3", "pdfjs-dist": "^4.0.269", "pinia": "^2.0.0", "pinia-plugin-persistedstate": "^3.2.0", "roboto-fontface": "*", "turndown": "^7.1.2", "vue": "^3.2.0", "vue-axios": "^3.5.2", "vue-router": "^4.0.0", "vuetify": "^3.0.0" }, "devDependencies": { "@babel/types": "^7.21.4", "@mdi/font": "^7.3.67", "@types/google-protobuf": "^3.15.12", "@types/node": "^18.15.0", "@types/turndown": "^5.0.4", "@vitejs/plugin-vue": "^4.0.0", "@vue/eslint-config-typescript": "^11.0.0", "eslint": "^8.37.0", "eslint-plugin-vue": "^9.3.0", "sass": "^1.60.0", "typescript": "^5.0.0", "unplugin-fonts": "^1.0.3", "vite": "^4.2.0", "vite-plugin-top-level-await": "^1.4.0", "vite-plugin-vuetify": "^1.0.0", "vue-tsc": "^1.2.0" } }