mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-10 02:26:21 -04:00
42 lines
1016 B
JSON
42 lines
1016 B
JSON
{
|
|
"name": "@sd/desktop",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "GPL-3.0-only",
|
|
"private": true,
|
|
"scripts": {
|
|
"vite": "vite",
|
|
"dev": "tauri dev",
|
|
"tauri": "tauri",
|
|
"build": "tauri build"
|
|
},
|
|
"dependencies": {
|
|
"@sd/client": "workspace:*",
|
|
"@sd/core": "workspace:*",
|
|
"@sd/interface": "workspace:*",
|
|
"@sd/ui": "workspace:*",
|
|
"@tauri-apps/api": "1.0.0",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "1.0.0",
|
|
"@tauri-apps/tauricon": "github:tauri-apps/tauricon",
|
|
"@types/babel-core": "^6.25.7",
|
|
"@types/byte-size": "^8.1.0",
|
|
"@types/react": "^18.0.9",
|
|
"@types/react-dom": "^18.0.5",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/react-window": "^1.8.5",
|
|
"@types/tailwindcss": "^3.0.10",
|
|
"@vitejs/plugin-react": "^1.3.2",
|
|
"concurrently": "^7.2.1",
|
|
"prettier": "^2.6.2",
|
|
"sass": "^1.52.1",
|
|
"typescript": "^4.7.2",
|
|
"vite": "^2.9.9",
|
|
"vite-plugin-filter-replace": "^0.1.9",
|
|
"vite-plugin-svgr": "^2.1.0"
|
|
}
|
|
}
|