source: jobvista-frontend/package.json@ 19398ad

main
Last change on this file since 19398ad was 19398ad, checked in by 223021 <daniel.ilievski.2@…>, 7 weeks ago

Implemented backend and frontend CRUD operations for job advertisements

  • Property mode set to 100644
File size: 1.3 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 "react": "^18.3.1",
17 "react-dom": "^18.3.1",
18 "react-hook-form": "^7.51.4",
19 "react-jwt": "^1.2.1",
20 "react-redux": "^9.1.2",
21 "react-responsive-modal": "^6.4.2",
22 "react-router": "^6.23.0",
23 "react-router-dom": "^6.23.0",
24 "react-scripts": "5.0.1",
25 "react-select": "^5.8.0",
26 "redux": "^5.0.1",
27 "redux-thunk": "^3.1.0",
28 "web-vitals": "^2.1.4",
29 "yup": "^1.4.0"
30 },
31 "scripts": {
32 "start": "react-scripts start",
33 "build": "react-scripts build",
34 "test": "react-scripts test",
35 "eject": "react-scripts eject"
36 },
37 "eslintConfig": {
38 "extends": [
39 "react-app",
40 "react-app/jest"
41 ]
42 },
43 "browserslist": {
44 "production": [
45 ">0.2%",
46 "not dead",
47 "not op_mini all"
48 ],
49 "development": [
50 "last 1 chrome version",
51 "last 1 firefox version",
52 "last 1 safari version"
53 ]
54 }
55}
Note: See TracBrowser for help on using the repository browser.