forked from team-conectar/conectar-frontend
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
96 lines (96 loc) · 3.21 KB
/
package.json
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/jest": "^24.9.1",
"@types/node": "^12.12.54",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@types/sweetalert": "^2.0.4",
"@types/yup": "^0.29.9",
"@unform/core": "^2.1.3",
"@unform/web": "^2.1.3",
"axios": "^0.21.1",
"date-fns": "^2.16.1",
"dotenv": "^10.0.0",
"jsdoc": "^3.6.6",
"jwt-decode": "^3.0.0",
"react": "^16.13.1",
"react-beforeunload": "^2.2.4",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.13.1",
"react-dropzone": "^11.2.0",
"react-facebook-login": "^4.1.1",
"react-google-login": "^5.1.21",
"react-html-parser": "^2.0.2",
"react-icons": "^3.10.0",
"react-input-mask": "^2.0.4",
"react-loading-skeleton": "^2.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.4",
"react-select": "^3.1.0",
"react-toastify": "^7.0.4",
"styled-components": "^5.1.1",
"sweetalert2": "^11.0.18",
"typescript": "^3.7.5",
"yup": "^0.31.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"docs": "jsdoc -c jsdoc.conf.json"
},
"eslintConfig": {
"extends": "react-app"
},
"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/date-fns": "^2.6.0",
"@types/jwt-decode": "^2.2.1",
"@types/react-beforeunload": "^2.1.0",
"@types/react-custom-scrollbars": "^4.0.7",
"@types/react-dropzone": "^5.1.0",
"@types/react-facebook-login": "^4.1.2",
"@types/react-html-parser": "^2.0.1",
"@types/react-icons": "^3.0.0",
"@types/react-input-mask": "^2.0.5",
"@types/react-router-dom": "^5.1.5",
"@types/react-select": "^3.0.26",
"@types/styled-components": "^5.1.3",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"babel-plugin-inline-react-svg": "^1.1.1",
"babel-plugin-styled-components": "^1.11.1",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.12.0",
"eslint-config-standard": "^14.1.1",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^4.0.1",
"prettier": "^2.2.1",
"prettier-standard": "^16.4.1"
}
}