-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.15 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
{
"name": "restaurant-cafe-map-app",
"version": "1.0.0",
"description": "Restaurant Cafe Map App - Group Project",
"main": "vite.config.js",
"author": "Wiktoria Dobrzewinska, Glafira Veretennikova, Alexander Kocman",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wiktoria2308/Restaurant-Cafe-Map-App.git"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@react-google-maps/api": "^2.12.2",
"@react-query-firebase/firestore": "^1.0.0-dev.7",
"bootstrap": "^5.2.0",
"firebase": "^9.9.3",
"fslightbox-react": "^1.6.2-2",
"geolib": "^3.3.3",
"holderjs": "^2.9.9",
"moment": "^2.29.4",
"msw": "^0.47.4",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.2",
"react-google-places-autocomplete": "^3.4.0",
"react-hook-form": "^7.34.2",
"react-icons": "^4.4.0",
"react-modal-image": "^2.6.0",
"react-phone-number-input": "^3.2.11",
"react-query": "^3.39.2",
"react-responsive-masonry": "^2.1.6",
"react-router-dom": "^6.3.0",
"react-select": "^5.4.0",
"react-spinners": "^0.13.4",
"react-table": "^7.8.0",
"react-toastify": "^9.0.8",
"sass": "^1.54.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^1.3.0",
"jest": "^29.1.2",
"jsdom": "^20.0.0",
"vite": "^2.9.9",
"vitest": "^0.23.4"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/Wiktoria2308/Restaurant-Cafe-Map-App/issues"
},
"homepage": "https://github.com/Wiktoria2308/Restaurant-Cafe-Map-App#readme"
}