-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 934 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 934 Bytes
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
{
"name": "foundlostpet",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^2.9.10",
"axios": "^1.1.3",
"date-fns": "^2.29.3",
"leaflet": "^1.9.2",
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.39.5",
"react-leaflet": "^4.1.0",
"react-router-dom": "^6.4.3",
"react-select": "^5.7.0",
"react-spring": "^8.0.27",
"sass": "^1.56.1",
"uuid": "^9.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@rocketseat/eslint-config": "^1.1.3",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/react-leaflet": "^2.8.2",
"@types/uuid": "^9.0.0",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "^4.6.4",
"vite": "^3.2.3"
}
}