-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 890 Bytes
/
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
{
"name": "kyletruscott.com",
"version": "1.0.0",
"private": true,
"description": "Kyle Truscott",
"author": "Kyle Truscott",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write \"**/*.{js,jsx,json,md,ts,tsx}\""
},
"dependencies": {
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"emotion-rgba": "^0.0.9",
"gatsby": "^3.1.2",
"gatsby-plugin-emotion": "^6.2.0",
"gatsby-plugin-google-gtag": "^3.3.0",
"gatsby-plugin-manifest": "^3.3.0",
"gatsby-plugin-sharp": "^3.3.0",
"node-sass": "^5.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@types/react-helmet": "^6.1.5",
"gatsby-plugin-sass": "^4.2.0",
"prettier": "^2.2.1"
}
}