spacedrive/interface/package.json
Utku 6277c8cb5f
Command Palette (#2228)
* bring it back

* move into folder

* fix shortcuts colliding

* tags

* fix key capture problems

* add 2 more actions + locations to cmd

* fix search navigation issue W @nikec

* fix saerch input

* improve scrollbar look and text on lightheme + fix edge view search showing

* useShortcut

* add cmdp to keybinds page

* killer i18n extension for vscode

* some missing keys and localized cmdk

* in lists that can change - it's better to use the id rather than index to avoid extra re-renders

* Update CMDKLocations.tsx

---------

Co-authored-by: ameer2468 <33054370+ameer2468@users.noreply.github.com>
2024-03-26 13:05:46 +00:00

85 lines
2.4 KiB
JSON

{
"name": "@sd/interface",
"private": true,
"main": "index.tsx",
"types": "index.tsx",
"sideEffects": false,
"scripts": {
"lint": "eslint . --cache",
"typecheck": "tsc -b"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/utilities": "^3.2.2",
"@headlessui/react": "^1.7.17",
"@icons-pack/react-simple-icons": "^9.1.0",
"@phosphor-icons/react": "^2.0.13",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-progress": "^1.0.1",
"@radix-ui/react-slider": "^1.1.0",
"@radix-ui/react-toast": "^1.1.2",
"@radix-ui/react-tooltip": "^1.0.2",
"@redux-devtools/extension": "^3.2.5",
"@remix-run/router": "=1.13.1",
"@sd/assets": "workspace:*",
"@sd/client": "workspace:*",
"@sd/ui": "workspace:*",
"@sentry/browser": "^7.74.1",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@tanstack/react-table": "^8.10.7",
"@tanstack/react-virtual": "3.0.0-beta.66",
"@total-typescript/ts-reset": "^0.5.1",
"@virtual-grid/react": "^2.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"crypto-random-string": "^5.0.0",
"dayjs": "^1.11.10",
"framer-motion": "^10.16.4",
"i18next": "^23.7.10",
"i18next-browser-languagedetector": "^7.2.0",
"immer": "^10.0.3",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-cmdk": "^1.3.9",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-hook-form": "^7.47.0",
"react-hotkeys-hook": "^4.4.1",
"react-i18next": "^13.5.0",
"react-json-view": "^1.21.3",
"react-loading-skeleton": "^3.3.1",
"react-markdown": "^9.0.0",
"react-router": "=6.20.1",
"react-router-dom": "=6.20.1",
"react-selecto": "^1.26.0",
"react-slidedown": "^2.4.7",
"react-sticky-el": "^2.1.0",
"react-truncate-markup": "^5.1.2",
"react-use-draggable-scroll": "^0.4.7",
"remix-params-helper": "^0.4.10",
"rooks": "^7.14.1",
"solid-js": "^1.8.8",
"solid-refresh": "^0.6.3",
"use-count-up": "^3.0.1",
"use-debounce": "^9.0.4",
"use-resize-observer": "^9.1.0",
"uuid": "^9.0.1",
"valtio": "^1.11.2"
},
"devDependencies": {
"@sd/config": "workspace:*",
"@types/node": ">18.18.x",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@types/uuid": "^9.0.8",
"tailwindcss": "^3.4.1",
"type-fest": "^4.13.0",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite-plugin-svgr": "^3.3.0"
}
}