28 lines
785 B
JSON
28 lines
785 B
JSON
{
|
|
"name": "@spotify-backstage/plugin-home-page",
|
|
"version": "0.1.0",
|
|
"main": "dist/cjs/index.js",
|
|
"types": "dist/cjs/index.d.ts",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@spotify-backstage/cli": "^0.1.0",
|
|
"@spotify-backstage/core": "^0.1.0",
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.3.2",
|
|
"@testing-library/user-event": "^7.1.2",
|
|
"@types/jest": "^24.0.0",
|
|
"@types/node": "^12.0.0",
|
|
"@types/testing-library__jest-dom": "5.0.2",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"@material-ui/core": "^4.9.1",
|
|
"@material-ui/icons": "^4.9.1"
|
|
},
|
|
"scripts": {
|
|
"build": "backstage-cli plugin:build",
|
|
"lint": "backstage-cli lint",
|
|
"test": "backstage-cli test"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|