mirror of
https://github.com/lumehq/lume.git
synced 2025-03-25 17:21:45 +01:00
65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"name": "@lume/desktop2",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@lume/icons": "workspace:^",
|
|
"@lume/system": "workspace:^",
|
|
"@lume/ui": "workspace:^",
|
|
"@lume/utils": "workspace:^",
|
|
"@radix-ui/react-avatar": "^1.0.4",
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
"@radix-ui/react-collapsible": "^1.0.3",
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
"@radix-ui/react-hover-card": "^1.0.7",
|
|
"@radix-ui/react-popover": "^1.0.7",
|
|
"@radix-ui/react-switch": "^1.0.3",
|
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
"@tanstack/query-sync-storage-persister": "^5.40.0",
|
|
"@tanstack/react-query": "^5.40.0",
|
|
"@tanstack/react-query-persist-client": "^5.40.0",
|
|
"@tanstack/react-router": "^1.34.5",
|
|
"i18next": "^23.11.5",
|
|
"i18next-resources-to-backend": "^1.2.1",
|
|
"minidenticons": "^4.2.1",
|
|
"nanoid": "^5.0.7",
|
|
"nostr-tools": "^2.6.0",
|
|
"react": "^18.3.1",
|
|
"react-currency-input-field": "^3.8.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "^7.51.5",
|
|
"react-hotkeys-hook": "^4.5.0",
|
|
"react-i18next": "^14.1.2",
|
|
"react-string-replace": "^1.1.1",
|
|
"slate": "^0.103.0",
|
|
"slate-react": "^0.104.0",
|
|
"sonner": "^1.4.41",
|
|
"use-debounce": "^10.0.1",
|
|
"virtua": "^0.31.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lume/tailwindcss": "workspace:^",
|
|
"@lume/tsconfig": "workspace:^",
|
|
"@lume/types": "workspace:^",
|
|
"@tanstack/router-devtools": "^1.34.5",
|
|
"@tanstack/router-vite-plugin": "^1.34.1",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react-swc": "^3.7.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"postcss": "^8.4.38",
|
|
"tailwindcss": "^3.4.3",
|
|
"typescript": "^5.4.5",
|
|
"vite": "^5.2.12",
|
|
"vite-plugin-top-level-await": "^1.4.1",
|
|
"vite-tsconfig-paths": "^4.3.2"
|
|
}
|
|
}
|