-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.33 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
53
{
"name": "bs23",
"version": "1.0.0",
"private": true,
"description": "bs23",
"author": "Uwe Kristen",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"classnames": "^2.2.6",
"gatsby": "^5.4.2",
"gatsby-plugin-google-gtag": "^5.9.0",
"gatsby-plugin-image": "^3.6.0",
"gatsby-plugin-manifest": "^5.6.0",
"gatsby-plugin-offline": "^6.13.2",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sass": "^6.5.0",
"gatsby-plugin-sharp": "^5.8.1",
"gatsby-plugin-sitemap": "^6.6.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^7.8.0",
"gatsby-remark-images-contentful": "^6.8.0",
"gatsby-source-contentful": "^8.8.0",
"gatsby-source-filesystem": "^5.6.0",
"gatsby-transformer-inline-svg": "^1.2.0",
"gatsby-transformer-remark": "^6.8.0",
"gatsby-transformer-sharp": "^5.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.58.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.4"
},
"overrides": {
"axios": "^0.28",
"webpack-dev-middleware": "^5.3.3",
"got": "^11.8.5",
"postcss": "^8.4.31"
}
}