-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 925 Bytes
/
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
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next --experimental-module start"
},
"dependencies": {
"@chakra-ui/react": "^1.0.1",
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^10.0.3",
"@reach/combobox": "^0.12.1",
"@react-google-maps/api": "^1.13.0",
"date-fns": "^2.16.1",
"emotion": "^11.0.0",
"firebase": "^8.1.1",
"firebase-admin": "^9.4.1",
"framer-motion": "^2.9.5",
"next": "10.0.0",
"react": "17.0.1",
"react-cool-onclickoutside": "^1.5.8",
"react-dom": "^17.0.1",
"react-google-maps": "^9.4.5",
"react-hook-form": "^6.12.1",
"react-icons": "^4.1.0",
"react-markdown": "^5.0.3",
"swr": "^0.3.9",
"use-places-autocomplete": "^1.6.0"
}
}