-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.64 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
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
{
"name": "kcvv-elewijt.be",
"private": true,
"description": "New (static) website of football club KCVV Elewijt with Gatsby.",
"version": "0.1.0",
"author": "Kevin Van Ransbeeck <[email protected]>",
"dependencies": {
"@kennethormandy/react-fittext": "0.6.0",
"animate.css": "4.1.1",
"axios": "1.8.2",
"axios-cache-interceptor": "1.6.2",
"caniuse-lite": "1.0.30001703",
"classnames": "2.5.1",
"dotenv": "16.4.7",
"foundation-sites": "6.9.0",
"gatsby": "5.14.1",
"gatsby-cli": "5.14.0",
"gatsby-paginate": "1.1.1",
"gatsby-plugin-google-tagmanager": "5.14.0",
"gatsby-plugin-image": "3.14.0",
"gatsby-plugin-manifest": "5.14.0",
"gatsby-plugin-netlify": "5.1.1",
"gatsby-plugin-offline": "6.14.0",
"gatsby-plugin-sass": "6.14.0",
"gatsby-plugin-sharp": "5.14.0",
"gatsby-plugin-web-font-loader": "1.0.4",
"gatsby-source-drupal": "6.14.0",
"gatsby-transformer-sharp": "5.14.0",
"jquery": "3.7.1",
"js-search": "2.0.1",
"luxon": "3.5.0",
"modern-css-reset": "1.4.0",
"prop-types": "15.8.1",
"qrcode.react": "4.2.0",
"react": "18.3.1",
"react-animate-on-scroll": "2.1.9",
"react-dom": "18.3.1",
"react-helmet": "6.1.0",
"react-lazy-load": "4.0.1",
"react-select": "5.10.1",
"react-share": "5.2.2",
"react-slick": "0.30.3",
"react-use-query-param-string": "2.1.6",
"sass": "1.85.1",
"slick-carousel": "1.8.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build --log-pages",
"develop": "gatsby develop",
"start": "yarn run develop",
"clean": "rm -rf public",
"type-check": "tsc --pretty --noEmit",
"format:js": "prettier '**/*.{js,jsx}' --write",
"lint": "eslint . --ignore-path .gitignore --ext .ts,.tsx,.js",
"lint:fix": "npm run lint -- --fix",
"test": "jest"
},
"devDependencies": {
"@types/jquery": "3.5.32",
"@types/luxon": "3.4.2",
"@types/node": "22.13.10",
"@types/react": "18.3.18",
"@types/react-animate-on-scroll": "2.1.8",
"@types/react-dom": "18.3.5",
"@types/react-slick": "0.23.13",
"@typescript-eslint/eslint-plugin": "8.26.0",
"@typescript-eslint/parser": "8.26.0",
"eslint": "9.22.0",
"eslint-config-prettier": "10.1.1",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.2.0",
"prettier": "3.5.3",
"typescript": "5.8.2"
},
"repository": {
"type": "git",
"url": "https://github.com/soniCaH/KCVV-Elewijt-Gatsby"
},
"bugs": {
"url": "https://github.com/soniCaH/KCVV-Elewijt-Gatsby/issues"
}
}