Files
spacedrive/apps/landing/package.json
2024-09-03 22:32:36 -07:00

72 lines
1.9 KiB
JSON

{
"name": "@sd/landing",
"private": true,
"scripts": {
"dev": "next dev",
"build": "contentlayer build && next build",
"start": "next start",
"prod": "pnpm build && pnpm start",
"lint": "next lint",
"typecheck": "contentlayer build && tsc -b"
},
"dependencies": {
"@docsearch/react": "^3.6.1",
"@octokit/webhooks": "^12.2.0",
"@phosphor-icons/react": "^2.1.7",
"@radix-ui/react-dialog": "^1.1.1",
"@react-three/drei": "^9.111.5",
"@react-three/fiber": "^8.17.6",
"@sd/assets": "workspace:*",
"@sd/ui": "workspace:*",
"@t3-oss/env-nextjs": "^0.7.3",
"@tsparticles/react": "^3.0.0",
"clsx": "^2.1.1",
"contentlayer": "^0.3.4",
"dayjs": "^1.11.13",
"framer-motion": "^10.18.0",
"image-size": "^1.1.1",
"katex": "^0.16.11",
"markdown-to-jsx": "^7.5.0",
"next": "14.2.7",
"next-contentlayer": "^0.3.4",
"next-plausible": "^3.12.2",
"react": "=18.2.0",
"react-burger-menu": "^3.0.9",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-github-btn": "^1.4.0",
"react-parallax-tilt": "^1.7.237",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-external-links": "^2.1.0",
"rehype-katex": "^6.0.3",
"rehype-prism-plus": "^1.6.3",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-mdx-images": "^2.0.0",
"tailwind-merge": "^1.14.0",
"three": "^0.161.0",
"tsparticles": "^3.5.0",
"unist-util-visit": "^5.0.0",
"zod": "~3.22.5"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.5.6",
"@octokit/openapi-types": "^20.0.0",
"@sd/config": "workspace:*",
"@svgr/webpack": "^8.1.0",
"@types/node": "^22.5.1",
"@types/react": "^18.3.5",
"@types/react-burger-menu": "^2.8.7",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.162.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
}
}