91 lines
2.6 KiB
JSON
91 lines
2.6 KiB
JSON
{
|
|
"name": "flockstr",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@blocknote/core": "^0.9.5",
|
|
"@blocknote/react": "^0.9.5",
|
|
"@getalby/sdk": "^2.5.0",
|
|
"@hookform/resolvers": "^3.3.2",
|
|
"@noble/hashes": "^1.3.2",
|
|
"@nostr-dev-kit/ndk": "^2.0.0",
|
|
"@nostr-dev-kit/ndk-cache-dexie": "^2.0.3",
|
|
"@nostr-dev-kit/ndk-react": "^0.1.1",
|
|
"@radix-ui/react-aspect-ratio": "^1.0.3",
|
|
"@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",
|
|
"@radix-ui/react-popover": "^1.0.7",
|
|
"@radix-ui/react-scroll-area": "^1.0.5",
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-switch": "^1.0.3",
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
"@react-google-maps/api": "^2.19.2",
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"aws-sdk": "^2.1475.0",
|
|
"buffer": "^6.0.3",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.0.0",
|
|
"cmdk": "^0.2.0",
|
|
"crypto": "^1.0.1",
|
|
"crypto-js": "^4.1.1",
|
|
"date-fns": "^2.30.0",
|
|
"dayjs": "^1.11.10",
|
|
"dexie": "^3.2.4",
|
|
"dexie-react-hooks": "^1.1.6",
|
|
"focus-trap-react": "^10.2.3",
|
|
"framer-motion": "^10.16.4",
|
|
"jotai": "^2.4.3",
|
|
"next": "13.5.4",
|
|
"next-themes": "^0.2.1",
|
|
"node-html-parser": "^6.1.10",
|
|
"nostr-tools": "^1.16.0",
|
|
"ramda": "^0.29.1",
|
|
"react": "^18",
|
|
"react-aria": "^3.29.1",
|
|
"react-day-picker": "^8.9.1",
|
|
"react-dom": "^18",
|
|
"react-hook-form": "^7.47.0",
|
|
"react-icons": "^4.11.0",
|
|
"react-player": "^2.13.0",
|
|
"react-stately": "^3.27.1",
|
|
"recharts": "^2.9.0",
|
|
"sonner": "^1.0.3",
|
|
"tailwind-merge": "^1.14.0",
|
|
"tailwind-scrollbar": "^3.0.5",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"use-places-autocomplete": "^4.0.1",
|
|
"zod": "^3.22.4",
|
|
"zod-fetch": "^0.1.1",
|
|
"zustand": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
"@types/crypto-js": "^4.1.2",
|
|
"@types/node": "^20",
|
|
"@types/ramda": "^0.29.6",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"autoprefixer": "^10",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "13.5.4",
|
|
"postcss": "^8",
|
|
"prettier": "^3.0.3",
|
|
"prettier-plugin-tailwindcss": "^0.5.6",
|
|
"tailwindcss": "^3",
|
|
"typescript": "^5",
|
|
"webln": "^0.3.2"
|
|
}
|
|
}
|