i18n-tool.py
Showing
| ... | ... | @@ -19,12 +19,17 @@ |
| }, | ||
| "dependencies": { | ||
| "@types/turndown": "^5.0.4", | ||
| "@vueuse/core": "^10.7.1", | ||
| "@vueuse/gesture": "^2.0.0-beta.1", | ||
| "buffer": "^6.0.3", | ||
| "file-type": "^18.7.0", | ||
| "lodash-es": "^4.17.21", | ||
| "mammoth": "^1.6.0", | ||
| "pdfjs-dist": "^4.0.269", | ||
| "tiktoken": "^1.0.11", | ||
| "turndown": "^7.1.2", | ||
| "vite-plugin-top-level-await": "^1.4.1", | ||
| "vite-plugin-wasm": "^3.3.0", | ||
| "vue": "^3.3.4", | ||
| "vue-i18n": "^9.7.0" | ||
| }, | ||
| ... | ... | @@ -41,7 +46,7 @@ |
| "cross-env": "^7.0.3", | ||
| "npm-run-all2": "^6.1.1", | ||
| "postcss": "^8.4.31", | ||
| "tailwindcss": "^3.3.5", | ||
| "tailwindcss": "^3.4.1", | ||
| "typescript": "~5.2.0", | ||
| "vite": "^4.4.11", | ||
| "vitest": "^1.1.0", | ||
| ... | ... |
src/pages/dev.ts
0 → 100644
src/utils/file.ts
0 → 100644
src/utils/prompt.ts
0 → 100644
Please register or sign in to comment