-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.14 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.14 KB
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
{
"name": "ourplaces-beta",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@headlessui/react": "^1.7.3",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.7.1",
"@tanstack/react-query": "^4.13.0",
"aws-sdk": "^2.1277.0",
"axios": "^1.2.1",
"cross-env": "^7.0.3",
"multer": "^1.4.5-lts.1",
"next": "^13.1.1",
"next-auth": "^4.18.6",
"next-connect": "^0.13.0",
"next-seo": "^5.8.0",
"nextjs": "^0.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.6.0",
"react-tag-input-component": "^2.0.2",
"server-only": "^0.0.1",
"sharp": "^0.31.2",
"swiper": "^8.4.5"
},
"devDependencies": {
"@types/node": "18.11.6",
"@types/react": "18.0.23",
"@types/react-dom": "18.0.7",
"autoprefixer": "^10.4.13",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"postcss": "^8.4.20",
"prisma": "^4.8.0",
"tailwindcss": "^3.2.4",
"typescript": "4.8.4"
}
}