-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.04 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.04 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
69
70
71
72
73
74
{
"name": "sku_homepage_nextjs_pwa",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dnd-kit/accessibility": "^3.1.1",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@ducanh2912/next-pwa": "^10.2.9",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@headlessui/react": "^2.2.0",
"@heroui/button": "^2.2.16",
"@heroui/system": "^2.4.12",
"@heroui/tabs": "^2.2.28",
"@heroui/theme": "^2.4.12",
"@tailwindcss/postcss": "^4.0.0",
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-query-devtools": "^5.68.0",
"@tanstack/react-query-next-experimental": "^5.67.2",
"axios": "^1.8.3",
"canvas-confetti": "^1.9.3",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"firebase": "^11.3.1",
"jotai": "^2.11.0",
"jwt-decode": "^4.0.0",
"motion": "^12.4.2",
"next": "^16.1.6",
"normalize.css": "^8.0.1",
"postcss": "^8.5.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"react": "^19.0.0",
"react-calendar": "^5.1.0",
"react-colorful": "^5.6.1",
"react-dom": "^19.0.0",
"react-intersection-observer": "^9.16.0",
"react-mobile-picker": "github:RubiYH/react-mobile-picker",
"react-modal": "^3.16.3",
"react-modal-sheet": "^4.0.1",
"react-toastify": "^11.0.5",
"sass": "^1.85.0",
"tailwind-merge": "^3.0.1",
"tailwindcss": "^4.0.0",
"use-long-press": "^3.3.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@svgr/webpack": "^8.1.0",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-modal": "^3.16.3",
"eslint": "^9",
"eslint-config-next": "15.1.4",
"msw": "^2.12.10",
"typescript": "^5.8.2",
"webpack": "^5.97.1"
},
"msw": {
"workerDirectory": [
"public"
]
}
}