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 | "@react-oauth/google": "^0.12.1",
|
---|
11 | "@reduxjs/toolkit": "^2.2.3",
|
---|
12 | "@testing-library/jest-dom": "^5.17.0",
|
---|
13 | "@testing-library/react": "^13.4.0",
|
---|
14 | "@testing-library/user-event": "^13.5.0",
|
---|
15 | "axios": "^1.6.8",
|
---|
16 | "formik": "^2.4.6",
|
---|
17 | "jwt-decode": "^4.0.0",
|
---|
18 | "primereact": "^10.6.6",
|
---|
19 | "quill": "^2.0.2",
|
---|
20 | "react": "^18.3.1",
|
---|
21 | "react-dom": "^18.3.1",
|
---|
22 | "react-hook-form": "^7.51.4",
|
---|
23 | "react-jwt": "^1.2.1",
|
---|
24 | "react-redux": "^9.1.2",
|
---|
25 | "react-responsive-modal": "^6.4.2",
|
---|
26 | "react-router": "^6.23.0",
|
---|
27 | "react-router-dom": "^6.23.0",
|
---|
28 | "react-scripts": "5.0.1",
|
---|
29 | "react-select": "^5.8.0",
|
---|
30 | "react-toastify": "^10.0.5",
|
---|
31 | "redux": "^5.0.1",
|
---|
32 | "redux-thunk": "^3.1.0",
|
---|
33 | "web-vitals": "^2.1.4",
|
---|
34 | "yup": "^1.4.0"
|
---|
35 | },
|
---|
36 | "scripts": {
|
---|
37 | "start": "react-scripts start",
|
---|
38 | "build": "react-scripts build",
|
---|
39 | "test": "react-scripts test",
|
---|
40 | "eject": "react-scripts eject"
|
---|
41 | },
|
---|
42 | "eslintConfig": {
|
---|
43 | "extends": [
|
---|
44 | "react-app",
|
---|
45 | "react-app/jest"
|
---|
46 | ]
|
---|
47 | },
|
---|
48 | "browserslist": {
|
---|
49 | "production": [
|
---|
50 | ">0.2%",
|
---|
51 | "not dead",
|
---|
52 | "not op_mini all"
|
---|
53 | ],
|
---|
54 | "development": [
|
---|
55 | "last 1 chrome version",
|
---|
56 | "last 1 firefox version",
|
---|
57 | "last 1 safari version"
|
---|
58 | ]
|
---|
59 | }
|
---|
60 | }
|
---|