mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-09-24 16:04:36 +08:00
33 lines
987 B
JSON
33 lines
987 B
JSON
{
|
|
"name": "@dbeaver/object-viewer-plugin",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"license": "Apache-2.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/types",
|
|
"scripts": {
|
|
"build-plugin": "npm run clean-dist && webpack -p --config=../../configs/webpack/build-plugin.js",
|
|
"clean-dist": "rimraf dist/*",
|
|
"rollup": "npm run clean-dist && rollup --config ../../configs/rollup.config.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"peerDependencies": {
|
|
"@dbeaver/core": "^0.1.0",
|
|
"@material/button": "^4.0.0",
|
|
"@material/elevation": "^4.0.0",
|
|
"@material/ripple": "^4.0.0",
|
|
"@material/theme": "^4.0.0",
|
|
"@material/typography": "^4.0.0",
|
|
"graphql": "^14.5.8",
|
|
"graphql-request": "^1.8.2",
|
|
"graphql-tag": "^2.10.1",
|
|
"mobx": "^5.15.4",
|
|
"mobx-react": "^6.2.2",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"reakit": "^1.0.0-beta.11",
|
|
"reshadow": "0.0.1-alpha.77",
|
|
"rxjs": "^6.5.5"
|
|
}
|
|
}
|