56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "@backstage/dev-utils",
|
|
"description": "Utilities for developing Backstage plugins.",
|
|
"version": "0.1.5",
|
|
"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/dev-utils"
|
|
},
|
|
"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",
|
|
"test": "backstage-cli test",
|
|
"prepack": "backstage-cli prepack",
|
|
"postpack": "backstage-cli postpack",
|
|
"clean": "backstage-cli clean"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/core": "^0.3.1",
|
|
"@backstage/test-utils": "^0.1.4",
|
|
"@backstage/theme": "^0.2.1",
|
|
"@material-ui/core": "^4.11.0",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@testing-library/jest-dom": "^5.10.1",
|
|
"@testing-library/react": "^10.4.1",
|
|
"@testing-library/user-event": "^12.0.7",
|
|
"@types/react": "^16.9",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-hot-loader": "^4.12.21",
|
|
"react-router": "6.0.0-beta.0",
|
|
"react-router-dom": "6.0.0-beta.0"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "^0.4.0",
|
|
"@types/jest": "^26.0.7",
|
|
"@types/node": "^12.0.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|