-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.44 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
{
"name": "aire-website",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/preset-react": "^7.16.7",
"@fullcalendar/common": "^5.10.1",
"@fullcalendar/daygrid": "^5.10.1",
"@fullcalendar/interaction": "^5.10.1",
"@fullcalendar/react": "^5.10.1",
"@fullcalendar/timegrid": "^5.10.1",
"@react-google-maps/api": "^2.7.0",
"axios": "^0.25.0",
"cross-env": "^7.0.3",
"express": "^4.17.3",
"firebase": "^9.6.8",
"formik": "^2.2.9",
"framer-motion": "^6.2.4",
"localforage": "^1.10.0",
"next": "12.0.9",
"next-transpile-modules": "^9.0.0",
"pusher": "^5.0.1",
"pusher-js": "^7.0.6",
"react": "17.0.2",
"react-accessible-dropdown-menu-hook": "^3.2.0",
"react-calendar": "^3.7.0",
"react-dom": "17.0.2",
"react-firebase-hooks": "^5.0.3",
"react-geocode": "^0.2.3",
"react-google-places-autocomplete": "^3.3.4",
"react-loader-spinner": "^5.1.4",
"react-modal": "^3.14.4",
"react-places-autocomplete": "^7.3.0",
"react-rating": "^2.0.5",
"react-tabs": "^3.2.3",
"sass": "^1.49.4",
"sweetalert2": "^11.4.0",
"sweetalert2-react-content": "^4.2.0"
},
"devDependencies": {
"@types/node": "^17.0.13",
"@types/react": "^17.0.38",
"eslint": "8.7.0",
"eslint-config-next": "12.0.9",
"typescript": "^4.5.5"
}
}