Files
backstage/packages/theme/package.json
T
github-actions[bot] cf187484bf Version Packages
2020-12-10 11:25:39 +00:00

40 lines
910 B
JSON

{
"name": "@backstage/theme",
"description": "material-ui theme for use with Backstage.",
"version": "0.2.2",
"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.4.1"
},
"files": [
"dist"
]
}