-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.07 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.07 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
{
"name": "dnd-hi-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@langchain/core": "^0.2.0",
"@langchain/openai": "^0.0.32",
"axios": "^1.6.8",
"dayjs": "^1.11.11",
"framer-motion": "^11.2.4",
"fs": "^0.0.1-security",
"multer": "^1.4.5-lts.1",
"next": "14.2.3",
"next-auth": "^4.24.7",
"path": "^0.12.7",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.4",
"react-kakao-maps-sdk": "^1.1.26",
"swiper": "^11.1.3",
"swr": "^2.2.5",
"tailwind-scrollbar-hide": "^1.1.7",
"universal-cookie": "^7.1.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.4",
"@types/multer": "^1.4.11",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.3",
"typescript": "^5"
},
"type": "module"
}