mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-25 11:18:02 -05:00
76 lines
2.1 KiB
JSON
76 lines
2.1 KiB
JSON
{
|
|
"name": "@sd/interface",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"main": "src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./types": "./src/types"
|
|
},
|
|
"scripts": {
|
|
"icons": "ts-node ./scripts/generateSvgImports.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "^3.5.10",
|
|
"@fontsource/inter": "^4.5.7",
|
|
"@headlessui/react": "^1.5.0",
|
|
"@heroicons/react": "^1.0.6",
|
|
"@radix-ui/react-dialog": "^0.1.7",
|
|
"@radix-ui/react-dropdown-menu": "^0.1.6",
|
|
"@radix-ui/react-icons": "^1.1.0",
|
|
"@radix-ui/react-progress": "^0.1.4",
|
|
"@radix-ui/react-slider": "^0.1.4",
|
|
"@sd/client": "workspace:*",
|
|
"@sd/core": "workspace:*",
|
|
"@sd/ui": "workspace:*",
|
|
"@vitejs/plugin-react": "^1.3.1",
|
|
"autoprefixer": "^10.4.4",
|
|
"byte-size": "^8.1.0",
|
|
"clsx": "^1.1.1",
|
|
"immer": "^9.0.12",
|
|
"jotai": "^1.6.2",
|
|
"moment": "^2.29.2",
|
|
"phosphor-react": "^1.4.1",
|
|
"pretty-bytes": "^6.0.0",
|
|
"react": "^18.0.0",
|
|
"react-countup": "^6.2.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-dropzone": "^12.0.4",
|
|
"react-error-boundary": "^3.1.4",
|
|
"react-hotkeys-hook": "^3.4.4",
|
|
"react-json-view": "^1.21.3",
|
|
"react-loading-icons": "^1.0.8",
|
|
"react-portal": "^4.2.2",
|
|
"react-query": "^3.34.19",
|
|
"react-router": "6.3.0",
|
|
"react-router-dom": "6.3.0",
|
|
"react-scrollbars-custom": "^4.0.27",
|
|
"react-spline": "^1.2.1",
|
|
"react-transition-group": "^4.4.2",
|
|
"react-virtuoso": "^2.9.0",
|
|
"rooks": "^5.11.0",
|
|
"tailwindcss": "^3.0.23",
|
|
"zustand": "^3.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/babel-core": "^6.25.7",
|
|
"@types/byte-size": "^8.1.0",
|
|
"@types/lodash": "^4.14.182",
|
|
"@types/node": "^17.0.23",
|
|
"@types/pretty-bytes": "^5.2.0",
|
|
"@types/react": "^18.0.8",
|
|
"@types/react-dom": "^18.0.0",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/react-table": "^7.7.10",
|
|
"@types/react-window": "^1.8.5",
|
|
"@types/tailwindcss": "^3.0.10",
|
|
"@vitejs/plugin-react": "^1.3.1",
|
|
"concurrently": "^7.1.0",
|
|
"prettier": "^2.6.2",
|
|
"typescript": "^4.6.3",
|
|
"vite": "^2.9.1",
|
|
"vite-plugin-svgr": "^1.1.0"
|
|
}
|
|
}
|