From d4f172ed203e6f3f6d1143f49c304cea8d45170e Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Thu, 22 Apr 2021 01:39:47 -0400 Subject: Changes --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'package.json') 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" } } -- cgit