-
Notifications
You must be signed in to change notification settings - Fork 159
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.81 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.81 KB
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
{
"name": "fhir-server-site",
"version": "1.0.1",
"license": "Apache-2.0",
"scripts": {
"build": "gatsby build --prefix-paths",
"dev": "gatsby develop",
"dev:clean": "gatsby clean && gatsby develop",
"serve": "gatsby serve --prefix-paths"
},
"dependencies": {
"@babel/plugin-transform-spread": "7.12.1",
"@carbon/addons-website": "0.0.1-alpha.21",
"carbon": "^0.5.0",
"carbon-addons-cloud": "^4.2.0",
"carbon-components": "^10.12.0",
"carbon-components-react": "^7.12.0",
"carbon-icons": "^7.0.7",
"classnames": "^2.2.6",
"core-js": "^3.19.1",
"gatsby": "^2.25.0",
"gatsby-admin": "0.1.65",
"gatsby-cli": "2.12.44",
"gatsby-plugin-manifest": "^2.4.10",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-plugin-sitemap": "^2.4.4",
"gatsby-plugin-slug": "^1.0.1",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-theme-carbon": "1.24.3",
"gatsby-transformer-remark": "2.8.13",
"markdown-it": "^12.3.2",
"react": "^16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-ga": "^2.7.0",
"sass-loader": "12.3.0"
},
"resolutions": {
"axios": "0.21.2",
"ansi-html": "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41",
"ansi-regex": "5.0.1",
"glob-parent": "5.1.2",
"highlight.js": "10.4.1",
"json-schema": "0.4.0",
"nth-check": "2.0.1",
"sanitize-html": "2.3.2",
"semver-regex": "3.1.3",
"set-value": "4.0.1",
"tar": "6.1.11",
"trim": "0.0.3",
"trim-newlines": "3.0.1",
"ws": "7.4.6",
"xmlhttprequest-ssl": "1.6.2",
"node-forge": "1.2.0",
"postcss": "7.0.39",
"node-fetch": "2.6.7"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.24.1"
}
}