-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.9 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "ProjectTHDInformaticaReact",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/node": "^16.11.19",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-modal": "^3.13.1",
"@unform/core": "^2.1.6",
"@unform/web": "^2.1.6",
"axios": "^0.25.0",
"express": "^4.17.2",
"polished": "^4.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-modal": "^3.14.4",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"react-select": "^3.1.0",
"react-table": "^7.7.0",
"react-toggle": "^4.1.2",
"styled-components": "^5.3.3",
"styled-system": "^5.1.5",
"typescript": "^4.5.4",
"web-vitals": "^2.1.3",
"yup": "^0.32.11"
},
"scripts": {
"dev": "react-scripts start",
"start": "node server.js",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react-router-dom": "^5.3.2",
"@types/react-select": "^3.0.19",
"@types/react-table": "^7.7.9",
"@types/styled-components": "^5.1.20",
"@types/styled-system": "^5.1.15",
"@types/yup": "^0.29.13",
"@types/react-toggle": "^4.0.3"
},
"resolutions": {
"mini-css-extract-plugin": "2.4.5",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
}
}