lume/packages/ark/package.json

42 lines
1.1 KiB
JSON
Raw Normal View History

2023-12-25 07:28:39 +00:00
{
"name": "@lume/ark",
"version": "0.0.0",
"private": true,
"main": "./src/index.ts",
"dependencies": {
2024-03-29 00:45:37 +00:00
"@getalby/sdk": "^3.4.3",
2023-12-25 07:28:39 +00:00
"@lume/icons": "workspace:^",
"@lume/utils": "workspace:^",
"@radix-ui/react-avatar": "^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",
2023-12-27 03:52:13 +00:00
"@radix-ui/react-hover-card": "^1.0.7",
2023-12-25 07:28:39 +00:00
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-tooltip": "^1.0.7",
2024-04-10 07:11:05 +00:00
"@tanstack/react-query": "^5.29.0",
"@tanstack/react-router": "^1.26.18",
2023-12-28 01:44:55 +00:00
"get-urls": "^12.1.0",
2024-03-29 00:45:37 +00:00
"media-chrome": "^3.2.0",
2024-03-02 09:08:01 +00:00
"minidenticons": "^4.2.1",
2024-04-10 07:11:05 +00:00
"nanoid": "^5.0.7",
2023-12-25 07:28:39 +00:00
"qrcode.react": "^3.1.0",
"re-resizable": "^6.9.11",
"react": "^18.2.0",
2024-02-24 11:26:20 +00:00
"react-currency-input-field": "^3.8.0",
2024-03-16 08:05:06 +00:00
"react-i18next": "^14.1.0",
2023-12-25 07:28:39 +00:00
"react-string-replace": "^1.1.1",
2024-03-29 00:45:37 +00:00
"sonner": "^1.4.41",
2024-04-10 07:11:05 +00:00
"string-strip-html": "^13.4.8",
"virtua": "^0.29.2"
2023-12-25 07:28:39 +00:00
},
"devDependencies": {
"@lume/tailwindcss": "workspace:^",
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
2024-04-10 07:11:05 +00:00
"@types/react": "^18.2.75",
2024-03-29 00:45:37 +00:00
"tailwindcss": "^3.4.3",
2024-04-10 07:11:05 +00:00
"typescript": "^5.4.4"
2023-12-25 07:28:39 +00:00
}
}