Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kroist committed Dec 18, 2023
1 parent 3fe8607 commit 4b8af9a
Show file tree
Hide file tree
Showing 12 changed files with 1,085 additions and 1,191 deletions.
2 changes: 2 additions & 0 deletions react-wordle/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ module.exports = function (webpackEnv) {
fallback: {
'tfhe_bg.wasm': require.resolve('tfhe/tfhe_bg.wasm'),
"buffer": require.resolve('buffer'),
"crypto": require.resolve("crypto-browserify"),
"stream": require.resolve("stream-browserify"),
},
// These are the reasonable defaults supported by the Node ecosystem.
// We also include JSX as a common component filename extension to support
Expand Down
6 changes: 5 additions & 1 deletion react-wordle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"camelcase": "^6.2.1",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"classnames": "^2.3.1",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.2.0",
"date-fns": "^2.29.1",
Expand Down Expand Up @@ -78,6 +79,7 @@
"sass-loader": "^12.3.0",
"semver": "^7.3.5",
"source-map-loader": "^3.0.0",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.2",
"terser-webpack-plugin": "^5.2.5",
Expand Down Expand Up @@ -113,6 +115,7 @@
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/react-datepicker": "^4.4.2",
"autoprefixer": "^10.4.15",
"gh-pages": "^6.1.0",
"lint-staged": "^13.2.2",
"postcss": "^8.4.5",
"prettier": "^3.0.3",
Expand Down Expand Up @@ -179,5 +182,6 @@
"presets": [
"react-app"
]
}
},
"homepage": "https://kroist.github.io/encryptedWords"
}
Loading

0 comments on commit 4b8af9a

Please sign in to comment.