Stirling-PDF/client-tauri/package.json

30 lines
694 B
JSON
Raw Normal View History

2023-10-28 18:56:16 +02:00
{
"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": {
2023-10-29 19:19:59 +01:00
"@stirling-pdf/shared-operations": "^0.0.0",
"@tauri-apps/api": "^1.5.0",
"archiver": "^6.0.1",
"path-browserify": "^1.0.1",
2023-10-28 18:56:16 +02:00
"react": "^18.2.0",
2023-10-29 19:19:59 +01:00
"react-dom": "^18.2.0"
2023-10-28 18:56:16 +02:00
},
"devDependencies": {
2023-10-29 19:19:59 +01:00
"@tauri-apps/cli": "^1.5.0",
"@types/archiver": "^5.3.4",
2023-10-28 18:56:16 +02:00
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"typescript": "^5.0.2",
2023-10-29 19:19:59 +01:00
"vite": "^4.4.4"
2023-10-28 18:56:16 +02:00
}
}