17a8e32f39
Signed-off-by: Renovate Bot <bot@renovateapp.com>
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "@backstage/plugin-codescene",
|
|
"version": "0.1.6-next.1",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"license": "Apache-2.0",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "dist/index.esm.js",
|
|
"types": "dist/index.d.ts"
|
|
},
|
|
"backstage": {
|
|
"role": "frontend-plugin"
|
|
},
|
|
"scripts": {
|
|
"start": "backstage-cli package start",
|
|
"build": "backstage-cli package build",
|
|
"lint": "backstage-cli package lint",
|
|
"test": "backstage-cli package test",
|
|
"clean": "backstage-cli package clean",
|
|
"prepack": "backstage-cli package prepack",
|
|
"postpack": "backstage-cli package postpack"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/config": "workspace:^",
|
|
"@backstage/core-components": "workspace:^",
|
|
"@backstage/core-plugin-api": "workspace:^",
|
|
"@backstage/errors": "workspace:^",
|
|
"@backstage/theme": "workspace:^",
|
|
"@material-ui/core": "^4.9.10",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@material-ui/lab": "^4.0.0-alpha.57",
|
|
"rc-progress": "3.4.1",
|
|
"react-use": "^17.2.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.13.1 || ^17.0.0",
|
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "workspace:^",
|
|
"@backstage/core-app-api": "workspace:^",
|
|
"@backstage/dev-utils": "workspace:^",
|
|
"@backstage/test-utils": "workspace:^",
|
|
"@testing-library/jest-dom": "^5.10.1",
|
|
"@testing-library/react": "^12.1.3",
|
|
"@testing-library/user-event": "^14.0.0",
|
|
"@types/node": "*",
|
|
"cross-fetch": "^3.1.5",
|
|
"msw": "^0.48.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"config.d.ts"
|
|
],
|
|
"configSchema": "config.d.ts"
|
|
}
|