source: jobvista-frontend/package.json@ 28b3398

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

Implemented job application functionality, added job advertisement filtering and replaced text areas with editors

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