mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2024-12-21 19:08:24 +01:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "@stirling-pdf/client-tauri",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@stirling-pdf/shared-operations": "^0.0.0",
|
|
"@tauri-apps/api": "^1.5.1",
|
|
"archiver": "^6.0.1",
|
|
"bootstrap": "^5.3.2",
|
|
"i18next": "^23.6.0",
|
|
"i18next-browser-languagedetector": "^7.1.0",
|
|
"path-browserify": "^1.0.1",
|
|
"pdfjs-dist": "^4.0.189",
|
|
"react": "^18.2.0",
|
|
"react-bootstrap": "^2.9.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^13.3.1",
|
|
"react-icons": "^4.11.0",
|
|
"react-router-bootstrap": "^0.26.2",
|
|
"react-router-dom": "^6.18.0",
|
|
"vite-plugin-top-level-await": "^1.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^1.5.0",
|
|
"@types/archiver": "^5.3.4",
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@types/react-router-bootstrap": "^0.26.5",
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.4.4"
|
|
}
|
|
}
|