This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.54 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
{
"copyright": "Copyright 2023 Duelance Inc. - All Rights Reserved. This file is part of the Duelance project. Unauthorized copying, transferring or reproduction of this file, via any medium is strictly prohibited. Proprietary and confidential.",
"name": "duelance",
"version": "0.0.0",
"private": true,
"author": "Duelance Inc.",
"license": "UNLICENSED",
"type": "module",
"scripts": {
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.cjs",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@babel/core": "^7.22.10",
"@emotion/react": "^11.11.1",
"@hookform/resolvers": "^3.2.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@mantine/core": "^6.0.19",
"@mantine/hooks": "^6.0.19",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/env": "^13.4.19",
"@prisma/client": "^5.1.1",
"@tabler/icons-react": "^2.32.0",
"@tanstack/react-query": "^4.33.0",
"@total-typescript/ts-reset": "^0.5.1",
"@trpc/client": "^10.37.1",
"@trpc/next": "^10.37.1",
"@trpc/react-query": "^10.37.1",
"@trpc/server": "^10.37.1",
"@vercel/analytics": "^1.0.2",
"class-variance-authority": "^0.7.0",
"jotai": "^2.3.1",
"lucide-react": "^0.268.0",
"next": "^13.4.19",
"next-auth": "^4.23.1",
"next-sitemap": "^4.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.4",
"react-wrap-balancer": "^1.1.0",
"superjson": "1.13.1",
"tailwindcss-animate": "^1.0.6",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/node": "^20.5.1",
"@types/prettier": "^3.0.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"autoprefixer": "^10.4.15",
"clsx": "^2.0.0",
"eslint": "^8.47.0",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "^8.4.28",
"prettier": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.5.3",
"prisma": "^5.1.1",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
},
"ct3aMetadata": {
"initVersion": "7.3.1"
}
}