mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-22 15:40:07 -04:00
* start * not for this branch lol * fix dates * fix spacing * revert mistake * progress * blog * improve wording * more blog * more blog moment * moreee blog * cant spell can i * bloggggg * change name * some rambling * sentence meowment * merge * prep * perfect app ui template for landing * updated landing image * fix border * section * fix query param handling * remove apps/snapshot * remove `WindowControls` * Playwright in setup script * `showControls` in a store * better screenshot + fixed stars with fadeout * fix show controls store mistake * begin bento boxes * bento box stuff * taggrid * release blog post: clarifying punctuation & rearrange some sentences (#1097) * landing page wip * Update index.tsx * tweak * Update pnpm-lock.yaml * Update app.webp * better app image + line animation wip * wip * tweak + image * tweaks + 60 fps ball * 60 fps platforms anim * landing updates * static globe * tweaks * device detect and dynamic imports * Accessibility and minor performance improvements from Lh report. * Update globe.webp * Improve randomness of line animation, better cloud image * isMobile vid support * Update index.tsx * new art * docs * docs * Improvements and feedback * Update index.tsx * improvements * quick art tweak * updated art * increase size * SVG animation * animations * convert platforms to arr and framer motion * new section - wip preview * remove border app animation - more animation work * mobile tweaks * tweak * duration adjustment * animation improvements * different floating times for other circles * Pricing page * tweak * optimize images, accessibility values, svg attribute cleanup * launch prep * fix blog link * adding location docs * hover effect * fixes to layout * Update index.tsx * another show controls method * use PageLayoutContext in other file * merge * desktop release download api * update publishing api * hook up desktop releases api to landing page * screenshot stuff * Delete .github/scripts/setup-system.sh * Update october-alpha-release.mdx * rotating screenshots, fixed blog and apple download chooser --------- Co-authored-by: Utku Bakir <74243531+utkubakir@users.noreply.github.com> Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me> Co-authored-by: pr <pineapplerind.info@gmail.com> Co-authored-by: ameer2468 <33054370+ameer2468@users.noreply.github.com> Co-authored-by: Brendan Allan <brendonovich@outlook.com>
69 lines
1.8 KiB
JSON
69 lines
1.8 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",
|
|
"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",
|
|
"dayjs": "^1.11.8",
|
|
"drizzle-orm": "^0.26.0",
|
|
"framer-motion": "^10.11.5",
|
|
"markdown-to-jsx": "^7.2.0",
|
|
"md5": "^2.3.0",
|
|
"next": "13.4.3",
|
|
"next-contentlayer": "^0.3.4",
|
|
"react": "18.2.0",
|
|
"react-burger-menu": "^3.0.9",
|
|
"react-device-detect": "^2.2.3",
|
|
"react-dom": "^18.2.0",
|
|
"react-github-btn": "^1.4.0",
|
|
"react-hook-form": "^7.43.9",
|
|
"react-tsparticles": "^2.9.3",
|
|
"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",
|
|
"tailwind-merge": "^1.14.0",
|
|
"three": "^0.153.0",
|
|
"tsparticles": "^2.9.3",
|
|
"uuid": "^9.0.0",
|
|
"zod": "~3.22.2"
|
|
},
|
|
"devDependencies": {
|
|
"@sd/config": "workspace:*",
|
|
"@svgr/webpack": "^8.0.1",
|
|
"@types/node": "^18.17",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-burger-menu": "^2.8.3",
|
|
"@types/react-dom": "^18.2.0",
|
|
"@types/three": "^0.152",
|
|
"drizzle-kit": "db-push",
|
|
"postcss": "^8.4",
|
|
"tailwindcss": "^3.3.2",
|
|
"typescript": "^5.2"
|
|
}
|
|
}
|