Skip to content

Commit

Permalink
INIT
Browse files Browse the repository at this point in the history
  • Loading branch information
lencodes committed Nov 27, 2023
1 parent b5a425c commit df941ca
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 234 deletions.
190 changes: 41 additions & 149 deletions pwa/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"private": true,
"description": "Product Website Template",
"author": "Conduction",
"keywords": ["gatsby"],
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
Expand All @@ -22,7 +24,7 @@
"prepare": "cd .. && husky install"
},
"dependencies": {
"@conduction/components": "2.2.25",
"@conduction/components": "file:../../conduction-components",
"@conduction/theme": "1.0.55",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "6.4.2",
Expand Down Expand Up @@ -65,7 +67,7 @@
"clsx": "^1.1.1",
"dateformat": "^5.0.3",
"dedent": "^0.7.0",
"gatsby": "^4.11.1",
"gatsby": "^4.25.7",
"gatsby-plugin-breadcrumb": "^12.3.1",
"gatsby-plugin-layout": "^3.11.0",
"html-react-parser": "^4.0.0",
Expand All @@ -78,7 +80,7 @@
"react-dom": "^18.2.0",
"react-favicon": "^1.0.1",
"react-helmet": "^6.1.0",
"react-hook-form": "7.29.0",
"react-hook-form": "7.48.2",
"react-hot-toast": "^2.4.1",
"react-i18next": "^11.16.6",
"react-loading-skeleton": "^3.1.0",
Expand All @@ -93,9 +95,9 @@
"@types/dedent": "^0.7.0",
"@types/node": "^17.0.23",
"@types/react-helmet": "^6.1.5",
"@types/showdown": "2.0.3",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@types/showdown": "2.0.3",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
Expand Down
Loading

0 comments on commit df941ca

Please sign in to comment.