-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
47 lines (47 loc) · 1.61 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
{
"name": "ibm-enterprise-runbooks",
"version": "1.0.0",
"license": "Apache-2.0",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d public",
"build": "gatsby build --prefix-paths",
"dev": "gatsby develop",
"dev:clean": "gatsby clean && gatsby develop",
"serve": "gatsby serve",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run dev",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"url-link-test": "docker run --rm -it linkchecker/linkchecker --no-status https://ibm-gsi-ecosystem.github.io/ibm-enterprise-runbooks/ && exit 1"
},
"dependencies": {
"@carbon/icons-react": "^10.20.0",
"carbon-components": "^10.23.2",
"gatsby": "^2.24.80",
"gatsby-image": "^2.4.9",
"gatsby-plugin-global-context": "^1.0.0",
"gatsby-plugin-google-analytics": "^2.2.4",
"gatsby-plugin-manifest": "^2.2.39",
"gatsby-plugin-offline": "^3.0.32",
"gatsby-plugin-sharp": "^2.6.42",
"gatsby-remark-autolink-headers": "^2.3.15",
"gatsby-remark-embed-video": "^3.0.10",
"gatsby-remark-embed-youtube": "0.0.7",
"gatsby-remark-images": "^3.3.35",
"gatsby-remark-prismjs": "^3.5.16",
"gatsby-source-filesystem": "^2.2.1",
"gatsby-theme-carbon": "^1.26.9",
"gatsby-transformer-json": "^2.3.0",
"gatsby-transformer-remark": "^2.8.42",
"lodash": "latest",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1"
},
"devDependencies": {
"gh-pages": "^2.2.0",
"prettier": "^1.19.1"
}
}