-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.31 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
{
"name": "shelf",
"description": "Shelf é um organizador gratuito de leitura acadêmica.",
"author": "Gepetojj <contato.gepetojj@gmail.com>",
"version": "0.5.0",
"license": "MIT",
"packageManager": "pnpm@9.4.0",
"scripts": {
"start": "next start",
"build": "prisma generate && next build",
"analyze": "ANALYZE=true next build",
"dev": "next dev",
"lint": "next lint",
"format": "prettier !docker . --write",
"emulators": "firebase emulators:start --import=./emulators --export-on-exit",
"migrate": "prisma migrate dev"
},
"dependencies": {
"@clerk/localizations": "^2.4.4",
"@clerk/nextjs": "^5.1.5",
"@mantine/core": "^7.10.1",
"@mantine/dropzone": "^7.10.1",
"@mantine/hooks": "^7.10.1",
"@mantine/notifications": "^7.10.1",
"@next/bundle-analyzer": "^14.2.4",
"@next/third-parties": "^14.2.4",
"@prisma/client": "^5.16.0",
"@sentry/nextjs": "^8",
"@tabler/icons-react": "^3.6.0",
"@tanstack/react-query": "5.40.1",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@ungap/with-resolvers": "^0.1.0",
"@vercel/analytics": "^1.3.1",
"axios": "^1.7.2",
"clsx": "^2.1.1",
"file-type": "^19.0.0",
"firebase-admin": "^12.1.1",
"fuse.js": "^7.0.0",
"inversify": "^6.0.2",
"javascript-time-ago": "^2.5.10",
"next": "^14.2.4",
"next-connect": "^1.0.0",
"pdfjs-dist": "^4.3.136",
"react": "^18.3.1",
"react-confetti": "^6.1.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.5",
"react-infinite-scroll-component": "^6.1.0",
"react-pdf": "^9.0.0",
"react-swipeable": "^7.0.1",
"reflect-metadata": "^0.2.2",
"schema-dts": "^1.1.2",
"server-only": "^0.0.1",
"sharp": "^0.33.4",
"superjson": "^2.2.1",
"svix": "^1.24.0",
"winston": "^3.13.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "7.0.1",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.3",
"prisma": "^5.16.0",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "1.0.7",
"typescript": "^5.4.5"
}
}