-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.96 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@chakra-ui/gatsby-plugin": "^2.0.1",
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.6.8",
"@deckdeckgo/highlight-code": "^3.3.1",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"framer-motion": "^4.1.17",
"gatsby": "^3.14.1",
"gatsby-cli": "^3.14.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-chakra-ui": "^0.1.5",
"gatsby-plugin-google-analytics": "^3.14.0",
"gatsby-plugin-image": "^1.14.0",
"gatsby-plugin-layouts": "^0.1.0",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-netlify-cms": "^5.14.0",
"gatsby-plugin-offline": "^4.14.0",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-sharp": "^3.14.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-highlight-code": "^3.0.1",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-remark": "^4.11.0",
"gatsby-transformer-sharp": "^3.14.0",
"lodash": "^4.17.21",
"netlify-cms-app": "^2.15.46",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-headroom": "^3.1.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-seo-component": "^2.0.2",
"rehype-react": "^7.0.2"
},
"devDependencies": {
"prettier": "^2.4.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build --log-pages",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}