-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.27 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
{
"name": "loomi-challenge",
"author": {
"name": "Nilo Drumond",
"email": "[email protected]"
},
"version": "1.0.0",
"private": true,
"dependencies": {
"@chakra-ui/react": "^1.8.8",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fontsource/ubuntu": "^4.5.10",
"@googlemaps/react-wrapper": "^1.1.34",
"@hookform/resolvers": "^2.9.1",
"@react-google-maps/api": "^2.12.0",
"apexcharts": "^3.35.3",
"axios": "^0.27.2",
"framer-motion": "^4",
"jwt-decode": "^3.1.2",
"moment": "^2.29.3",
"react": "^17.0.1",
"react-apexcharts": "^1.4.0",
"react-dom": "^17.0.1",
"react-dropzone": "^14.2.1",
"react-hook-form": "^7.32.0",
"react-icons": "^4.1.0",
"react-router-dom": "^6.3.0",
"react-scripts": "4.0.1",
"swr": "^1.3.0",
"universal-cookie": "^4.0.4",
"use-debounce": "^8.0.1",
"web-vitals": "^0.2.4",
"yup": "^0.32.11",
"yup-locale-pt": "^0.0.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"gen:theme-typings": "chakra-cli tokens ./src/styles/index.ts",
"postinstall": "yarn gen:theme-typings"
},
"resolutions": {
"react-error-overlay": "6.0.9",
"prettier": "2.5.1"
},
"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": {
"@chakra-ui/cli": "^2.1.0",
"@types/google.maps": "^3.49.2",
"@types/node": "^17.0.41",
"@types/react": "^17.0.1",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint": "^7.15.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.6.0",
"postinstall": "^0.7.4",
"prettier": "2.5.1",
"typescript": "4.5"
}
}