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:build": "tsc && vite build",
|
|
|
|
"vite:preview-build": "vite preview",
|
|
|
|
"vite:dockerize-build": "docker build . -t stirling-pdf:latest",
|
|
|
|
"tauri:dev (currently broken)": "tauri dev",
|
|
|
|
"tauri:build-debug": "tauri build --debug",
|
|
|
|
"tauri:build": "tauri build"
|
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",
|
2023-10-29 20:19:59 +02:00
|
|
|
"archiver": "^6.0.1",
|
2023-11-05 14:13:34 +03:00
|
|
|
"i18next": "^23.6.0",
|
|
|
|
"i18next-browser-languagedetector": "^7.1.0",
|
2023-10-29 20:19:59 +02:00
|
|
|
"path-browserify": "^1.0.1",
|
2023-11-13 02:46:50 +03:00
|
|
|
"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",
|
2023-11-05 14:13:34 +03:00
|
|
|
"react-i18next": "^13.3.1",
|
2023-11-04 14:03:09 +03:00
|
|
|
"react-icons": "^4.11.0",
|
2024-08-12 21:05:52 +02:00
|
|
|
"react-material-symbols": "^4.4.0",
|
2023-11-04 14:03:09 +03:00
|
|
|
"react-router-bootstrap": "^0.26.2",
|
2023-11-13 02:46:50 +03:00
|
|
|
"react-router-dom": "^6.18.0",
|
2024-05-12 00:35:29 +02:00
|
|
|
"vite-plugin-node-polyfills": "^0.21.0",
|
2023-11-13 02:46:50 +03:00
|
|
|
"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": "^5.3.4",
|
2023-10-28 19:56:16 +03:00
|
|
|
"@types/react": "^18.2.15",
|
|
|
|
"@types/react-dom": "^18.2.7",
|
2023-11-04 14:03:09 +03:00
|
|
|
"@types/react-router-bootstrap": "^0.26.5",
|
2023-10-28 19:56:16 +03:00
|
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
|
|
"typescript": "^5.0.2",
|
2024-01-28 21:22:59 +01:00
|
|
|
"vite": "^4.4.4",
|
2024-02-23 23:48:03 +01:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|