-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) ยท 1.73 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
53
54
55
56
57
58
59
60
61
{
"name": "shining-daegu",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate",
"format": "prettier --write ./src",
"generate": "prisma generate",
"db:push": "prisma db push"
},
"dependencies": {
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@prisma/client": "^5.19.1",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"firebase": "^10.13.2",
"framer-motion": "^11.5.4",
"haversine-distance": "^1.2.3",
"ky": "^1.7.2",
"next": "14.2.11",
"next-auth": "5.0.0-beta.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-kakao-maps-sdk": "^1.1.27",
"react-qr-code": "^2.0.15",
"react-transition-group": "^4.4.5",
"sharp": "^0.33.5",
"uuid": "^10.0.0",
"zod": "^3.23.8",
"zod-form-data": "^2.0.2"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.16.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@types/react-transition-group": "^4.4.11",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.11",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^4.6.2",
"kakao.maps.d.ts": "^0.1.40",
"prettier": "^3.3.3",
"prisma": "^5.19.1",
"typescript": "^5.6.2"
},
"packageManager": "[email protected]"
}