-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.97 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.97 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": "893-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky",
"commit": "git-cz",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:coverage:open": "jest --coverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@next/bundle-analyzer": "^15.3.3",
"@radix-ui/react-dialog": "^1.1.13",
"@radix-ui/react-radio-group": "^1.3.6",
"@radix-ui/react-select": "^2.2.4",
"@radix-ui/react-separator": "^1.1.6",
"@radix-ui/react-slot": "^1.2.2",
"@radix-ui/react-tabs": "^1.1.11",
"@tanstack/react-query": "^5.74.11",
"@tosspayments/tosspayments-sdk": "^2.3.4",
"@vercel/speed-insights": "^1.2.0",
"axios": "^1.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"firebase": "^11.7.1",
"husky": "^9.1.7",
"lucide-react": "^0.503.0",
"next": "14.2.28",
"react": "^18",
"react-daum-postcode": "^3.2.0",
"react-dom": "^18",
"react-hook-form": "^7.56.1",
"react-hot-toast": "^2.5.2",
"swiper": "^11.2.6",
"tailwind-merge": "^3.2.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.3",
"zustand": "^5.0.3"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@playwright/test": "^1.52.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/jest": "^29.5.14",
"@types/node": "^20",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"eslint": "^8",
"eslint-config-next": "14.2.28",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.0.0-beta.3",
"jest-fetch-mock": "^3.0.3",
"postcss": "^8",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}