1
0
mirror of https://github.com/Frooodle/Stirling-PDF.git synced 2025-01-14 00:10:40 +01:00
Stirling-PDF/client-tauri/package.json
2023-10-29 11:14:07 +02:00

26 lines
553 B
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": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@tauri-apps/api": "^1.5.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"typescript": "^5.0.2",
"vite": "^4.4.4",
"@tauri-apps/cli": "^1.5.0"
}
}