68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"name": "docs",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "npx serve@latest out",
|
|
"lint": "next lint",
|
|
"create:blogpost": "plop create-blogpost",
|
|
"postbuild": "next-sitemap"
|
|
},
|
|
"dependencies": {
|
|
"@code-hike/mdx": "^0.9.0",
|
|
"@next/third-parties": "^14.1.4",
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
"@scalar/api-reference-react": "^0.1.31",
|
|
"@theguild/remark-mermaid": "^0.0.6",
|
|
"astro-mermaid": "^1.0.4",
|
|
"autoprefixer": "^10.0.1",
|
|
"axios": "^1.6.8",
|
|
"class-variance-authority": "^0.7.1",
|
|
"date-fns": "^3.6.0",
|
|
"embla-carousel-auto-height": "^8.0.0",
|
|
"embla-carousel-auto-scroll": "^8.0.0",
|
|
"embla-carousel-autoplay": "^8.0.0",
|
|
"embla-carousel-react": "^8.0.0",
|
|
"framer-motion": "^12.23.18",
|
|
"fs": "^0.0.1-security",
|
|
"gray-matter": "^4.0.3",
|
|
"lucide-react": "^0.522.0",
|
|
"mermaid": "^11.9.0",
|
|
"next": "^14.1.4",
|
|
"next-seo": "^6.5.0",
|
|
"next-sitemap": "^4.2.3",
|
|
"nextra": "^2.13.4",
|
|
"nextra-theme-docs": "^2.13.4",
|
|
"path": "^0.12.7",
|
|
"plop": "^4.0.1",
|
|
"plop-helper-date": "^1.0.0",
|
|
"posthog-js": "^1.194.6",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-hook-form": "^7.51.1",
|
|
"react-icons": "^5.0.1",
|
|
"react-markdown": "^9.0.1",
|
|
"react-share": "^5.1.0",
|
|
"react-tweet": "^3.2.2",
|
|
"sass": "^1.72.0",
|
|
"sharp": "^0.33.3",
|
|
"tailwind-merge": "^2.2.2",
|
|
"tailwindcss": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.1.4",
|
|
"postcss": "^8",
|
|
"prettier": "^3.2.5",
|
|
"typescript": "^5"
|
|
},
|
|
"packageManager": "yarn@1.22.22"
|
|
}
|