-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
150 lines (150 loc) · 4.82 KB
/
package.json
File metadata and controls
150 lines (150 loc) · 4.82 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "swush",
"version": "1.1.1",
"private": true,
"description": "Swush; A secure, self-hosted file sharing app with privacy-first features.",
"author": {
"name": "Laith (Iconical)",
"email": "him@iconical.dev",
"url": "https://iconical.dev"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/imthatdev/swush"
},
"bugs": {
"url": "https://github.com/imthatdev/swush/issues"
},
"homepage": "https://swush.app",
"sponsor": {
"github": "https://github.com/sponsors/imthatdev",
"buymeacoffee": "https://buymeacoffee.com/iconical",
"url": "https://iconical.dev/support"
},
"keywords": [
"swush",
"file-sharing",
"self-hosted",
"nextjs",
"drizzle",
"tailwindcss"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "eslint",
"typecheck": "tsc --noEmit",
"start": "next start",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"db:generate": "npx drizzle-kit generate --config drizzle.config.ts",
"db:migrate": "drizzle-kit push --config=drizzle.config.ts --force",
"git:push": "git push && git push --follow-tags",
"tag:generate": "git tag -s v$(node -p 'require(\"./package.json\").version') -m \"🔖tag: v$(node -p 'require(\"./package.json\").version') release\"",
"auth:generate": "npx @better-auth/cli generate --config src/lib/auth/index.ts",
"studio": "npx drizzle-kit studio --config drizzle.config.ts",
"version:major": "pnpm version major --no-git-tag-version",
"version:minor": "pnpm version minor --no-git-tag-version",
"version:patch": "pnpm version patch --no-git-tag-version"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.995.0",
"@better-auth/core": "^1.4.18",
"@better-auth/passkey": "^1.4.18",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-aspect-ratio": "^1.1.8",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-menubar": "^1.1.16",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@scalar/nextjs-api-reference": "^0.9.22",
"@tabler/icons-react": "^3.37.1",
"archiver": "^7.0.1",
"argon2": "^0.44.0",
"better-auth": "^1.4.18",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"conventional-changelog": "^7.1.1",
"cron": "^4.4.0",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.45.1",
"embla-carousel-react": "^8.6.0",
"ffmpeg-static": "^5.3.0",
"file-type": "^21.3.0",
"highlight.js": "^11.11.1",
"hls.js": "^1.6.15",
"input-otp": "^1.4.2",
"motion": "^12.34.3",
"nanoid": "^5.1.6",
"next": "^16.1.6",
"next-themes": "^0.4.6",
"nodemailer": "^7.0.13",
"pg": "^8.18.0",
"posthog-js": "^1.352.0",
"qrcode": "^1.5.4",
"react": "19.2.3",
"react-day-picker": "^9.13.2",
"react-dom": "19.2.3",
"react-dropzone": "^14.4.1",
"react-hook-form": "^7.71.2",
"react-markdown": "^10.1.0",
"react-qr-code": "^2.0.18",
"recharts": "3.6.0",
"sharp": "^0.34.5",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"vaul": "^1.1.2",
"web-push": "^3.6.7",
"yet-another-react-lightbox": "^3.29.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@smithy/types": "^4.12.0",
"@tailwindcss/postcss": "^4.2.0",
"@types/archiver": "^6.0.4",
"@types/node": "^25.3.0",
"@types/nodemailer": "^7.0.11",
"@types/pg": "^8.16.0",
"@types/qrcode": "^1.5.6",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/web-push": "^3.6.4",
"drizzle-kit": "^0.31.9",
"eslint": "^9.39.3",
"eslint-config-next": "16.1.1",
"tailwindcss": "^4.2.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
},
"pnpm": {
"overrides": {
"fast-xml-parser": "5.3.6",
"esbuild": "0.27.3",
"minimatch": "10.2.2",
"bn.js": "5.2.3"
}
}
}