flockstr/package.json

75 lines
2.1 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-13 09:23:11 -04:00
"@hookform/resolvers": "^3.3.2",
"@noble/hashes": "^1.3.2",
"@nostr-dev-kit/ndk": "^2.0.0",
"@nostr-dev-kit/ndk-react": "^0.1.1",
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-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-13 09:24:38 -04:00
"@tailwindcss/container-queries": "^0.1.1",
2023-10-13 09:23:11 -04:00
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.10",
"focus-trap-react": "^10.2.3",
"framer-motion": "^10.16.4",
"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",
"ramda": "^0.29.1",
2023-10-13 08:39:50 -04:00
"react": "^18",
"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-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",
"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-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
}
}