mirror of
https://github.com/supabase/supabase.git
synced 2026-05-23 10:21:37 +08:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "temp-docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --port 3001",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"config": "*",
|
|
"@apollo/client": "^3.6.6",
|
|
"@mdx-js/loader": "^1.6.22",
|
|
"@mdx-js/react": "^1.6.22",
|
|
"@next/mdx": "^12.0.4",
|
|
"@supabase/ui": "v0.37.0-alpha.50",
|
|
"@tailwindcss/typography": "^0.4.1",
|
|
"common": "*",
|
|
"graphql": "^16.5.0",
|
|
"gray-matter": "^4.0.3",
|
|
"markdown-toc": "^1.2.0",
|
|
"next": "12.1.0",
|
|
"next-mdx-remote": "^3.0.8",
|
|
"next-themes": "0.0.15",
|
|
"react": "17.0.2",
|
|
"react-copy-to-clipboard": "^5.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-markdown": "^8.0.3",
|
|
"react-syntax-highlighter": "^15.3.1",
|
|
"remark": "^14.0.2",
|
|
"remark-html": "^15.0.0",
|
|
"remark-mdx": "^2.0.0-rc.2",
|
|
"remark-prism": "^1.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"config": "*",
|
|
"tsconfig": "*",
|
|
"@types/node": "^17.0.12",
|
|
"@types/react": "17.0.39",
|
|
"eslint": "8.9.0",
|
|
"next-transpile-modules": "9.0.0",
|
|
"typescript": "^4.5.3"
|
|
}
|
|
}
|