-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.14 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
{
"name": "ibm-gsi-cloud-native",
"version": "1.0.1",
"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"
},
"dependencies": {
"clean": "^4.0.2",
"gatsby": "^2.23.4",
"gatsby-image": "^2.2.39",
"gatsby-plugin-global-context": "^1.0.0",
"gatsby-plugin-google-analytics": "^2.1.29",
"gatsby-plugin-manifest": "^2.2.39",
"gatsby-plugin-offline": "^3.0.32",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-theme-carbon": "^1.21.1",
"gatsby-transformer-json": "^2.2.20",
"lodash": "latest",
"prismjs": "^1.20.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1"
},
"devDependencies": {
"gh-pages": "^2.2.0",
"prettier": "^1.19.1"
}
}