51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "@internal/plugin-cnoe-ui",
|
|
"version": "0.1.0",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "dist/index.esm.js",
|
|
"types": "dist/index.d.ts"
|
|
},
|
|
"backstage": {
|
|
"role": "frontend-plugin"
|
|
},
|
|
"sideEffects": false,
|
|
"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/core-components": "^0.14.8",
|
|
"@backstage/core-plugin-api": "^1.9.3",
|
|
"@backstage/theme": "^0.5.6",
|
|
"@material-ui/core": "^4.12.2",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@material-ui/lab": "^4.0.0-alpha.61",
|
|
"react-use": "^17.2.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^17.0.0 || ^18.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "^0.26.10",
|
|
"@backstage/core-app-api": "^1.13.0",
|
|
"@backstage/dev-utils": "^1.0.34",
|
|
"@backstage/test-utils": "^1.5.7",
|
|
"@testing-library/jest-dom": "^5.10.1",
|
|
"@testing-library/react": "^12.1.3",
|
|
"@testing-library/user-event": "^14.0.0",
|
|
"msw": "^1.0.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|