-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
83 lines (83 loc) · 2.12 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
{
"name": "saude_da_rua",
"description": "Site da ONG Saúde da Rua",
"repository": {
"type": "git",
"url": "https://github.com/tech-pro-bem/saude-da-rua-frontend"
},
"bugs": {
"url": "https://github.com/tech-pro-bem/saude-da-rua-frontend/issues"
},
"version": "0.1.0",
"private": true,
"dependencies": {
"@headlessui/react": "^1.7.4",
"@hookform/resolvers": "^2.9.10",
"@radix-ui/react-accordion": "^1.0.0",
"@radix-ui/react-icons": "^1.1.1",
"axios": "^0.26.1",
"buffer": "^6.0.3",
"carousel": "0.0.3",
"cep-promise": "^4.2.0",
"eslint-config-prettier": "^8.3.0",
"keen-slider": "^6.8.1",
"phosphor-react": "^1.4.1",
"polycrc": "^1.1.1",
"qrcode.react": "^3.1.0",
"react": "^17.0.2",
"react-datepicker": "^4.8.0",
"react-dom": "^17.0.2",
"react-gtm-module": "^2.0.11",
"react-hook-form": "^7.39.1",
"react-icons": "^4.3.1",
"react-input-mask": "^2.0.4",
"react-intersection-observer": "^9.4.0",
"react-loading-skeleton": "^3.0.3",
"react-query": "^3.34.16",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.0",
"react-slick": "^0.28.1",
"slick": "^1.12.2",
"styled-components": "^5.3.3",
"swiper": "^8.4.2",
"uuid": "^8.3.2",
"web-vitals": "^2.1.2",
"zod": "^3.20.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"prepare": "husky install"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"prettier"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@hookform/devtools": "^4.2.3",
"babel-plugin-styled-components": "^2.0.7",
"customize-cra": "^1.0.0",
"husky": "^7.0.0",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"react-app-rewire-alias": "^1.1.7",
"react-app-rewired": "^2.2.1"
}
}