-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.42 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
{
"name": "gatsby-starter-forty-v2",
"description": "Gatsby Starter - Forty V2",
"version": "1.0.0",
"author": "Hunter Chang",
"dependencies": {
"gatsby": "^2.18.4",
"gatsby-image": "^2.2.34",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-intl": "^0.2.4",
"gatsby-plugin-manifest": "^2.2.30",
"gatsby-plugin-offline": "^3.0.24",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-s3": "^0.2.5",
"gatsby-plugin-sass": "^2.0.7",
"gatsby-plugin-sharp": "^2.3.4",
"gatsby-source-filesystem": "^2.1.39",
"gatsby-transformer-sharp": "^2.3.6",
"node-sass": "^4.11.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-cookie-consent": "^2.2.2",
"react-dom": "^16.12.0",
"react-gtm-module": "^2.0.4",
"react-helmet": "^5.2.1",
"react-i18next": "^10.11.0",
"yarn": "^1.22.11"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"clean": "gatsby clean",
"serve-build": "gatsby clean && gatsby build && gatsby serve",
"serve": "gatsby serve",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build && gatsby-plugin-s3 deploy"
},
"devDependencies": {
"prettier": "^1.16.4"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}