superset/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-style/package.json
2021-11-26 11:46:22 +08:00

37 lines
858 B
JSON

{
"name": "@superset-ui/style",
"version": "0.13.26",
"description": "Component styles for Superset",
"author": "Aaron Suddjian <aaron@preset.io>",
"homepage": "https://github.com/apache-superset/superset-ui#readme",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "esm/index.js",
"sideEffects": false,
"files": [
"esm",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/apache-superset/superset-ui.git"
},
"keywords": [
"superset"
],
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/apache-superset/superset-ui/issues"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"emotion-theming": "^10.0.27"
}
}