/ package.json
package.json
1 { 2 "name": "ln-fizx-uk", 3 "private": true, 4 "version": "1.0.0", 5 "type": "module", 6 "scripts": { 7 "dev": "npm i --silent && vite", 8 "build": "npm i --silent && vite build -l error && cp dist/index.html dist/404.html && echo 'Project built successfully!'", 9 "test": "npm i --silent && tsc --noEmit && eslint && vitest run --reporter=dot --silent && vite build -l error && cp dist/index.html dist/404.html && echo 'All tests passed!'" 10 }, 11 "dependencies": { 12 "@fontsource-variable/inter": "^5.2.6", 13 "@getalby/sdk": "^5.1.1", 14 "@hookform/resolvers": "^5.2.2", 15 "@nostrify/nostrify": "^0.49.2", 16 "@nostrify/react": "^0.2.24", 17 "@radix-ui/react-accordion": "^1.2.0", 18 "@radix-ui/react-alert-dialog": "^1.1.1", 19 "@radix-ui/react-aspect-ratio": "^1.1.0", 20 "@radix-ui/react-avatar": "^1.1.0", 21 "@radix-ui/react-checkbox": "^1.1.1", 22 "@radix-ui/react-collapsible": "^1.1.0", 23 "@radix-ui/react-context-menu": "^2.2.1", 24 "@radix-ui/react-dialog": "^1.1.2", 25 "@radix-ui/react-dropdown-menu": "^2.1.1", 26 "@radix-ui/react-hover-card": "^1.1.1", 27 "@radix-ui/react-label": "^2.1.0", 28 "@radix-ui/react-menubar": "^1.1.1", 29 "@radix-ui/react-navigation-menu": "^1.2.0", 30 "@radix-ui/react-popover": "^1.1.1", 31 "@radix-ui/react-progress": "^1.1.0", 32 "@radix-ui/react-radio-group": "^1.2.0", 33 "@radix-ui/react-scroll-area": "^1.1.0", 34 "@radix-ui/react-select": "^2.1.1", 35 "@radix-ui/react-separator": "^1.1.0", 36 "@radix-ui/react-slider": "^1.2.0", 37 "@radix-ui/react-slot": "^1.1.0", 38 "@radix-ui/react-switch": "^1.1.0", 39 "@radix-ui/react-tabs": "^1.1.0", 40 "@radix-ui/react-toast": "^1.2.1", 41 "@radix-ui/react-toggle": "^1.1.0", 42 "@radix-ui/react-toggle-group": "^1.1.0", 43 "@radix-ui/react-tooltip": "^1.1.4", 44 "@tanstack/react-query": "^5.56.2", 45 "@unhead/addons": "^2.0.10", 46 "@unhead/react": "^2.0.10", 47 "buffer": "^6.0.3", 48 "class-variance-authority": "^0.7.1", 49 "clsx": "^2.1.1", 50 "cmdk": "^1.0.0", 51 "date-fns": "^3.6.0", 52 "embla-carousel-react": "^8.3.0", 53 "idb": "^8.0.3", 54 "input-otp": "^1.2.4", 55 "lucide-react": "^0.462.0", 56 "nostr-tools": "^2.13.0", 57 "qrcode": "^1.5.4", 58 "react": "^18.3.1", 59 "react-day-picker": "^8.10.1", 60 "react-dom": "^18.3.1", 61 "react-hook-form": "^7.71.1", 62 "react-intersection-observer": "^9.16.0", 63 "react-resizable-panels": "^2.1.3", 64 "react-router-dom": "^6.26.2", 65 "recharts": "^2.12.7", 66 "tailwind-merge": "^2.5.2", 67 "tailwindcss-animate": "^1.0.7", 68 "vaul": "^0.9.3", 69 "zod": "^4.3.6" 70 }, 71 "devDependencies": { 72 "@eslint/js": "^9.9.0", 73 "@html-eslint/eslint-plugin": "^0.41.0", 74 "@html-eslint/parser": "^0.41.0", 75 "@tailwindcss/typography": "^0.5.15", 76 "@testing-library/jest-dom": "^6.6.3", 77 "@testing-library/react": "^16.3.0", 78 "@types/node": "^22.5.5", 79 "@types/qrcode": "^1.5.5", 80 "@types/react": "^18.3.1", 81 "@types/react-dom": "^18.3.1", 82 "@vitejs/plugin-react-swc": "^3.5.0", 83 "@webbtc/webln-types": "^3.0.0", 84 "autoprefixer": "^10.4.20", 85 "eslint": "^9.9.0", 86 "eslint-plugin-react-hooks": "^5.1.0-rc.0", 87 "eslint-plugin-react-refresh": "^0.4.9", 88 "globals": "^15.9.0", 89 "jsdom": "^26.1.0", 90 "postcss": "^8.4.47", 91 "tailwindcss": "^3.4.11", 92 "typescript": "^5.5.3", 93 "typescript-eslint": "^8.0.1", 94 "vite": "^6.3.5", 95 "vitest": "^3.1.4" 96 } 97 }