spacedrive/apps/landing/package.json
Utku 3b12e4ea19
[ENG-1414] Docker Server Installation Dialog (#1774)
* docker dialog

* move tooltip inner

* types

* rename "production" tag to latest

* fix dialog with and url

* pnpm-lock
2023-11-24 19:30:19 +00:00

71 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.5.2",
"@octokit/webhooks": "^12.0.3",
"@phosphor-icons/react": "^2.0.14",
"@radix-ui/react-dialog": "^1.0.5",
"@react-three/drei": "^9.88.13",
"@react-three/fiber": "^8.15.11",
"@sd/assets": "workspace:*",
"@sd/ui": "workspace:*",
"@t3-oss/env-nextjs": "^0.7.1",
"clsx": "^2.0.0",
"contentlayer": "^0.3.4",
"dayjs": "^1.11.10",
"framer-motion": "^10.16.5",
"image-size": "^1.0.2",
"katex": "^0.16.9",
"markdown-to-jsx": "^7.3.2",
"next": "13.5.6",
"next-contentlayer": "^0.3.4",
"next-plausible": "^3.11.3",
"react": "18.2.0",
"react-burger-menu": "^3.0.9",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-github-btn": "^1.4.0",
"react-tsparticles": "^2.12.2",
"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.158.0",
"tsparticles": "^2.12.0",
"unist-util-visit": "^5.0.0",
"zod": "~3.22.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.5.6",
"@octokit/openapi-types": "^19.0.2",
"@sd/config": "workspace:*",
"@svgr/webpack": "^8.1.0",
"@types/node": "~18.17.19",
"@types/react": "^18.2.34",
"@types/react-burger-menu": "^2.8.5",
"@types/react-dom": "^18.2.14",
"@types/three": "^0.158.2",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"sharp": "^0.32.6",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
}
}