-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.99 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.99 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
{
"name": "eye-on-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"postbuild": "next-sitemap"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-slot": "^1.1.2",
"@tanstack/react-query": "^5.71.5",
"@uiw/react-markdown-preview": "^5.1.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.6.3",
"i": "^0.3.7",
"js-confetti": "^0.12.0",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.471.2",
"next": "15.1.4",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.4",
"npm": "^11.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"react-kakao-maps-sdk": "^1.1.27",
"sonner": "^1.7.4",
"tailwind-merge": "^2.6.0",
"tailwind-scrollbar-hide": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"ws": "^8.18.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^29.5.14",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9.18.0",
"eslint-config-next": "15.1.4",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-prettier": "^5.2.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^26.1.0",
"kakao.maps.d.ts": "^0.1.40",
"postcss": "^8",
"prettier": "^3.5.3",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.3.2",
"ts-node": "^10.9.2",
"typescript": "^5"
},
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
}