-
- Downloads
Merge branch 'features/Amulya/button' into 'development'
Features/amulya/button See merge request nipa.das/sample_argon!9
Showing
- package-lock.json 63 additions, 0 deletionspackage-lock.json
- package.json 3 additions, 0 deletionspackage.json
- src/App.js 15 additions, 2 deletionssrc/App.js
- src/components/Button/Button.module.scss 1 addition, 1 deletionsrc/components/Button/Button.module.scss
- src/components/Button/index.jsx 2 additions, 1 deletionsrc/components/Button/index.jsx
- src/containers/Login/index.jsx 10 additions, 3 deletionssrc/containers/Login/index.jsx
- src/index.js 3 additions, 0 deletionssrc/index.js
... | ... | @@ -6,10 +6,13 @@ |
"@testing-library/jest-dom": "^5.16.1", | ||
"@testing-library/react": "^12.1.2", | ||
"@testing-library/user-event": "^13.5.0", | ||
"bootstrap": "^4.6.0", | ||
"classnames": "^2.3.1", | ||
"jquery": "^3.6.0", | ||
"node-sass": "^7.0.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-icons": "^4.3.1", | ||
"react-router-dom": "^6.2.1", | ||
"react-scripts": "5.0.0", | ||
"web-vitals": "^2.1.2" | ||
... | ... |
Please register or sign in to comment