forked from SSWConsulting/SSW.Rules
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
117 lines (117 loc) · 4.72 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
{
"name": "SSW.Rules",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"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 && yarn updateRelativePath",
"build:incremental": "gatsby build --prefix-paths --log-pages && yarn updateRelativePath",
"devbuild": "gatsby clean && yarn run build:dir && yarn run build:favicons && gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "yarn run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"lint": "eslint --max-warnings=0 . --ext ts --ext tsx --ext js --ext jsx",
"updateRelativePath": "node scripts/updateRelativePath.js"
},
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
"@microsoft/applicationinsights-web": "^3.1.0",
"@raae/gatsby-remark-oembed": "^0.3.3",
"algoliasearch": "^4.22.1",
"applicationinsights": "^2.9.3",
"autoprefixer": "^10.4.17",
"axios": "1.6.7",
"babel-eslint": "^10.1.0",
"classnames": "^2.5.1",
"core-js": "^3.36.0",
"date-fns": "^2.30.0",
"decap-cms-app": "3.1.1",
"directory-named-webpack-plugin": "^4.1.0",
"favicons": "^6.2.2",
"gatsby": "5.13.3",
"gatsby-custom-md": "^1.3.0",
"gatsby-plugin-algolia": "^1.0.3",
"gatsby-plugin-breadcrumb": "^12.3.2",
"gatsby-plugin-decap-cms": "^4.0.4",
"gatsby-plugin-disqus": "^1.2.6",
"gatsby-plugin-fontawesome-css": "^1.2.0",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-google-tagmanager": "^5.13.1",
"gatsby-plugin-postcss": "6.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-copy-linked-files": "^6.13.1",
"gatsby-remark-custom-blocks": "^3.15.0",
"gatsby-remark-draw": "^1.0.16",
"gatsby-remark-embed-video": "^3.2.1",
"gatsby-remark-fenced-divs": "^1.0.3",
"gatsby-remark-figure-caption": "^2.0.0",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-images-anywhere": "^1.3.1",
"gatsby-remark-images-zoom": "^1.1.0",
"gatsby-remark-relative-images-v2": "^0.1.5",
"gatsby-remark-responsive-iframe": "^6.13.1",
"gatsby-remark-vscode": "^3.3.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-git": "^1.1.0",
"gatsby-source-local-git": "^1.3.0",
"gatsby-transformer-json": "^5.13.1",
"gatsby-transformer-remark": "3.2.0",
"gatsby-transformer-sharp": "^5.13.1",
"markdown-it": "^14.0.0",
"markdown-it-container": "^4.0.0",
"postcss": "^8.4.35",
"postcss-import": "^16.0.1",
"postcss-nested": "^6.0.1",
"preval.macro": "^5.0.0",
"prop-types": "^15.8.1",
"query-string": "^8.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-jotform": "^1.0.2",
"react-number-format": "^5.3.1",
"react-pose": "^4.0.10",
"react-responsive-modal": "^6.4.2",
"sharp": "^0.33.2",
"ssw.megamenu": "4.5.1",
"ssw.rules.widget": "^2.0.3",
"svg-react-loader": "^0.4.6",
"webpack-assets-manifest": "5.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.10",
"@babel/preset-react": "^7.23.3",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@playwright/test": "^1.41.2",
"@types/node": "^20.11.19",
"eslint": "^8.56.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "^7.33.2",
"mkdirp": "^3.0.1",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1"
},
"resolutions": {
"webpack": "5.89.0"
},
"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-plugin-fontawesome-css": "Added to disable Font Awesomes auto CSS insertion and instead insert it at compile time. This stops the brief flicker of the icons stying being incorrect when the page is refreshed"
},
"packageManager": "yarn@4.0.1"
}