-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 925 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
38
39
{
"name": "jaen-template",
"version": "1.0.0",
"private": true,
"description": "jaen-template",
"author": "Nico Schett",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@snek-at/jaen": "^0.0.45",
"gatsby": "^5.9.0",
"gatsby-plugin-jaen": "^0.0.17",
"gatsby-plugin-sharp": "^5.9.0",
"gatsby-plugin-sitemap": "^6.9.0",
"gatsby-transformer-sharp": "^5.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.15.13",
"@types/react": "^18.0.38",
"@types/react-dom": "^18.0.11",
"typescript": "^4"
},
"resolutions": {
"gatsby-plugin-image": "^3",
"graphql": "^16",
"@gatsbyjs/reach-router": "^2.0.0"
}
}