-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.06 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.06 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "devcv-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.722.0",
"@headlessui/react": "^2.2.0",
"@next/third-parties": "^15.1.6",
"@portone/browser-sdk": "^0.0.7",
"@react-icons/all-files": "^4.1.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tanstack/react-query": "^5.62.15",
"@tanstack/react-query-devtools": "^5.62.15",
"@uiw/react-markdown-preview": "^5.1.3",
"@uiw/react-md-editor": "^4.0.5",
"axios": "^1.7.9",
"browser-image-compression": "^2.0.2",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.5.0",
"jsonwebtoken": "^9.0.2",
"lottie-react": "^2.4.1",
"next": "14.2.3",
"next-auth": "^4.24.11",
"react": "^18.3.1",
"react-daum-postcode": "^3.2.0",
"react-dom": "^18.3.1",
"react-file-drop": "^3.1.6",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.54.2",
"react-hot-toast": "^2.5.1",
"react-icons": "^5.4.0",
"react-intersection-observer": "^9.14.1",
"react-lottie": "^1.2.10",
"react-paginate": "^8.2.0",
"react-responsive-carousel": "^3.2.23",
"react-select": "^5.9.0",
"sharp": "^0.33.5",
"swiper": "^11.2.0",
"tailwind-merge": "^2.6.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/jsonwebtoken": "9.0.2",
"@types/node": "^20.17.12",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-google-recaptcha": "^2.1.9",
"@types/react-lottie": "^1.2.10",
"autoprefixer": "^10.4.21",
"cssnano": "^7.0.6",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.18.0",
"iamport-typings": "^1.4.0",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.3.3"
}
}