-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 3.32 KB
/
Copy pathpackage.json
File metadata and controls
96 lines (96 loc) · 3.32 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "menefex",
"private": true,
"description": "Wij bouwen websites, webshops & (mobiele) applicaties met oog voor detail.",
"version": "2.0.0",
"author": "Michael Fransman <mikeyfe6@menefex.nl>",
"license": "agpl-3.0",
"scripts": {
"build": "gatsby clean && gatsby build",
"develop": "gatsby develop -H 0.0.0.0 --open",
"start": "npm run develop",
"clean": "gatsby clean && yarn cache clean",
"reinstall": "rm -rf node_modules package-lock.json yarn.lock && yarn",
"serve": "gatsby serve",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"",
"eslint-check": "eslint --print-config .eslintrc | eslint-config-prettier-check",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"prebuild": "yarn install --frozen-lockfile",
"postinstall": "[ \"$NETLIFY\" = \"true\" ] && node node_modules/puppeteer/install.mjs || exit 0"
},
"dependencies": {
"@contentful/live-preview": "^4.10.20",
"@contentful/rich-text-html-renderer": "17.2.3",
"@contentful/rich-text-react-renderer": "16.2.2",
"@contentful/rich-text-types": "17.2.7",
"@fortawesome/fontawesome-svg-core": "^7.3.1",
"@fortawesome/free-brands-svg-icons": "^7.3.1",
"@fortawesome/free-regular-svg-icons": "^7.3.1",
"@fortawesome/free-solid-svg-icons": "^7.3.1",
"@fortawesome/react-fontawesome": "^3.5.0",
"@sendgrid/mail": "^8.1.6",
"axios": "^1.20.0",
"gatsby": "^5.16.1",
"gatsby-adapter-netlify": "^1.4.0",
"gatsby-plugin-canonical-urls": "^5.16.0",
"gatsby-plugin-catch-links": "^5.16.0",
"gatsby-plugin-disqus": "^1.2.6",
"gatsby-plugin-feed": "^5.16.0",
"gatsby-plugin-google-tagmanager": "^5.16.0",
"gatsby-plugin-image": "^3.16.0",
"gatsby-plugin-manifest": "^5.16.0",
"gatsby-plugin-nprogress": "^5.16.0",
"gatsby-plugin-offline": "^6.16.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^6.16.0",
"gatsby-plugin-sharp": "^5.16.0",
"gatsby-plugin-sitemap": "^6.16.0",
"gatsby-source-contentful": "^8.17.0",
"gatsby-source-filesystem": "^5.16.0",
"gatsby-transformer-sharp": "^5.16.0",
"google-map-react": "^2.2.5",
"i18next": "^26.4.2",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^4.0.2",
"puppeteer": "^25.10.0",
"react": "18",
"react-cookie-consent": "^10.0.2",
"react-dom": "18",
"react-i18next": "^17.0.13",
"sass": "^1.104.0",
"sharp": "0.32.6",
"swiper": "^14.2.0"
},
"resolutions": {
"immutable": "^5.1.9"
},
"devDependencies": {
"eslint": "^10.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"stylelint": "^17.15.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^17.0.0"
},
"homepage": "https://menefex.nl",
"keywords": [
"menefex"
],
"repository": {
"type": "git",
"url": "https://github.com/mikeyfe6/menefex"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"packageManager": "yarn@4.18.0",
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Edge versions",
"last 2 Safari versions"
]
}