mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-12 03:26:25 -04:00
74 lines
2.1 KiB
JSON
74 lines
2.1 KiB
JSON
{
|
|
"name": "@sd/desktop",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^1.0.0-beta.6",
|
|
"@types/babel-core": "^6.25.7",
|
|
"@types/byte-size": "^8.1.0",
|
|
"@types/react": "^17.0.18",
|
|
"@types/react-dom": "^17.0.9",
|
|
"@types/react-router-dom": "^5.3.1",
|
|
"@types/react-virtualized-auto-sizer": "^1.0.1",
|
|
"@types/react-window": "^1.8.5",
|
|
"@types/tailwindcss": "^2.2.1",
|
|
"concurrently": "^6.2.1",
|
|
"prettier": "^2.3.2",
|
|
"typescript": "^4.3.5"
|
|
},
|
|
"scripts": {
|
|
"vite": "vite",
|
|
"dev": "concurrently \"pnpm tauri dev\" \"vite\"",
|
|
"tauri": "tauri",
|
|
"build": "vite build && tauri build"
|
|
},
|
|
"resolutions": {
|
|
"react-virtualized": "patch:react-virtualized@9.22.3#./path/to/react-virtualized-9.22.3.patch"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "^3.4.7",
|
|
"@headlessui/react": "^1.4.0",
|
|
"@heroicons/react": "^1.0.4",
|
|
"@radix-ui/react-dialog": "^0.1.5",
|
|
"@radix-ui/react-slider": "^0.1.4",
|
|
"@sd/core": "*",
|
|
"@sd/client": "*",
|
|
"@sd/ui": "*",
|
|
"@tauri-apps/api": "^1.0.0-beta.5",
|
|
"@types/pretty-bytes": "^5.2.0",
|
|
"@types/react-table": "^7.7.6",
|
|
"@types/react-virtualized": "^9.21.14",
|
|
"@vitejs/plugin-react-refresh": "^1.3.6",
|
|
"autoprefixer": "^9",
|
|
"byte-size": "^8.1.0",
|
|
"clsx": "^1.1.1",
|
|
"immer": "^9.0.12",
|
|
"jotai": "^1.6.0",
|
|
"moment": "^2.29.1",
|
|
"phosphor-react": "^1.3.1",
|
|
"pretty-bytes": "^5.6.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-dropzone": "^11.3.4",
|
|
"react-error-boundary": "^3.1.3",
|
|
"react-hotkeys-hook": "^3.4.4",
|
|
"react-json-view": "^1.21.3",
|
|
"react-portal": "^4.2.1",
|
|
"react-query": "^3.34.16",
|
|
"react-router": "6.2.1",
|
|
"react-router-dom": "6.2.1",
|
|
"react-spline": "^1.2.1",
|
|
"react-transition-group": "^4.4.2",
|
|
"react-virtuoso": "^2.2.6",
|
|
"rooks": "^5.7.1",
|
|
"tailwindcss": "^3.0.7",
|
|
"vite": "^2.4.4",
|
|
"vite-plugin-filter-replace": "^0.1.9",
|
|
"vite-plugin-react-svg": "^0.2.0",
|
|
"vite-tsconfig-paths": "^3.3.13",
|
|
"zustand": "^3.7.1"
|
|
}
|
|
}
|