-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
{
"name": "prio-zorg",
"version": "1.0.0",
"private": true,
"description": "prio-zorg",
"author": "Michael Fransman",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby clean && yarn cache clean && gatsby develop -H 0.0.0.0 --open",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean && yarn cache clean",
"reinstall": "rm -rf node_modules package-lock.json yarn.lock && yarn",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"gatsby": "^5.14.0",
"gatsby-plugin-canonical-urls": "^5.14.0",
"gatsby-plugin-catch-links": "^5.14.0",
"gatsby-plugin-google-tagmanager": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-offline": "^6.14.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^6.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-source-contentful": "^8.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.81.0",
"swiper": "^11.1.15"
},
"devDependencies": {
"@types/node": "^22.9.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"typescript": "^5.7.2"
}
}