-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 892 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 892 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
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@tailwindui/react": "^0.1.1",
"next": "9.5.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"recoil": "^0.0.10",
"recoil-devtools": "^0.0.8",
"recoil-devtools-logger": "^0.0.9"
},
"devDependencies": {
"@reach/combobox": "^0.11.2",
"@react-google-maps/api": "^1.9.12",
"@tailwindcss/ui": "^0.5.0",
"autoprefixer": "^9.8.6",
"combobox": "^1.0.1",
"date-fns": "^2.16.1",
"immer": "^7.0.9",
"postcss": "^7.0.32",
"postcss-import": "^12.0.1",
"react-context-devtool": "^2.0.0",
"react-transition-group": "^4.4.1",
"tailwindcss": "^1.7.6",
"use-immer": "^0.4.1",
"use-places-autocomplete": "^1.3.11",
"zustand": "^3.1.1"
}
}