source: jobvista-frontend/package.json

main
Last change on this file was befb988, checked in by 223021 <daniel.ilievski.2@…>, 9 days ago

Added an edit profile page for both job seekers and recruiters, where they can upload profile pictures/company logos and edit their profile data. Added profile page specifically for recruiters. Refactored existing code.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1{
2 "name": "jobvista-frontend",
3 "version": "0.1.0",
4 "private": true,
5 "dependencies": {
6 "@emotion/react": "^11.11.4",
7 "@emotion/styled": "^11.11.5",
8 "@hookform/resolvers": "^3.3.4",
9 "@mui/material": "^5.15.17",
10 "@reduxjs/toolkit": "^2.2.3",
11 "@testing-library/jest-dom": "^5.17.0",
12 "@testing-library/react": "^13.4.0",
13 "@testing-library/user-event": "^13.5.0",
14 "axios": "^1.6.8",
15 "formik": "^2.4.6",
16 "jwt-decode": "^4.0.0",
17 "primereact": "^10.6.6",
18 "quill": "^2.0.2",
19 "react": "^18.3.1",
20 "react-dom": "^18.3.1",
21 "react-hook-form": "^7.51.4",
22 "react-jwt": "^1.2.1",
23 "react-redux": "^9.1.2",
24 "react-responsive-modal": "^6.4.2",
25 "react-router": "^6.23.0",
26 "react-router-dom": "^6.23.0",
27 "react-scripts": "5.0.1",
28 "react-select": "^5.8.0",
29 "react-toastify": "^10.0.5",
30 "redux": "^5.0.1",
31 "redux-thunk": "^3.1.0",
32 "web-vitals": "^2.1.4",
33 "yup": "^1.4.0"
34 },
35 "scripts": {
36 "start": "react-scripts start",
37 "build": "react-scripts build",
38 "test": "react-scripts test",
39 "eject": "react-scripts eject"
40 },
41 "eslintConfig": {
42 "extends": [
43 "react-app",
44 "react-app/jest"
45 ]
46 },
47 "browserslist": {
48 "production": [
49 ">0.2%",
50 "not dead",
51 "not op_mini all"
52 ],
53 "development": [
54 "last 1 chrome version",
55 "last 1 firefox version",
56 "last 1 safari version"
57 ]
58 }
59}
Note: See TracBrowser for help on using the repository browser.