-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
61 lines (61 loc) · 1.72 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
{
"name": "exam-cooker-2024",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"seed_tags": "node seed-tags.js"
},
"dependencies": {
"@auth/prisma-adapter": "^2.4.1",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@prisma/client": "^5.16.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-toast": "^1.2.1",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/toolbar": "^3.12.0",
"@types/lodash": "^4.17.6",
"@upstash/ratelimit": "^2.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cuid": "^3.0.0",
"dotenv": "^16.4.5",
"fuse.js": "^7.0.0",
"ldrs": "^1.0.2",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.411.0",
"next": "^14.2.4",
"next-auth": "^5.0.0-beta.19",
"nprogress": "^0.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-loading": "^2.0.3",
"react-pdf": "^9.1.1",
"react-spinners": "^0.14.1",
"react-switch": "^7.0.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/next": "^9.0.0",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"prisma": "^5.21.1",
"tailwindcss": "^3.4.6",
"typescript": "^5"
}
}