-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
40
41
42
{
"name": "kohchihao",
"description": "",
"version": "1.0.0",
"author": "Koh Chi Hao",
"dependencies": {
"bootstrap": "^4.3.1",
"gatsby": "^2.13.27",
"gatsby-image": "^2.2.7",
"gatsby-link": "^1.6.46",
"gatsby-plugin-google-analytics": "^2.0.6",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sharp": "^2.2.9",
"gatsby-source-filesystem": "^2.1.6",
"gatsby-transformer-sharp": "^2.2.4",
"history": "^4.7.2",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.9",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-icons": "^3.7.0",
"react-router-dom": "^4.3.1",
"smooth-scroll": "^12.1.5"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "gatsby develop -H 0.0.0.0",
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build && gh-pages -d public"
},
"devDependencies": {
"gh-pages": "^1.2.0",
"prettier": "^1.10.2"
}
}