{ "name": "@superset-ui/style", "version": "0.14.3", "description": "Component styles for Superset", "author": "Aaron Suddjian ", "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" } }