Skip to content

Commit

Permalink
all in deps but will organize later
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinGuzman committed Aug 13, 2024
1 parent a8c028a commit f69fd31
Showing 1 changed file with 30 additions and 32 deletions.
62 changes: 30 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,37 +48,6 @@
"@babel/register"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.1.0",
"axios-mock-adapter": "1.21.2",
"babel-plugin-module-resolver": "^5.0.2",
"chai": "4.2.0",
"doctoc": "2.1.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.8.0",
"eslint": "7.32.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"jsdom": "9.0.0",
"mini-css-extract-plugin": "2.9.0",
"mocha": "10.6.0",
"mock-local-storage": "1.1.20",
"nightwatch": "2.3.0",
"nock": "13.0.11",
"nyc": "15.1.0",
"prettier": "2.5.1",
"redux-mock-store": "1.5.4",
"sinon": "18.0.0",
"sinon-chai": "3.7.0",
"supertest": "6.1.3",
"typescript": "4.5.5",
"winston": "3.2.1"
},
"dependencies": {
"@babel/preset-env": "7.24.7",
"@babel/preset-react": "7.24.7",
Expand Down Expand Up @@ -125,6 +94,35 @@
"validator": "13.7.0",
"webpack": "5.92.1",
"webpack-cli": "5.1.4",
"webpack-dev-middleware": "7.2.1"
"webpack-dev-middleware": "7.2.1",
"@typescript-eslint/eslint-plugin": "6.1.0",
"axios-mock-adapter": "1.21.2",
"babel-plugin-module-resolver": "^5.0.2",
"chai": "4.2.0",
"doctoc": "2.1.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.8.0",
"eslint": "7.32.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"jsdom": "9.0.0",
"mini-css-extract-plugin": "2.9.0",
"mocha": "10.6.0",
"mock-local-storage": "1.1.20",
"nightwatch": "2.3.0",
"nock": "13.0.11",
"nyc": "15.1.0",
"prettier": "2.5.1",
"redux-mock-store": "1.5.4",
"sinon": "18.0.0",
"sinon-chai": "3.7.0",
"supertest": "6.1.3",
"typescript": "4.5.5",
"winston": "3.2.1"
}
}

0 comments on commit f69fd31

Please sign in to comment.