Folo/apps/landing/package.json

93 lines
2.8 KiB
JSON

{
"name": "@follow/landing",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "cross-env NODE_ENV=production next build",
"cf:build": "pnpm exec opennextjs-cloudflare build",
"cf:deploy": "pnpm exec wrangler deploy",
"cf:deploy:dev": "pnpm exec wrangler deploy --env dev",
"dev": "cross-env NODE_ENV=development next dev -p 4399",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@base-ui-components/react": "1.0.0-beta.4",
"@floating-ui/react-dom": "2.1.6",
"@radix-ui/react-accordion": "1.2.12",
"@splinetool/react-spline": "4.1.0",
"@tanstack/query-async-storage-persister": "5.90.7",
"@tanstack/react-query": "5.90.5",
"@tanstack/react-query-persist-client": "5.90.7",
"@types/js-cookie": "3.0.6",
"ai": "5.0.68",
"axios": "1.13.0",
"clsx": "2.1.1",
"dayjs": "1.11.18",
"es-toolkit": "1.41.0",
"foxact": "0.2.49",
"idb-keyval": "6.2.2",
"immer": "10.2.0",
"jojoo": "0.3.0",
"jotai": "2.15.0",
"js-cookie": "3.0.5",
"motion": "12.23.24",
"next": "16.0.11",
"next-intl": "4.4.0",
"next-themes": "0.4.6",
"ogl": "1.0.11",
"progressive-blur": "1.0.0",
"radix-ui": "1.4.3",
"re-resizable": "6.11.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-error-boundary": "6.0.0",
"react-intersection-observer": "9.16.0",
"react-markdown": "10.1.0",
"react-resizable-layout": "0.7.3",
"rehype-stringify": "10.0.1",
"remark-emoji": "5.0.2",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.2",
"rough-notation": "0.5.1",
"sonner": "2.0.7",
"tailwind-merge": "3.3.1",
"unified": "11.0.5",
"usehooks-ts": "3.1.1",
"vaul": "1.1.2"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "1.9.0",
"@iconify-json/lucide": "1.2.71",
"@iconify-json/mingcute": "1.2.5",
"@iconify-json/simple-icons": "1.2.56",
"@iconify/tailwind": "1.2.0",
"@innei/prettier": "1.0.0",
"@next/bundle-analyzer": "16.0.11",
"@opennextjs/cloudflare": "1.16.5",
"@tailwindcss/postcss": "4.1.16",
"@tailwindcss/typography": "0.5.19",
"@tanstack/react-query-devtools": "5.90.2",
"@types/node": "24.9.1",
"@types/react": "19.1.17",
"@types/react-dom": "19.2.3",
"autoprefixer": "10.4.21",
"babel-plugin-react-compiler": "1.0.0",
"code-inspector-plugin": "1.2.10",
"cross-env": "10.1.0",
"dotenv": "17.2.3",
"eslint": "9.38.0",
"eslint-config-hyoban": "4.0.10",
"postcss": "8.5.6",
"prettier": "3.6.2",
"rimraf": "6.0.1",
"tailwind-scrollbar": "4.0.2",
"tailwind-variants": "3.1.1",
"tailwindcss": "4.1.16",
"tailwindcss-animate": "1.0.7",
"tailwindcss-safe-area": "1.1.0",
"typescript": "catalog:",
"wrangler": "4.67.0"
}
}