-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.66 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
{
"name": "zoop-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:mock": "cross-env NEXT_PUBLIC_USE_MOCK=true next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-visually-hidden": "^1.2.3",
"@tailwindcss/line-clamp": "^0.4.4",
"@tanstack/react-query": "^5.80.7",
"axios": "^1.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"file-saver": "^2.0.5",
"lucide-react": "^0.511.0",
"next": "15.3.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"tailwind-merge": "^3.3.0",
"tailwind-scrollbar-hide": "^4.0.0",
"tailwindcss": "^3.4.17",
"xlsx": "^0.18.5",
"zustand": "^5.0.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tanstack/react-query-devtools": "^5.80.7",
"@types/file-saver": "^2.0.7",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.17",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"eslint-config-next": "^15.3.4",
"eslint-config-prettier": "^10.1.5",
"msw": "^2.10.2",
"postcss": "^8.4.35",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5"
},
"msw": {
"workerDirectory": [
"public"
]
}
}