forked from RoadieHQ/backstage-plugin-argo-cd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.93 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "@roadiehq/backstage-plugin-argo-cd",
"version": "0.3.7",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"homepage": "https://roadie.io/backstage/plugins/argo-cd/",
"bugs": {
"url": "https://github.com/RoadieHQ/backstage-plugin-argo-cd/issues",
"email": "[email protected]"
},
"repository": "github:RoadieHQ/backstage-plugin-argo-cd",
"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/catalog-model": "^0.7.0",
"@backstage/core": "^0.7.3",
"@backstage/theme": "^0.2.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "4.0.0-alpha.45",
"cross-fetch": "^3.0.6",
"date-fns": "^2.16.1",
"fp-ts": "^2.9.3",
"history": "^5.0.0",
"io-ts": "^2.2.13",
"io-ts-promise": "^2.0.2",
"io-ts-reporters": "^1.2.2",
"moment": "^2.29.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router": "6.0.0-beta.0",
"react-router-dom": "6.0.0-beta.0",
"react-use": "^15.3.8"
},
"devDependencies": {
"@backstage/cli": "^0.6.0",
"@backstage/dev-utils": "^0.1.9",
"@backstage/test-utils": "^0.1.6",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^10.4.1",
"@typescript-eslint/eslint-plugin": "^v4.14.0",
"@typescript-eslint/parser": "^v4.14.0",
"esbuild": "^0.6.18",
"eslint": "^7.6.0",
"eslint-plugin-react": "^7.20.5",
"msw": "^0.19.5"
},
"files": [
"dist",
"config.d.ts"
],
"configSchema": "config.d.ts"
}