lume/package.json

86 lines
2.7 KiB
JSON
Raw Permalink Normal View History

2023-02-21 14:58:47 +07:00
{
2024-08-10 16:45:56 +07:00
"name": "lume",
"private": true,
2024-08-12 09:07:11 +07:00
"version": "0.0.0",
"type": "module",
2024-08-10 16:45:56 +07:00
"scripts": {
2024-08-12 09:07:11 +07:00
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
2024-08-10 16:45:56 +07:00
"tauri": "tauri"
},
"dependencies": {
2024-08-18 15:51:34 +07:00
"@getalby/bitcoin-connect-react": "^3.6.2",
2024-08-13 10:33:21 +07:00
"@phosphor-icons/react": "^2.1.7",
2024-10-03 09:00:48 +07:00
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-popover": "^1.1.2",
2024-10-25 14:57:12 +07:00
"@radix-ui/react-progress": "^1.1.0",
2024-10-03 09:00:48 +07:00
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.3",
2024-10-29 15:05:03 +07:00
"@tanstack/query-broadcast-client-experimental": "^5.59.16",
2024-10-28 09:00:28 +07:00
"@tanstack/query-persist-client-core": "^5.59.16",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-router": "^1.77.5",
"@tauri-apps/api": "^2.0.3",
2024-10-03 09:00:48 +07:00
"@tauri-apps/plugin-clipboard-manager": "^2.0.0",
2024-10-28 09:00:28 +07:00
"@tauri-apps/plugin-dialog": "^2.0.1",
"@tauri-apps/plugin-fs": "^2.0.1",
"@tauri-apps/plugin-http": "^2.0.1",
2024-10-03 09:00:48 +07:00
"@tauri-apps/plugin-os": "^2.0.0",
"@tauri-apps/plugin-process": "^2.0.0",
2024-10-28 09:00:28 +07:00
"@tauri-apps/plugin-shell": "^2.0.1",
2024-10-29 15:05:03 +07:00
"@tauri-apps/plugin-store": "github:tauri-apps/tauri-plugin-store#a564510",
2024-10-03 09:00:48 +07:00
"@tauri-apps/plugin-updater": "^2.0.0",
"@tauri-apps/plugin-upload": "^2.0.0",
"@tauri-apps/plugin-window-state": "^2.0.0",
2024-08-12 10:32:20 +07:00
"bitcoin-units": "^1.0.0",
2024-08-30 13:30:29 +07:00
"dayjs": "^1.11.13",
2024-09-20 08:42:08 +07:00
"embla-carousel-react": "^8.3.0",
2024-10-28 09:00:28 +07:00
"i18next": "^23.16.4",
2024-08-12 09:07:11 +07:00
"i18next-resources-to-backend": "^1.2.1",
2024-10-03 09:00:48 +07:00
"light-bolt11-decoder": "^3.2.0",
2024-08-12 09:07:11 +07:00
"minidenticons": "^4.2.1",
"nanoid": "^5.0.7",
2024-10-28 09:00:28 +07:00
"nostr-tools": "^2.9.4",
"react": "19.0.0-rc-cae764ce-20241025",
2024-08-12 09:07:11 +07:00
"react-currency-input-field": "^3.8.0",
2024-10-28 09:00:28 +07:00
"react-dom": "19.0.0-rc-cae764ce-20241025",
"react-hook-form": "^7.53.1",
"react-i18next": "^15.1.0",
2024-08-12 09:07:11 +07:00
"react-string-replace": "^1.1.1",
2024-09-26 10:57:58 +07:00
"rich-textarea": "^0.26.3",
2024-10-28 09:00:28 +07:00
"use-debounce": "^10.0.4",
2024-10-03 09:00:48 +07:00
"virtua": "^0.34.2"
2024-08-12 09:07:11 +07:00
},
"devDependencies": {
2024-10-28 09:00:28 +07:00
"@biomejs/biome": "^1.9.4",
2024-09-20 08:42:08 +07:00
"@tailwindcss/forms": "^0.5.9",
2024-08-30 13:30:29 +07:00
"@tailwindcss/typography": "^0.5.15",
2024-10-28 09:00:28 +07:00
"@tanstack/router-devtools": "^1.77.5",
"@tanstack/router-plugin": "^1.76.4",
"@tauri-apps/cli": "^2.0.4",
2024-08-13 10:33:21 +07:00
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
2024-10-28 09:00:28 +07:00
"@vitejs/plugin-react": "^4.3.3",
2024-08-12 10:32:20 +07:00
"autoprefixer": "^10.4.20",
2024-10-03 09:00:48 +07:00
"babel-plugin-react-compiler": "0.0.0-experimental-b4db8c3-20241001",
2024-08-12 10:32:20 +07:00
"clsx": "^2.1.1",
2024-09-20 08:42:08 +07:00
"postcss": "^8.4.47",
2024-08-12 09:07:11 +07:00
"tailwind-gradient-mask-image": "^1.2.0",
2024-10-28 09:00:28 +07:00
"tailwind-merge": "^2.5.4",
2024-08-12 09:07:11 +07:00
"tailwind-scrollbar": "^3.1.0",
2024-10-28 09:00:28 +07:00
"tailwindcss": "^3.4.14",
2024-10-03 09:00:48 +07:00
"tailwindcss-content-visibility": "^1.0.0",
"typescript": "^5.6.3",
2024-10-28 09:00:28 +07:00
"vite": "^5.4.10",
2024-08-12 09:07:11 +07:00
"vite-tsconfig-paths": "^5.0.1"
2024-08-12 10:32:20 +07:00
},
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
2024-08-10 16:45:56 +07:00
}
2023-02-21 14:58:47 +07:00
}