-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.08 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
62
63
64
65
66
67
68
69
70
71
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.6",
"@heroicons/react": "^2.0.13",
"@next/font": "13.0.7",
"@reduxjs/toolkit": "^1.9.1",
"@sweetalert2/theme-bootstrap-4": "^5.0.15",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/next-auth": "^3.15.0",
"@types/node": "18.11.15",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/redux-logger": "^3.0.9",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@vercel/og": "^0.0.21",
"autoprefixer": "^10.4.13",
"axios": "^1.2.1",
"eslint": "^8.29.0",
"eslint-config-next": "13.0.7",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "6",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"framer-motion": "^8.1.7",
"next": "13.0.7",
"next-auth": "^4.18.8",
"next-images": "^1.8.4",
"next-redux-wrapper": "^8.0.0",
"next-themes": "^0.2.1",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-kakao-maps-sdk": "^1.1.5",
"react-naver-maps": "^0.0.13",
"react-redux": "^8.0.5",
"react-reveal": "^1.2.2",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"sass": "^1.56.2",
"sharp": "^0.31.2",
"sweetalert2": "^11.7.3",
"swiper": "^8.4.5",
"swiper-react": "^1.0.0",
"tailwind-scrollbar": "^3.0.0",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
},
"devDependencies": {
"kakao.maps.d.ts": "^0.1.33"
}
}