{ "name": "@backstage/theme", "description": "material-ui theme for use with Backstage.", "version": "0.2.8", "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", "types": "dist/index.d.ts" }, "homepage": "https://backstage.io", "repository": { "type": "git", "url": "https://github.com/backstage/backstage", "directory": "packages/theme" }, "keywords": [ "backstage" ], "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", "scripts": { "build": "backstage-cli build --outputs types,esm", "lint": "backstage-cli lint", "prepack": "backstage-cli prepack", "postpack": "backstage-cli postpack", "clean": "backstage-cli clean" }, "dependencies": { "@material-ui/core": "^4.11.0" }, "devDependencies": { "@backstage/cli": "^0.7.0" }, "files": [ "dist" ] }