mirror of
https://github.com/supabase/supabase.git
synced 2026-07-04 15:24:24 +08:00
74 lines
2.1 KiB
JSON
74 lines
2.1 KiB
JSON
{
|
|
"name": "www",
|
|
"version": "0.0.3",
|
|
"description": "Supabase main website",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next --port 3000",
|
|
"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}\"",
|
|
"postbuild": "node ./internals/generate-sitemap.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^1.0.6",
|
|
"@mdx-js/loader": "^1.6.22",
|
|
"@mdx-js/react": "^1.6.22",
|
|
"@next/mdx": "^10.0.7",
|
|
"@supabase/auth-ui-react": "^0.1.6",
|
|
"@supabase/supabase-js": "^1.6.0",
|
|
"@supabase/ui": "v0.37.0-alpha.80",
|
|
"classnames": "^2.3.1",
|
|
"date-fns": "2.10.0",
|
|
"dayjs": "^1.11.4",
|
|
"globby": "^12.0.2",
|
|
"gray-matter": "^4.0.2",
|
|
"markdown-toc": "^1.2.0",
|
|
"marked": "^4.0.12",
|
|
"next": "latest",
|
|
"next-mdx-remote": "^2.1.3",
|
|
"next-seo": "^4.20.0",
|
|
"nodemailer": "^6.7.3",
|
|
"parse-numeric-range": "^1.3.0",
|
|
"react": "^17.0.2",
|
|
"react-copy-to-clipboard": "^5.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-ga": "^3.3.0",
|
|
"react-markdown": "^5.0.3",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"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",
|
|
"use-debounce": "^7.0.1",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.2",
|
|
"@types/classnames": "^2.3.1",
|
|
"@types/jest": "^25.2.2",
|
|
"@types/marked": "^4.0.3",
|
|
"@types/node": "^14.0.1",
|
|
"@types/nodemailer": "^6.4.4",
|
|
"@types/parse-numeric-range": "^0.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.2",
|
|
"autoprefixer": "^10.4.2",
|
|
"file-loader": "^6.2.0",
|
|
"postcss": "^8.4.7",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"prettier": "^2.2.1",
|
|
"tailwindcss": "^3.1.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|