-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.72 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
{
"name": "client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --fix",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@netlify/functions": "^3.0.4",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/vite": "^4.0.3",
"@tanstack/query-sync-storage-persister": "^5.71.1",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query-persist-client": "^5.71.1",
"axios": "^1.7.9",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"idb-keyval": "^6.2.1",
"lucide-react": "^0.477.0",
"react": "^18.3.1",
"react-activation": "^0.13.0",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.15.1",
"react-router-dom": "^7.1.5",
"react-share": "^5.2.2",
"react-toastify": "^11.0.5",
"swiper": "^11.2.2",
"tailwindcss": "^4.0.3",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@tanstack/react-query-devtools": "^5.69.0",
"@types/node": "^22.13.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/swiper": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.17.0",
"eslint-plugin-prettier": "^5.2.5",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-visualizer": "^5.14.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5",
"vite-plugin-pwa": "^1.0.0"
}
}