Stirling-PDF/client-tauri/package.json

26 lines
553 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": {
"react": "^18.2.0",
2023-10-29 10:14:07 +01:00
"react-dom": "^18.2.0",
"@tauri-apps/api": "^1.5.0"
2023-10-28 18:56:16 +02:00
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"typescript": "^5.0.2",
2023-10-29 10:14:07 +01:00
"vite": "^4.4.4",
"@tauri-apps/cli": "^1.5.0"
2023-10-28 18:56:16 +02:00
}
}