mirror of
https://github.com/supabase/supabase.git
synced 2026-07-02 16:44:20 +08:00
Bumps [mermaid](https://github.com/knsv/mermaid) from 8.8.2 to 8.13.8. - [Release notes](https://github.com/knsv/mermaid/releases) - [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/docs/CHANGELOG.md) - [Commits](https://github.com/knsv/mermaid/compare/8.8.2...8.13.8) --- updated-dependencies: - dependency-name: mermaid dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
992 B
JSON
42 lines
992 B
JSON
{
|
|
"name": "supabase",
|
|
"version": "0.0.3",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "docusaurus start --port 3005",
|
|
"build": "docusaurus build"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "^2.0.0-alpha.63",
|
|
"@docusaurus/preset-classic": "^2.0.0-alpha.63",
|
|
"@kiwicopple/prism-react-renderer": "github:kiwicopple/prism-react-renderer",
|
|
"mermaid": "^8.13.8",
|
|
"react": "^16.8.4",
|
|
"react-dom": "^16.8.4",
|
|
"react-inlinesvg": "^2.0.1"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.14.14",
|
|
"axios": "^0.21.1",
|
|
"babel-plugin-css-modules-transform": "^1.6.2",
|
|
"clsx": "^1.1.1",
|
|
"dotenv": "^10.0.0",
|
|
"js-yaml": "^3.14.0",
|
|
"minimist": "^1.2.5",
|
|
"ts-node": "^9.0.0",
|
|
"typescript": "^4.1.3"
|
|
}
|
|
}
|