-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "nearbybusiness",
"version": "1.0.0",
"private": true,
"author": {
"name": "jhairparis"
},
"dependencies": {
"@fontsource/roboto": "^4.4.2",
"@hookform/resolvers": "^2.5.2",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"firebase": "^9.0.2",
"react": "^17.0.2",
"react-awesome-reveal": "^3.7.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.7.1",
"react-number-format": "^4.6.0",
"react-router-dom": "^5.2.0",
"react-timeago": "^6.2.1",
"react-toastify": "^7.0.4",
"yup": "^0.32.9"
},
"devDependencies": {
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.1.8",
"@types/react-timeago": "^4.1.3",
"@vitejs/plugin-react-refresh": "^1.3.5",
"typescript": "^4.3.5",
"vite": "^2.4.4",
"vite-plugin-radar": "^0.6.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build && cp _redirects ./dist && echo Hola",
"serve": "vite preview"
}
}