-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.02 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
{
"name": "dishplug-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dotmind/react-use-pwa": "^1.0.4",
"@fontsource/inter": "^4.5.15",
"@fontsource/montserrat": "^4.5.14",
"@fontsource/roboto": "^4.5.8",
"@fontsource/roboto-condensed": "^4.5.9",
"@fontsource/sen": "^4.5.9",
"@googlemaps/google-maps-services-js": "^3.3.16",
"@googlemaps/markerclusterer": "^2.0.15",
"@headlessui/react": "^1.7.14",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@reduxjs/toolkit": "^1.8.3",
"@sentry/nextjs": "^7.8.0",
"@types/googlemaps": "^3.43.3",
"autoprefixer": "^10.4.14",
"axios": "^1.3.4",
"bcryptjs": "^2.4.3",
"firebase": "^9.9.1",
"firebase-admin": "^11.0.0",
"formik": "^2.2.9",
"localforage": "^1.10.0",
"next": "13.2.4",
"next-pwa": "^5.6.0",
"postcss": "^8.4.21",
"react": "18.2.0",
"react-bootstrap": "^2.7.2",
"react-dom": "^18.2.0",
"react-iconly": "^2.2.5",
"react-icons": "^4.4.0",
"react-paystack": "^4.0.3",
"react-places-autocomplete": "^7.3.0",
"react-redux": "^8.0.2",
"react-share": "^4.4.0",
"react-toastify": "^9.0.7",
"sass": "^1.53.0",
"tailwindcss": "^3.3.1",
"yup": "^1.0.2",
"yup-phone": "^1.3.2",
"yup-phone-lite": "^2.0.1"
},
"devDependencies": {
"@sentry/wizard": "^2.0.1",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.223",
"@types/bcryptjs": "^2.4.2",
"@types/node": "^18.0.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.11",
"@types/react-places-autocomplete": "^7.2.9",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"typescript": "^5.0.3"
}
}