Stirling-PDF/client-tauri/package.json

44 lines
1.3 KiB
JSON
Raw Normal View History

2023-10-28 19:56:16 +03:00
{
"name": "@stirling-pdf/client-tauri",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
2024-08-22 22:10:14 +02:00
"vite:dev": "vite",
"vite:preview-prod": "make vite-build && vite preview",
"tauri:build-debug": "npx tauri build --debug",
"tauri:dev": "tauri dev"
2023-10-28 19:56:16 +03:00
},
"dependencies": {
2023-10-29 20:19:59 +02:00
"@stirling-pdf/shared-operations": "^0.0.0",
2023-11-03 12:06:55 +03:00
"@tauri-apps/api": "^1.5.1",
"@types/semver": "^7.5.8",
2023-10-29 20:19:59 +02:00
"archiver": "^6.0.1",
"i18next": "^23.6.0",
"i18next-browser-languagedetector": "^7.1.0",
2023-10-29 20:19:59 +02:00
"path-browserify": "^1.0.1",
"pdfjs-dist": "^4.0.189",
2023-10-28 19:56:16 +03:00
"react": "^18.2.0",
2023-11-03 12:06:55 +03:00
"react-dom": "^18.2.0",
"react-i18next": "^15.0.1",
"react-icons": "^4.11.0",
2024-08-12 21:05:52 +02:00
"react-material-symbols": "^4.4.0",
"react-router-bootstrap": "^0.26.2",
"react-router-dom": "^6.18.0",
"vite": "^5.4.2",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-top-level-await": "^1.3.1"
2023-10-28 19:56:16 +03:00
},
"devDependencies": {
2023-10-29 20:19:59 +02:00
"@tauri-apps/cli": "^1.5.0",
"@types/archiver": "^6.0.2",
2023-10-28 19:56:16 +03:00
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-router-bootstrap": "^0.26.5",
"@vitejs/plugin-react": "^4.3.1",
2023-10-28 19:56:16 +03:00
"typescript": "^5.0.2",
"vite-plugin-compile-time": "^0.2.1",
2024-01-28 21:22:59 +01:00
"vite-plugin-dynamic-import": "^1.5.0"
2023-10-28 19:56:16 +03:00
}
}