mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 22:18:00 +08:00
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "supabase-website",
|
|
"version": "0.0.2",
|
|
"description": "Supabase main website",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"export": "next export",
|
|
"start": "next start",
|
|
"typecheck": "tsc",
|
|
"prettier": "prettier --write \"./{pages,components,lib,stores,styles,tests}/**/*.{ts,tsx,md,js,jsx,json}\""
|
|
},
|
|
"dependencies": {
|
|
"@mdx-js/loader": "^1.6.22",
|
|
"@mdx-js/react": "^1.6.22",
|
|
"@next/mdx": "^10.0.7",
|
|
"@supabase/supabase-js": "^1.6.0",
|
|
"@supabase/ui": "^0.22.0",
|
|
"classnames": "2.2.6",
|
|
"date-fns": "2.10.0",
|
|
"gray-matter": "^4.0.2",
|
|
"markdown-toc": "^1.2.0",
|
|
"next": "latest",
|
|
"next-mdx-remote": "^2.1.3",
|
|
"next-seo": "^4.20.0",
|
|
"react": "^16.13.0",
|
|
"react-copy-to-clipboard": "^5.0.2",
|
|
"react-dom": "^16.13.0",
|
|
"react-ga": "^3.3.0",
|
|
"react-markdown": "^5.0.3",
|
|
"react-syntax-highlighter": "^15.3.1",
|
|
"react-tooltip": "^4.2.17",
|
|
"react-transition-group": "^4.4.1",
|
|
"rehype-slug": "^4.0.1",
|
|
"remark": "^13.0.0",
|
|
"remark-gfm": "^1.0.0",
|
|
"remark-html": "10.0.0",
|
|
"swiper": "^6.5.0",
|
|
"swr": "^0.5.4",
|
|
"typescript": "^4.0.3",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/classnames": "^2.2.10",
|
|
"@types/jest": "^25.2.2",
|
|
"@types/node": "^14.0.1",
|
|
"@types/react": "^16.9.35",
|
|
"@types/react-copy-to-clipboard": "^4.3.0",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@types/react-syntax-highlighter": "^13.5.0",
|
|
"file-loader": "^6.2.0",
|
|
"postcss": "8",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"prettier": "^2.2.1",
|
|
"tailwindcss": "^2.2.7"
|
|
},
|
|
"license": "MIT"
|
|
}
|