-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "gatsby-starter-photon",
"description": "Gatsby photon starter",
"version": "1.0.0",
"author": "Hunter Chang",
"dependencies": {
"@gatsbyjs/reach-router": "^1.3.6",
"gatsby": "^4.2.0",
"gatsby-link": "^4.2.0",
"gatsby-plugin-manifest": "^4.2.0",
"gatsby-plugin-offline": "^5.2.0",
"gatsby-plugin-react-helmet": "^5.2.0",
"gatsby-plugin-sass": "^5.2.0",
"gatsby-react-router-scroll": "^5.2.0",
"node-sass": "^6.0.1",
"prismjs": "^1.25.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-github-btn": "bastion-rs/react-github-btn",
"react-helmet": "^6.1.0",
"sharp": "^0.29"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build; mv public docs",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.18.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-photon"
}
}