This repository has been archived by the owner on Feb 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.48 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
{
"name": "typescript-gatsby-starter",
"private": true,
"description": "",
"version": "0.1",
"author": "Grant Bartlett",
"dependencies": {
"@babel/core": "^7.0.0-0",
"gatsby": "^2.13.50",
"gatsby-image": "^2.2.8",
"gatsby-plugin-manifest": "^2.2.4",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby-plugin-sass": "^2.1.8",
"gatsby-plugin-sharp": "^2.2.9",
"gatsby-plugin-typescript": "^2.1.2",
"gatsby-source-filesystem": "^2.1.8",
"gatsby-transformer-sharp": "^2.2.5",
"graphql": "^14.4.2",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.4.0",
"@graphql-codegen/typescript": "^1.4.0",
"@graphql-codegen/typescript-operations": "^1.4.0",
"@types/node": "^12.6.9",
"@types/react": "^16.8.24",
"@types/react-dom": "^16.8.5",
"@types/react-helmet": "^5.0.8",
"autoprefixer": "^9.6.1",
"ts-optchain": "^0.1.8",
"typescript": "^3.5.3",
"node-sass": "^4.12.0"
},
"keywords": [
"gatsby",
"typescript"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"serve": "gatsby serve"
},
"browserslist": [
">1%",
"last 2 versions"
]
}