Files
supabase/apps/www/package.json
2023-12-07 14:58:34 +01:00

87 lines
2.6 KiB
JSON

{
"name": "www",
"version": "0.0.3",
"description": "Supabase main website",
"private": true,
"scripts": {
"dev": "next --port 3000",
"dev:secrets:pull": "AWS_PROFILE=supabase-dev node ../../scripts/getSecrets.js -n local/www",
"build": "next build",
"export": "next export",
"start": "next start",
"typecheck": "tsc --noEmit",
"prettier": "prettier --write \"./{pages,components,lib,stores,styles,tests}/**/*.{ts,tsx,md,js,jsx,json}\"",
"postbuild": "node ./internals/generate-sitemap.mjs"
},
"dependencies": {
"@code-hike/mdx": "^0.9.0",
"@heroicons/react": "^1.0.6",
"@mdx-js/react": "^2.3.0",
"@next/bundle-analyzer": "^13.5.6",
"@next/mdx": "^13.5.6",
"@react-three/fiber": "^7.0.29",
"@supabase/auth-helpers-react": "^0.4.2",
"@supabase/auth-ui-react": "^0.4.5",
"@supabase/supabase-js": "^2.38.2",
"classnames": "^2.3.1",
"cobe": "^0.6.2",
"common": "*",
"config": "*",
"dat.gui": "^0.7.9",
"dayjs": "^1.11.10",
"framer-motion": "^6.5.1",
"globby": "^13.2.2",
"gray-matter": "^4.0.3",
"lottie-light-react": "^2.4.0",
"markdown-toc": "^1.2.0",
"next": "^13.5.6",
"next-mdx-remote": "^4.4.1",
"next-seo": "^5.14.1",
"next-themes": "^0.2.1",
"octokit": "^2.0.14",
"parse-numeric-range": "^1.3.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.3",
"react-medium-image-zoom": "^5.1.8",
"react-syntax-highlighter": "^15.5.0",
"react-tooltip": "^4.2.17",
"react-transition-group": "^4.4.1",
"react-use": "^17.4.0",
"recharts": "^2.8.0",
"rehype-slug": "^5.1.0",
"remark": "^15.0.1",
"remark-gfm": "^3.0.1",
"remark-html": "^16.0.1",
"shared-data": "*",
"swiper": "^6.5.0",
"three": "^0.136.0",
"typed.js": "^2.0.16",
"typescript": "^5.2.2",
"ui": "*",
"use-debounce": "^7.0.1",
"vanilla-tilt": "1.7.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@aws-sdk/client-secrets-manager": "^3.468.0",
"@types/classnames": "^2.3.1",
"@types/dat.gui": "^0.7.10",
"@types/mdx-js__react": "^1.5.6",
"@types/node": "^17.0.24",
"@types/parse-numeric-range": "^0.0.1",
"@types/react": "^18.2.24",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.2.8",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/three": "^0.136.0",
"autoprefixer": "^10.4.14",
"config": "*",
"postcss": "^8.4.31",
"tsconfig": "*"
},
"license": "MIT"
}