flockstr/package.json

98 lines
2.8 KiB
JSON
Raw Normal View History

2023-10-13 08:39:50 -04:00
{
"name": "flockstr",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2023-10-13 22:31:56 -04:00
"@blocknote/core": "^0.9.5",
"@blocknote/react": "^0.9.5",
2023-10-24 12:53:35 -04:00
"@getalby/sdk": "^2.5.0",
2023-10-13 09:23:11 -04:00
"@hookform/resolvers": "^3.3.2",
"@noble/hashes": "^1.3.2",
"@nostr-dev-kit/ndk": "^2.0.0",
2023-10-22 11:04:24 -04:00
"@nostr-dev-kit/ndk-cache-dexie": "^2.0.3",
2023-10-13 09:23:11 -04:00
"@nostr-dev-kit/ndk-react": "^0.1.1",
2024-01-11 15:47:19 +00:00
"@prisma/client": "^5.8.0",
2023-10-14 23:27:31 -04:00
"@radix-ui/react-aspect-ratio": "^1.0.3",
2023-10-13 09:23:11 -04:00
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
2023-10-18 08:15:06 -04:00
"@radix-ui/react-popover": "^1.0.7",
2023-10-14 12:09:44 -04:00
"@radix-ui/react-scroll-area": "^1.0.5",
2023-10-13 09:23:11 -04:00
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
2023-10-14 18:57:37 -04:00
"@radix-ui/react-tabs": "^1.0.4",
2023-10-14 23:35:08 -04:00
"@radix-ui/react-tooltip": "^1.0.7",
2023-10-23 14:14:56 -04:00
"@react-google-maps/api": "^2.19.2",
2023-10-13 09:24:38 -04:00
"@tailwindcss/container-queries": "^0.1.1",
2023-11-01 12:10:52 -04:00
"@upstash/redis": "^1.24.3",
2023-10-18 09:05:59 -04:00
"aws-sdk": "^2.1475.0",
2023-10-18 14:56:28 -04:00
"buffer": "^6.0.3",
2023-10-13 09:23:11 -04:00
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
2023-10-18 08:15:06 -04:00
"cmdk": "^0.2.0",
2023-10-18 14:14:17 -04:00
"crypto": "^1.0.1",
2023-10-13 09:23:11 -04:00
"crypto-js": "^4.1.1",
2023-10-22 16:56:34 -04:00
"date-fns": "^2.30.0",
2023-10-13 09:23:11 -04:00
"dayjs": "^1.11.10",
2023-10-22 11:04:24 -04:00
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.6",
2023-11-03 14:05:59 -04:00
"elliptic": "^6.5.4",
2023-10-13 09:23:11 -04:00
"focus-trap-react": "^10.2.3",
"framer-motion": "^10.16.4",
"jotai": "^2.4.3",
2023-10-24 15:59:32 -04:00
"latlon-geohash": "^2.0.0",
2023-10-13 09:23:11 -04:00
"next": "13.5.4",
2023-10-13 22:31:56 -04:00
"next-themes": "^0.2.1",
2023-10-13 09:23:11 -04:00
"node-html-parser": "^6.1.10",
"nostr-tools": "^1.16.0",
2024-01-11 15:47:19 +00:00
"prisma": "^5.8.0",
2023-10-13 09:23:11 -04:00
"ramda": "^0.29.1",
2023-10-13 08:39:50 -04:00
"react": "^18",
2023-10-23 14:14:56 -04:00
"react-aria": "^3.29.1",
2023-10-22 16:56:34 -04:00
"react-day-picker": "^8.9.1",
2023-10-13 08:39:50 -04:00
"react-dom": "^18",
2023-10-13 09:23:11 -04:00
"react-hook-form": "^7.47.0",
"react-icons": "^4.11.0",
2023-10-16 10:59:28 -04:00
"react-player": "^2.13.0",
2023-10-23 14:14:56 -04:00
"react-stately": "^3.27.1",
2023-10-16 19:40:56 -04:00
"recharts": "^2.9.0",
2023-10-13 09:23:11 -04:00
"sonner": "^1.0.3",
"tailwind-merge": "^1.14.0",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss-animate": "^1.0.7",
2023-10-23 14:14:56 -04:00
"use-places-autocomplete": "^4.0.1",
2023-10-13 09:23:11 -04:00
"zod": "^3.22.4",
"zod-fetch": "^0.1.1",
"zustand": "^4.4.3"
2023-10-13 08:39:50 -04:00
},
"devDependencies": {
2023-10-13 22:31:56 -04:00
"@tailwindcss/typography": "^0.5.10",
"@total-typescript/ts-reset": "^0.5.1",
2023-10-13 09:23:11 -04:00
"@types/crypto-js": "^4.1.2",
2023-11-03 14:05:59 -04:00
"@types/elliptic": "^6.4.16",
2023-10-24 15:59:32 -04:00
"@types/latlon-geohash": "^2.0.2",
2023-10-13 08:39:50 -04:00
"@types/node": "^20",
2023-10-13 09:23:11 -04:00
"@types/ramda": "^0.29.6",
2023-10-13 08:39:50 -04:00
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
2023-10-13 09:23:11 -04:00
"eslint": "^8",
"eslint-config-next": "13.5.4",
2023-10-13 08:39:50 -04:00
"postcss": "^8",
2023-10-13 19:02:59 -04:00
"prettier": "^3.0.3",
2023-10-13 09:23:11 -04:00
"prettier-plugin-tailwindcss": "^0.5.6",
2023-10-13 08:39:50 -04:00
"tailwindcss": "^3",
2023-10-13 09:23:11 -04:00
"typescript": "^5",
"webln": "^0.3.2"
2023-10-13 08:39:50 -04:00
}
}