mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
cbd351453d
* ci: add tauri ci * ci: update install windows scripts * Update tauri_ci.yaml * Update tauri_ci.yaml * ci: update
31 lines
699 B
JSON
31 lines
699 B
JSON
{
|
|
"name": "appflowy_tauri",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^1.2.0",
|
|
"google-protobuf": "^3.21.2",
|
|
"nanoid": "^4.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"ts-results": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^1.2.2",
|
|
"@types/google-protobuf": "^3.15.6",
|
|
"@types/node": "^18.7.10",
|
|
"@types/react": "^18.0.15",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@vitejs/plugin-react": "^3.0.0",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^4.0.0"
|
|
}
|
|
}
|