-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
59 lines (59 loc) · 1.54 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
{
"name": "api-gateway-catalog",
"version": "1.0.0",
"private": true,
"description": "API Gateway Catalog",
"author": "Kevin Swiber",
"keywords": [
"gatsby"
],
"scripts": {
"bff": "node bff.js",
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"postinstall": "npm run bff"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"axios": "^0.21.1",
"base-64": "1.0.0",
"bootstrap": "4.5",
"gatsby": "next",
"gatsby-cli": "^4.0.0-zz-next.5",
"gatsby-plugin-catch-links": "^4.0.0",
"gatsby-plugin-manifest": "next",
"gatsby-plugin-react-helmet": "next",
"gatsby-plugin-sass": "next",
"gatsby-plugin-sri": "^1.1.0",
"gatsby-plugin-typography": "next",
"gatsby-remark-autolink-headers": "next",
"gatsby-source-filesystem": "next",
"gatsby-transformer-remark": "next",
"gatsby-transformer-yaml": "next",
"jquery": "3.5.1",
"node-fetch": "2.6.1",
"node-sass": "^6.0.1",
"popper.js": "1.16.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-test-renderer": "^17.0.2",
"react-typography": "^0.16.20",
"sanitize-html": "^2.5.1",
"showdown": "^1.9.1",
"shelljs": "0.8.4",
"terser": "5.6.1",
"typography": "0.16.19",
"uuid": "^8.3.2"
},
"allow": {
"pmTech": [
"*"
]
}
}