@scott-the-programmer/backstage-plugin-spacelift
Version:
[](https://codeclimate.com/github/scott-the-programmer/backstage-plugin-spacelift/maintainability)
90 lines (89 loc) • 2.41 kB
JSON
{
"name": "@scott-the-programmer/backstage-plugin-spacelift",
"version": "0.2.5",
"repository": {
"type": "git",
"url": "https://github.com/scott-the-programmer/backstage-plugin-spacelift.git"
},
"keywords": [
"backstage",
"spacelift",
"terraform"
],
"main": "dist/index.esm.js",
"types": "dist/index.d.ts",
"license": "MIT",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "frontend-plugin"
},
"files": [
"README.md",
"dist"
],
"scripts": {
"prepublishOnly": "node ../prepublish.js",
"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",
"prettier:check": "prettier --check .",
"prettier:fix": "prettier --write ."
},
"dependencies": {
"@backstage/core-components": "^0.13.1",
"@backstage/core-plugin-api": "^1.5.1",
"@backstage/theme": "^0.3.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.57",
"react-use": "^17.4.0"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.22.7",
"@backstage/core-app-api": "^1.8.0",
"@backstage/dev-utils": "^1.0.15",
"@backstage/test-utils": "^1.3.1",
"@spotify/prettier-config": "^15.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "*",
"cross-fetch": "^3.1.6",
"msw": "^1.2.2",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.12.1"
},
"prettier": "@spotify/prettier-config",
"lint-staged": {
"*.{js,jsx,ts,tsx,mjs,cjs}": [
"eslint --fix",
"prettier --write"
],
"*.{json,md}": [
"prettier --write"
],
"*.md": [
"node ./scripts/check-docs-quality"
],
"./yarn.lock": [
"node ./scripts/verify-lockfile-duplicates --fix"
],
"*/yarn.lock": [
"node ./scripts/verify-lockfile-duplicates --fix"
]
},
"module": "./dist/index.esm.js"
}