-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1000 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1000 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
37
38
39
40
{
"name": "meetmeinthemiddle",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"google-map-react": "^2.2.0",
"next": "12.3.1",
"next-google-ads": "^0.1.1",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"nextjs-google-analytics": "^2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.4.0",
"react-popper": "^2.3.0",
"react-select": "^5.4.0",
"react-swipeable": "^7.0.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/google-map-react": "^2.1.7",
"@types/node": "18.8.2",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.17",
"tailwindcss": "^3.1.8",
"typescript": "4.8.4"
}
}