-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1011 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1011 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
41
{
"name": "niornearprac",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.59.16",
"axios": "^1.7.3",
"dayjs": "^1.11.13",
"iamport-typings": "^1.4.0",
"js-cookie": "^3.0.5",
"nanoid": "^5.0.7",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.52.2",
"react-hot-toast": "^2.4.1",
"react-select": "^5.8.0",
"react-transition-group": "^4.4.5",
"reset-css": "^5.0.2",
"styled-components": "^6.1.12",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/js-cookie": "^3.0.6",
"@types/navermaps": "^3.7.8",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.10",
"typescript": "^5"
}
}