lume/package.json

86 lines
2.9 KiB
JSON
Raw Permalink Normal View History

2023-02-21 14:58:47 +07:00
{
2024-11-10 14:28:14 +07:00
"name": "lume",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
2025-01-11 20:18:30 +07:00
"@getalby/bitcoin-connect-react": "^3.6.3",
2024-11-10 14:28:14 +07:00
"@phosphor-icons/react": "^2.1.7",
2025-01-11 20:18:30 +07:00
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.6",
"@tanstack/query-broadcast-client-experimental": "^5.62.16",
"@tanstack/query-persist-client-core": "^5.62.16",
"@tanstack/react-query": "^5.63.0",
"@tanstack/react-router": "^1.95.3",
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/plugin-clipboard-manager": "^2.2.0",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-fs": "^2.2.0",
"@tauri-apps/plugin-http": "^2.2.0",
"@tauri-apps/plugin-os": "^2.2.0",
"@tauri-apps/plugin-process": "^2.2.0",
"@tauri-apps/plugin-shell": "^2.2.0",
2024-11-10 14:28:14 +07:00
"@tauri-apps/plugin-store": "github:tauri-apps/tauri-plugin-store#a564510",
2025-01-11 20:18:30 +07:00
"@tauri-apps/plugin-updater": "^2.3.1",
"@tauri-apps/plugin-upload": "^2.2.1",
"@tauri-apps/plugin-window-state": "^2.2.0",
2024-11-10 14:28:14 +07:00
"bitcoin-units": "^1.0.0",
"dayjs": "^1.11.13",
2025-01-11 20:18:30 +07:00
"embla-carousel-react": "^8.5.2",
"i18next": "^23.16.8",
2024-11-10 14:28:14 +07:00
"i18next-resources-to-backend": "^1.2.1",
"light-bolt11-decoder": "^3.2.0",
"minidenticons": "^4.2.1",
2025-01-11 20:18:30 +07:00
"nanoid": "^5.0.9",
"nostr-tools": "^2.10.4",
2024-11-10 14:28:14 +07:00
"react": "19.0.0-rc-cae764ce-20241025",
2025-01-11 20:18:30 +07:00
"react-currency-input-field": "^3.9.0",
2024-11-10 14:28:14 +07:00
"react-dom": "19.0.0-rc-cae764ce-20241025",
2025-01-11 20:18:30 +07:00
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.0",
2024-11-10 14:28:14 +07:00
"react-string-replace": "^1.1.1",
"rich-textarea": "^0.26.4",
"use-debounce": "^10.0.4",
"virtua": "^0.34.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
2025-01-11 20:18:30 +07:00
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/router-devtools": "^1.95.3",
"@tanstack/router-plugin": "^1.95.3",
"@tauri-apps/cli": "^2.2.3",
2024-11-10 14:28:14 +07:00
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
2025-01-11 20:18:30 +07:00
"@vitejs/plugin-react": "^4.3.4",
2024-11-10 14:28:14 +07:00
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "0.0.0-experimental-b4db8c3-20241001",
"clsx": "^2.1.1",
2025-01-11 20:18:30 +07:00
"postcss": "^8.4.49",
2024-11-10 14:28:14 +07:00
"tailwind-gradient-mask-image": "^1.2.0",
2025-01-11 20:18:30 +07:00
"tailwind-merge": "^2.6.0",
2024-11-10 14:28:14 +07:00
"tailwind-scrollbar": "^3.1.0",
2025-01-11 20:18:30 +07:00
"tailwindcss": "^3.4.17",
"tailwindcss-content-visibility": "^1.0.2",
"typescript": "^5.7.3",
"vite": "^5.4.11",
2024-11-10 14:28:14 +07:00
"vite-tsconfig-paths": "5.0.0"
},
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
}
2023-02-21 14:58:47 +07:00
}