-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
132 lines (132 loc) · 4.73 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "ssw-people",
"license": "MIT",
"author": "SSWDevelopers <SSWDevelopers@ssw.com.au>",
"type": "commonjs",
"scripts": {
"dev": "gatsby develop",
"serve": "gatsby serve",
"ssr": "yarn run build && yarn run serve",
"format": "prettier --config ./.prettierrc --write src/**/*.js",
"build:dir": "mkdirp ./public/icons/",
"build:favicons": "node scripts/favicons",
"build": "yarn run build:dir && yarn run build:favicons && gatsby build --prefix-paths --log-pages",
"devbuild": "yarn run build:dir && yarn run build:favicons && gatsby build",
"test": "ava **/*.test.js --verbose",
"lint": "eslint --max-warnings=0 ."
},
"greenkeeper": {
"ignore": [
"ava"
]
},
"dependencies": {
"@babel/core": "^7.26.0",
"@brainhubeu/react-carousel": "^2.0.4",
"@fontsource-variable/inter": "^5.1.1",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@microsoft/applicationinsights-web": "^3.3.4",
"@raae/gatsby-remark-oembed": "^0.3.3",
"@reach/router": "^1.3.4",
"assert": "^2.1.0",
"axios": "^1.7.9",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"gatsby": "^5.14.1",
"gatsby-plugin-breadcrumb": "^12.3.2",
"gatsby-plugin-client-side-redirect": "^1.1.0",
"gatsby-plugin-google-gtag": "^5.14.0",
"gatsby-plugin-google-tagmanager": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-postcss": "^6.14.0",
"gatsby-plugin-react-helmet": "^6.14.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-remark-copy-linked-files": "^6.14.0",
"gatsby-remark-custom-blocks": "^3.15.0",
"gatsby-remark-embed-video": "^3.2.1",
"gatsby-remark-figure-caption": "^2.0.0",
"gatsby-remark-images": "^7.14.0",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-remark-responsive-iframe": "^6.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-source-git": "^1.1.0",
"gatsby-transformer-json": "^5.14.0",
"gatsby-transformer-remark": "^3.2.0",
"gatsby-transformer-sharp": "^5.14.0",
"gray-matter": "^4.0.3",
"history": "^5.3.0",
"https-browserify": "^1.0.0",
"lottie-web": "^5.12.2",
"moment": "^2.30.1",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-nested": "^6.2.0",
"preval.macro": "^5.0.0",
"prop-types": "^15.8.1",
"query-string": "^9.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-ga": "^3.3.1",
"react-github-calendar": "^4.5.3",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.5.1",
"react-jotform": "^1.0.2",
"react-lazy-youtube": "^1.0.1",
"react-pose": "^4.0.10",
"react-responsive-modal": "^6.4.2",
"react-youtube": "^10.1.0",
"ssw.megamenu": "^4.9.2",
"ssw.rules.widget": "^2.0.8",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "^6.1.14",
"to": "^0.2.9",
"update": "^0.7.4",
"url": "^0.11.4",
"util": "^0.12.5",
"webpack-assets-manifest": "^5.2.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.9",
"@babel/preset-react": "^7.26.3",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"applicationinsights": "^3.4.0",
"array-flat-polyfill": "^1.0.1",
"autoprefixer": "^10.4.20",
"ava": "^6.2.0",
"babel-eslint": "^10.1.0",
"chrome-launcher": "^1.1.2",
"directory-named-webpack-plugin": "^4.1.0",
"dotenv": "^16.4.7",
"eslint": "^9.17.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.3",
"favicons": "^6.2.2",
"gatsby-cli": "^5.14.0",
"lighthouse": "^12.3.0",
"mkdirp": "^3.0.1",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.17"
},
"packageComments": {
"⚠️ gatsby-remark-custom-blocks": "Locked to ^3.2.0 - Higher versions are incompatible with gatsby-transformer-remark@^4.0.0 as per https://www.gatsbyjs.com/plugins/gatsby-remark-custom-blocks/",
"⚠️ favicons": "Locked to 6.2.2 - See jantimon/favicons-webpack-plugin#309 (comment) for more info",
"⚠️ gatsby-transformer-remark": "Locked to ^3.2.0 - Due to gatsby-remark-custom-blocks relying on the locked version",
"⚠️ gatsby-remark-relative-images": "Locked to ^0.3.0 - Updating breaks stuff",
"📦 mkdirp": "Added to have a simple cross-platform way of creating a directory"
},
"resolutions": {
"sharp": "0.33.2"
},
"packageManager": "yarn@4.5.0"
}