Skip to content

Commit

Permalink
Merge pull request #80 from hellomrbigshot/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
hellomrbigshot authored Jul 31, 2022
2 parents 7a9f9f2 + 8530991 commit 27e42e0
Show file tree
Hide file tree
Showing 16 changed files with 4,278 additions and 6,496 deletions.
7 changes: 1 addition & 6 deletions craco.config.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
const path = require('path')
module.exports = {
style: {
postcss: {
postcssOptions: {
plugins: [
require('tailwindcss'),
require('autoprefixer'),
],
},
},
webpack: {
alias: {
'@ant-design/icons/lib/dist$': path.resolve(__dirname, './src/icons.js')
}
}
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"axios": "^0.21.4",
"babel-plugin-import": "^1.13.3",
"classnames": "^2.3.1",
"cropperjs": "^1.5.12",
"fs": "^0.0.1-security",
"global": "^4.4.0",
"highlight.js": "^11.5.1",
Expand All @@ -24,12 +25,12 @@
"node-gyp": "^7.1.2",
"qs": "^6.10.3",
"react": "^17.0.2",
"react-cropper": "^1.3.0",
"react-cropper": "^2.1.8",
"react-dom": "^17.0.2",
"react-m-editor": "^3.0.7",
"react-redux": "^7.2.8",
"react-router-dom": "^5.3.0",
"react-scripts": "^4.0.3",
"react-scripts": "^5.0.1",
"react-transition-group": "^4.4.2",
"redux": "^4.1.2",
"redux-immutable": "^4.0.0",
Expand Down
Loading

0 comments on commit 27e42e0

Please sign in to comment.