-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
101 lines (101 loc) · 3.03 KB
/
package.json
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
{
"name": "quota-filesharing",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@aws-sdk/client-s3": "3.315.0",
"@aws-sdk/s3-presigned-post": "^3.315.0",
"@aws-sdk/s3-request-presigner": "^3.315.0",
"@formkit/auto-animate": "^1.0.0-beta.1",
"@headlessui/react": "^1.7.17",
"@hookform/resolvers": "^2.9.4",
"@next-auth/prisma-adapter": "^1.0.3",
"@prisma/client": "^4.13.0",
"@radix-ui/react-alert-dialog": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.3",
"@radix-ui/react-label": "^2.0.1",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-tabs": "^1.0.3",
"@radix-ui/react-toast": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.5",
"@rajesh896/broprint.js": "^2.1.1",
"@sentry/nextjs": "^7.11.1",
"@trpc/client": "^9.25.3",
"@trpc/next": "^9.25.3",
"@trpc/react": "^9.25.3",
"@trpc/server": "^9.25.3",
"@uiball/loaders": "^1.2.6",
"@uiw/react-textarea-code-editor": "^2.1.1",
"aws-sdk": "^2.1167.0",
"axios": "^0.27.2",
"babel-loader": "^9.1.2",
"babel-plugin-transform-remove-imports": "^1.7.0",
"browser-image-compression": "^2.0.0",
"class-variance-authority": "^0.5.2",
"clsx": "^1.2.1",
"crypto": "^1.0.1",
"date-fns": "^2.28.0",
"exifr": "^7.1.3",
"file-saver": "^2.0.5",
"filenamify": "^5.1.1",
"framer-motion": "^6.4.2",
"gray-matter": "^4.0.3",
"html-to-image": "^1.11.11",
"imgproxy": "^1.0.0",
"jszip": "^3.10.0",
"lucide-react": "^0.171.0",
"mime-types": "^2.1.35",
"music-metadata-browser": "^2.5.8",
"next": "^13.3.1",
"next-auth": "^4.10.3",
"next-remove-imports": "^1.0.11",
"next-seo": "^5.4.0",
"pretty-bytes": "^6.0.0",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.2",
"react-hook-form": "^7.33.1",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.8.0",
"react-idle-timer": "^5.5.3",
"react-markdown": "^8.0.3",
"react-pdf": "^5.7.2",
"react-plock": "^2.0.0",
"react-query": "^3.39.1",
"react-string-replace": "^1.1.0",
"react-wavify": "^1.5.8",
"superjson": "^1.9.1",
"tailwind-merge": "^1.12.0",
"tailwindcss-animate": "^1.0.5",
"ua-parser-js": "^2.0.0-alpha.1",
"vaul": "^0.4.6",
"zod": "^3.17.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.4",
"@types/file-saver": "^2.0.5",
"@types/mime-types": "^2.1.1",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/react-pdf": "^5.7.2",
"@types/ua-parser-js": "^0.7.36",
"autoprefixer": "^10.4.14",
"eslint": "8.18.0",
"eslint-config-next": "^13.3.1",
"postcss": "^8.4.27",
"prisma": "^4.13.0",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.3.3",
"typescript": "4.7.4"
}
}