mirror of
https://github.com/infinilabs/coco-app.git
synced 2026-09-01 19:51:52 +02:00
27 lines
576 B
JSON
27 lines
576 B
JSON
{
|
|
"name": "coco",
|
|
"private": true,
|
|
"version": "0.1.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": ">=2.0.0",
|
|
"@tauri-apps/plugin-shell": ">=2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.3.1",
|
|
"@tauri-apps/cli": ">=2.0.0"
|
|
}
|
|
}
|