Files
spacedrive/apps/landing/package.json
Utku fd8c0f87b3 [ENG-1067] Update phosphor to new package & update sort imports (#1330)
* ianvs > trivago

* @phosphor-icons/react > phosphor-react
2023-09-11 15:26:44 +00:00

64 lines
1.7 KiB
JSON

{
"name": "@sd/landing",
"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",
"push": "drizzle-kit push:mysql"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.337.0",
"@phosphor-icons/react": "^2.0.10",
"@planetscale/database": "^1.7.0",
"@react-three/drei": "^9.78.1",
"@react-three/fiber": "^8.13.4",
"@sd/assets": "workspace:*",
"@sd/ui": "workspace:*",
"@t3-oss/env-nextjs": "^0.3.1",
"@vercel/edge-config": "^0.1.11",
"autoprefixer": "^10.4.14",
"clsx": "^1.2.1",
"contentlayer": "^0.3.2",
"drizzle-orm": "^0.26.0",
"markdown-to-jsx": "^7.2.0",
"md5": "^2.3.0",
"next": "13.4.3",
"next-contentlayer": "^0.3.2",
"react": "18.2.0",
"react-burger-menu": "^3.0.9",
"react-dom": "^18.2.0",
"react-hook-form": "~7.45.2",
"react-tsparticles": "^2.10.1",
"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.5.1",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"sharp": "^0.32.1",
"three": "^0.154",
"tsparticles": "^2.9.3",
"uuid": "^9.0.0",
"zod": "~3.22.2"
},
"devDependencies": {
"@sd/config": "workspace:*",
"@svgr/webpack": "^8.0.1",
"@types/node": "20.2.1",
"@types/react": "18.2.6",
"@types/react-burger-menu": "^2.8.3",
"@types/react-dom": "18.2.4",
"@types/react-helmet": "^6.1.6",
"@types/three": "^0.152.1",
"drizzle-kit": "db-push",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"typescript": "5.0.4"
}
}