Skip to content

Instantly share code, notes, and snippets.

@profTwinglings
Created April 26, 2022 10:06
Show Gist options
  • Save profTwinglings/51d7dbff3abe771c8ece98659fdbf101 to your computer and use it in GitHub Desktop.
Save profTwinglings/51d7dbff3abe771c8ece98659fdbf101 to your computer and use it in GitHub Desktop.
package.json
{
"name": "test",
"dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.4.2",
"@mui/material": "^5.4.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@types/jest": "^27.4.1",
"axios": "^0.26.0",
"formik": "^2.2.9",
"i18next": "^21.6.13",
"lodash.clonedeep": "^4.5.0",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.2",
"react-i18next": "^11.15.5",
"react-select": "^5.2.2",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^14.0.1",
"@types/jest": "^27.4.1",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^17.0.11",
"css-loader": "^6.6.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^27.5.1",
"msw": "^0.39.2",
"style-loader": "^3.3.1",
"svg-url-loader": "^7.1.1",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.6",
"ts-node": "^10.7.0",
"typescript": "^4.5.5",
"web-vitals": "^2.1.4",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment