-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"gatsby": "^2.32.12",
"gatsby-link": "^2.11.0",
"gatsby-plugin-google-analytics": "^2.11.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-splitbee": "^0.1.0",
"gatsby-plugin-styled-components": "^3.10.0",
"lodash": "^4.17.21",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"styled-components": "^5.2.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"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"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.12.0",
"gatsby-plugin-root-import": "^2.0.6",
"prettier": "^2.2.1",
"typescript": "^4.2.4"
}
}