{ "name": "@sd/interface", "version": "1.0.0", "license": "GPL-3.0-only", "private": true, "main": "src/index.ts", "exports": { ".": "./src/index.ts", "./types": "./src/types" }, "scripts": { "icons": "./scripts/generateSvgImports.mjs" }, "dependencies": { "@apollo/client": "^3.6.5", "@fontsource/inter": "^4.5.10", "@headlessui/react": "^1.6.4", "@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.1", "@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.2", "autoprefixer": "^10.4.7", "byte-size": "^8.1.0", "clsx": "^1.1.1", "immer": "^9.0.14", "jotai": "^1.7.0", "moment": "^2.29.3", "phosphor-react": "^1.4.1", "pretty-bytes": "^6.0.0", "react": "^18.1.0", "react-countup": "^6.2.0", "react-dom": "^18.1.0", "react-dropzone": "^14.2.1", "react-error-boundary": "^3.1.4", "react-hotkeys-hook": "^3.4.6", "react-json-view": "^1.21.3", "react-loading-icons": "^1.1.0", "react-loading-skeleton": "^3.1.0", "react-portal": "^4.2.2", "react-query": "^3.39.1", "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.12.1", "rooks": "^5.11.2", "tailwindcss": "^3.0.24", "zustand": "4.0.0-rc.1" }, "devDependencies": { "@types/babel-core": "^6.25.7", "@types/byte-size": "^8.1.0", "@types/lodash": "^4.14.182", "@types/node": "^17.0.36", "@types/pretty-bytes": "^5.2.0", "@types/react": "^18.0.9", "@types/react-dom": "^18.0.5", "@types/react-router-dom": "^5.3.3", "@types/react-table": "^7.7.12", "@types/react-window": "^1.8.5", "@types/tailwindcss": "^3.0.10", "@vitejs/plugin-react": "^1.3.1", "concurrently": "^7.2.1", "prettier": "^2.6.2", "typescript": "^4.7.2", "vite": "^2.9.9", "vite-plugin-svgr": "^2.1.0" } }