This repository was archived by the owner on Jan 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.26 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.26 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
75
76
{
"name": "tubeplus",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google-cloud/storage": "^7.6.0",
"@nextui-org/accordion": "^2.0.28",
"@nextui-org/avatar": "^2.0.24",
"@nextui-org/button": "^2.0.26",
"@nextui-org/card": "^2.0.24",
"@nextui-org/chip": "^2.0.25",
"@nextui-org/divider": "^2.0.25",
"@nextui-org/dropdown": "^2.1.16",
"@nextui-org/image": "^2.0.24",
"@nextui-org/input": "^2.1.16",
"@nextui-org/kbd": "^2.0.25",
"@nextui-org/link": "^2.0.26",
"@nextui-org/modal": "^2.0.28",
"@nextui-org/navbar": "^2.0.27",
"@nextui-org/progress": "^2.0.24",
"@nextui-org/react": "^2.2.9",
"@nextui-org/scroll-shadow": "^2.1.12",
"@nextui-org/select": "^2.1.20",
"@nextui-org/skeleton": "^2.0.24",
"@nextui-org/spinner": "^2.0.24",
"@nextui-org/switch": "^2.0.25",
"@nextui-org/system": "^2.0.15",
"@nextui-org/system-rsc": "^2.0.11",
"@nextui-org/table": "^2.0.28",
"@nextui-org/theme": "^2.1.17",
"@nextui-org/tooltip": "^2.0.29",
"@nextui-org/use-is-mobile": "^2.0.6",
"@nextui-org/use-is-mounted": "^2.0.4",
"@nextui-org/user": "^2.0.25",
"@radix-ui/react-icons": "^1.3.0",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^5.0.1",
"@types/multer": "^1.4.10",
"framer-motion": "^10.16.5",
"multer": "^1.4.5-lts.1",
"next": "13.5.4",
"next-auth": "^4.23.2",
"next-intl": "^3.1.0",
"next-s3-upload": "^0.3.4",
"next-themes": "^0.2.1",
"notyf": "^3.10.0",
"react": "^18",
"react-dom": "^18",
"react-intersection-observer": "^9.5.3",
"react-quill": "^2.0.0",
"react-responsive": "^9.0.2",
"sweetalert2": "^11.10.1",
"swiper": "^10.3.1",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^4.36.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"encoding": "^0.1.13",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}