aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/package.json b/package.json
index 5639973..ae2ead4 100644
--- a/package.json
+++ b/package.json
@@ -25,11 +25,19 @@
"gatsby-plugin-react-helmet": "^4.3.0",
"gatsby-plugin-sharp": "^3.3.1",
"gatsby-plugin-styled-components": "^4.3.0",
+ "gatsby-plugin-typescript": "^3.3.0",
"gatsby-source-filesystem": "^3.3.0",
"gatsby-transformer-sharp": "^3.3.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"styled-components": "^5.2.3"
+ },
+ "devDependencies": {
+ "@types/node": "^14.14.41",
+ "@types/react": "^17.0.3",
+ "@types/react-dom": "^17.0.3",
+ "@types/react-helmet": "^6.1.1",
+ "@types/styled-components": "^5.1.9"
}
}