|
@@ -1,60 +1,63 @@
|
1
|
1
|
{
|
2
|
|
- "name": "psicoadmin",
|
3
|
|
- "homepage": "http://psicoadmin.ditca.org",
|
4
|
|
- "version": "0.1.0",
|
5
|
|
- "private": true,
|
6
|
|
- "dependencies": {
|
7
|
|
- "@emotion/react": "^11.5.0",
|
8
|
|
- "@emotion/styled": "^11.3.0",
|
9
|
|
- "@iconify/icons-eva": "^1.1.0",
|
10
|
|
- "@iconify/react": "^3.1.3",
|
11
|
|
- "@mui/icons-material": "^5.1.0",
|
12
|
|
- "@mui/lab": "^5.0.0-alpha.59",
|
13
|
|
- "@mui/material": "^5.1.0",
|
14
|
|
- "@testing-library/jest-dom": "^5.16.1",
|
15
|
|
- "@testing-library/react": "^11.2.7",
|
16
|
|
- "@testing-library/react-hooks": "^7.0.2",
|
17
|
|
- "@testing-library/user-event": "^12.8.3",
|
18
|
|
- "axios": "^0.26.1",
|
19
|
|
- "bootstrap": "^5.1.3",
|
20
|
|
- "date-fns": "^2.27.0",
|
21
|
|
- "formik": "^2.2.9",
|
22
|
|
- "jquery": "^3.6.0",
|
23
|
|
- "js-cookie": "^3.0.1",
|
24
|
|
- "jwt-decode": "^3.1.2",
|
25
|
|
- "react": "^17.0.2",
|
26
|
|
- "react-bootstrap": "^2.0.2",
|
27
|
|
- "react-dom": "^17.0.2",
|
28
|
|
- "react-hot-toast": "^2.2.0",
|
29
|
|
- "react-query": "^3.34.12",
|
30
|
|
- "react-router": "6.2.1",
|
31
|
|
- "react-router-dom": "6.2.1",
|
32
|
|
- "react-scripts": "^5.0.0",
|
33
|
|
- "web-vitals": "^1.0.1",
|
34
|
|
- "yup": "^0.32.11"
|
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
|
|
- }
|
|
2
|
+ "name": "psicoadmin",
|
|
3
|
+ "homepage": "http://psicoadmin.ditca.org",
|
|
4
|
+ "version": "0.1.0",
|
|
5
|
+ "private": true,
|
|
6
|
+ "dependencies": {
|
|
7
|
+ "@emotion/react": "^11.5.0",
|
|
8
|
+ "@emotion/styled": "^11.3.0",
|
|
9
|
+ "@iconify/icons-eva": "^1.1.0",
|
|
10
|
+ "@iconify/react": "^3.1.3",
|
|
11
|
+ "@mui/icons-material": "^5.1.0",
|
|
12
|
+ "@mui/lab": "^5.0.0-alpha.59",
|
|
13
|
+ "@mui/material": "^5.1.0",
|
|
14
|
+ "@testing-library/jest-dom": "^5.16.1",
|
|
15
|
+ "@testing-library/react": "^11.2.7",
|
|
16
|
+ "@testing-library/react-hooks": "^7.0.2",
|
|
17
|
+ "@testing-library/user-event": "^12.8.3",
|
|
18
|
+ "axios": "^0.26.1",
|
|
19
|
+ "bootstrap": "^5.1.3",
|
|
20
|
+ "date-fns": "^2.27.0",
|
|
21
|
+ "formik": "^2.2.9",
|
|
22
|
+ "jquery": "^3.6.0",
|
|
23
|
+ "js-cookie": "^3.0.1",
|
|
24
|
+ "jwt-decode": "^3.1.2",
|
|
25
|
+ "react": "^17.0.2",
|
|
26
|
+ "react-bootstrap": "^2.0.2",
|
|
27
|
+ "react-dom": "^17.0.2",
|
|
28
|
+ "react-hot-toast": "^2.2.0",
|
|
29
|
+ "react-query": "^3.34.12",
|
|
30
|
+ "react-router": "6.2.1",
|
|
31
|
+ "react-router-dom": "6.2.1",
|
|
32
|
+ "react-scripts": "^5.0.0",
|
|
33
|
+ "web-vitals": "^1.0.1",
|
|
34
|
+ "yup": "^0.32.11"
|
|
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
|
+ "overrides": {
|
|
61
|
+ "autoprefixer": "10.4.5"
|
|
62
|
+ }
|
60
|
63
|
}
|