forked from
standard.site/standard.site
Standard.site landing page built in Next.js
1{
2 "name": "standard-site",
3 "version": "0.1.0",
4 "private": true,
5 "scripts": {
6 "dev": "next dev",
7 "build": "next build",
8 "lint": "eslint",
9 "lexicons:sync": "bunx tsx scripts/sync-lexicons.ts"
10 },
11 "dependencies": {
12 "@atproto/api": "^0.18.8",
13 "@mdx-js/loader": "^3.1.1",
14 "@mdx-js/react": "^3.1.1",
15 "@next/mdx": "^16.1.1",
16 "lucide-react": "^0.562.0",
17 "motion": "^12.23.26",
18 "next": "16.1.0",
19 "react": "19.2.3",
20 "react-dom": "19.2.3",
21 "react-progressive-blur": "^1.0.6",
22 "rehype-slug": "^6.0.0",
23 "remark-frontmatter": "^5.0.0",
24 "remark-gfm": "^4.0.1"
25 },
26 "devDependencies": {
27 "@tailwindcss/postcss": "^4",
28 "@types/mdx": "^2.0.13",
29 "@types/node": "^20",
30 "@types/react": "^19",
31 "@types/react-dom": "^19",
32 "eslint": "^9",
33 "eslint-config-next": "16.1.0",
34 "tailwindcss": "^4",
35 "typescript": "^5"
36 }
37}