| { | |
| "name": "mdict-app", | |
| "private": true, | |
| "version": "0.1.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "tsc && vite build", | |
| "postbuild": "npm run i18n:extract || true", | |
| "preview": "vite preview", | |
| "tauri": "tauri", | |
| "i18n:extract": "i18next-scanner --config i18next-scanner.config.cjs", | |
| "i18n:check": "i18next-scanner --config i18next-scanner.config.cjs && echo '\nCheck src/locales/**/translation.new.json for new keys'" | |
| }, | |
| "dependencies": { | |
| "@ionic/react": "^8.7.6", | |
| "@ionic/react-router": "^8.7.6", | |
| "@tauri-apps/api": "2.9.0", | |
| "@tauri-apps/plugin-clipboard-manager": "2.3.2", | |
| "@tauri-apps/plugin-dialog": "2.4.2", | |
| "@tauri-apps/plugin-opener": "2.5.2", | |
| "@types/mark.js": "^8.11.12", | |
| "@uiw/react-color": "2.9.2", | |
| "allotment": "^1.20.4", | |
| "i18next": "^25.6.0", | |
| "immer": "10.2.0", | |
| "ionicons": "^8.0.13", | |
| "lru-cache": "^11.2.2", | |
| "lucide-react": "0.548.0", | |
| "mark.js": "^8.11.1", | |
| "react": "^18.3.0", | |
| "react-dom": "^18.3.0", | |
| "react-i18next": "^16.1.4", | |
| "react-router": "^5.3.4", | |
| "react-router-dom": "^5.3.4", | |
| "react-window": "2.2.1", | |
| "react-window-infinite-loader": "^2.0.0", | |
| "zustand": "^5.0.8" | |
| }, | |
| "devDependencies": { | |
| "@babel/core": "^7.28.4", | |
| "@tauri-apps/cli": "2.9.1", | |
| "@types/node": "24.9.2", | |
| "@types/react": "^18.3.0", | |
| "@types/react-dom": "^18.3.0", | |
| "@types/react-router-dom": "^5.3.3", | |
| "@vitejs/plugin-react": "5.1.0", | |
| "babel-plugin-macros": "^3.1.0", | |
| "i18next-scanner": "^4.6.0", | |
| "typescript": "5.9.3", | |
| "vite": "7.1.12" | |
| } | |
| } | |