50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "@backstage/plugin-gitops-profiles",
|
|
"version": "0.1.1-alpha.8",
|
|
"main": "dist/index.esm.js",
|
|
"main:src": "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"
|
|
},
|
|
"scripts": {
|
|
"build": "backstage-cli plugin:build",
|
|
"start": "backstage-cli plugin:serve",
|
|
"lint": "backstage-cli lint",
|
|
"test": "backstage-cli test",
|
|
"diff": "backstage-cli plugin:diff",
|
|
"prepack": "backstage-cli prepack",
|
|
"postpack": "backstage-cli postpack",
|
|
"clean": "backstage-cli clean"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/core": "^0.1.1-alpha.8",
|
|
"@backstage/theme": "^0.1.1-alpha.8",
|
|
"@material-ui/core": "^4.9.1",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@material-ui/lab": "4.0.0-alpha.45",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-use": "^14.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "^0.1.1-alpha.8",
|
|
"@backstage/dev-utils": "^0.1.1-alpha.8",
|
|
"@testing-library/jest-dom": "^5.7.0",
|
|
"@testing-library/react": "^9.3.2",
|
|
"@testing-library/user-event": "^10.2.4",
|
|
"@types/jest": "^25.2.2",
|
|
"@types/node": "^12.0.0",
|
|
"@types/testing-library__jest-dom": "^5.0.4",
|
|
"jest-fetch-mock": "^3.0.3"
|
|
},
|
|
"files": [
|
|
"dist/**/*.{js,d.ts}"
|
|
]
|
|
}
|