leaf-document-web/package.json

54 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2023-12-02 15:23:17 +00:00
{
"name": "vuetify-project",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
2023-12-08 05:47:20 +00:00
"lint": "eslint . --fix --ignore-path .gitignore",
2023-12-12 08:59:10 +00:00
"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"
2023-12-02 15:23:17 +00:00
},
"dependencies": {
2023-12-12 11:44:46 +00:00
"@notable/html2markdown": "^2.0.3",
2024-05-23 07:36:26 +00:00
"@protobuf-ts/grpcweb-transport": "^2.9.4",
"@protobuf-ts/runtime-rpc": "^2.9.4",
2023-12-02 15:51:22 +00:00
"axios": "^1.6.2",
2023-12-02 15:23:17 +00:00
"core-js": "^3.29.0",
2023-12-07 14:52:49 +00:00
"event-source-polyfill": "^1.0.31",
2024-05-23 07:36:26 +00:00
"google-protobuf": "^3.21.2",
"grpc-web": "^1.5.0",
2024-05-25 15:12:01 +00:00
"keycloak-js": "^24.0.4",
2023-12-12 10:51:52 +00:00
"mammoth": "^1.6.0",
2023-12-07 14:52:49 +00:00
"md-editor-v3": "^4.8.3",
2023-12-12 10:51:52 +00:00
"pdfjs-dist": "^4.0.269",
2023-12-02 15:23:17 +00:00
"pinia": "^2.0.0",
2023-12-04 14:26:11 +00:00
"pinia-plugin-persistedstate": "^3.2.0",
2023-12-02 15:23:17 +00:00
"roboto-fontface": "*",
2023-12-12 12:02:53 +00:00
"turndown": "^7.1.2",
2023-12-02 15:23:17 +00:00
"vue": "^3.2.0",
2023-12-02 15:51:22 +00:00
"vue-axios": "^3.5.2",
2023-12-02 15:23:17 +00:00
"vue-router": "^4.0.0",
2023-12-07 14:52:49 +00:00
"vuetify": "^3.0.0"
2023-12-02 15:23:17 +00:00
},
"devDependencies": {
"@babel/types": "^7.21.4",
"@mdi/font": "^7.3.67",
2024-05-23 07:36:26 +00:00
"@types/google-protobuf": "^3.15.12",
2023-12-02 15:23:17 +00:00
"@types/node": "^18.15.0",
2023-12-12 12:02:53 +00:00
"@types/turndown": "^5.0.4",
2023-12-02 15:23:17 +00:00
"@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",
2023-12-12 10:51:52 +00:00
"vite-plugin-top-level-await": "^1.4.0",
2023-12-02 15:23:17 +00:00
"vite-plugin-vuetify": "^1.0.0",
"vue-tsc": "^1.2.0"
}
}