-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.43 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
{
"name": "ddoeatddoeat",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/line-clamp": "^0.4.4",
"@tanstack/react-query": "^5.13.4",
"axios": "^1.6.2",
"framer-motion": "^10.16.16",
"js-cookie": "^3.0.5",
"next": "^14.1.0",
"react": "^18",
"react-dom": "^18",
"react-kakao-maps-sdk": "^1.1.24",
"sonner": "^1.4.0",
"storybook": "^7.6.4",
"tailwind-merge": "^2.1.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.4",
"@svgr/webpack": "^8.1.0",
"@types/js-cookie": "^3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "^6.14.0",
"autoprefixer": "^10.0.1",
"clsx": "^2.0.0",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "latest",
"eslint-plugin-react-hooks": "^4.6.0",
"kakao.maps.d.ts": "^0.1.39",
"postcss": "^8",
"postcss-nesting": "^12.0.2",
"prettier": "^3.1.1",
"tailwindcss": "^3.3.0",
"typescript": "^5.3.3",
"vercel": "^32.7.2"
},
"packageManager": "yarn@3.7.0"
}