generated from IBM/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
58 lines (58 loc) · 1.89 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
{
"name": "acd-containers",
"private": true,
"version": "1.0.0",
"license": "Apache 2.0",
"scripts": {
"dev": "gatsby develop -H 0.0.0.0",
"dev:clean": "gatsby clean && gatsby develop -H 0.0.0.0",
"build": "gatsby build --prefix-paths",
"build:clean": "gatsby clean && gatsby build --prefix-paths",
"serve": "gatsby serve",
"clean": "gatsby clean",
"build:prefix": "gatsby build --prefix-paths",
"serve:prefix": "gatsby serve --prefix-paths",
"test:prefix": "gatsby build:prefix && gatsby serve:prefix",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"@parcel/namer-default": "^2.6.2",
"carbon-components-react": "^8.9.0",
"carbon-icons": "7.0.7",
"gatsby": "4.21.0",
"gatsby-cli": "4.21.0",
"gatsby-plugin-catch-links": "^4.20.0",
"gatsby-plugin-gatsby-cloud": "^4.18.0",
"gatsby-plugin-image": "^2.18.1",
"gatsby-plugin-manifest": "^4.20.0",
"gatsby-plugin-mdx": "^3.20.0",
"gatsby-plugin-offline": "^5.18.0",
"gatsby-plugin-react-helmet": "^5.20.0",
"gatsby-plugin-sass": "^5.20.0",
"gatsby-plugin-sass-resources": "^2.0.0",
"gatsby-plugin-sharp": "^4.20.0",
"gatsby-remark-copy-linked-files": "^5.20.0",
"gatsby-remark-images": "^6.20.0",
"gatsby-remark-responsive-iframe": "^5.20.0",
"gatsby-remark-smartypants": "^5.20.0",
"gatsby-source-filesystem": "^4.20.0",
"gatsby-theme-carbon": "^2.3.1",
"gatsby-transformer-sharp": "^4.18.0",
"gatsby-transformer-yaml": "^4.20.0",
"latest": "^0.2.0",
"minimist": "^0.2.4",
"node.js": "0.0.1-security",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"use-media": "^1.4.0"
},
"devDependencies": {
"immer": "9.0.12",
"normalize-url": "7.0.3",
"node-sass": "7.0.1",
"simple-get": "4.0.1",
"trim": "1.0.1",
"glob-parent": "6.0.2"
}
}