-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
122 lines (122 loc) · 3.85 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "evento",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build:1-next": "cross-env NODE_ENV=production next build",
"build:2-server": "tsc --project tsconfig.server.json",
"build": "run-s build:*",
"dev:wss": "cross-env PORT=3001 tsx watch src/server/ws-dev-server.ts --tsconfig tsconfig.server.json",
"dev:next": "next dev",
"db-up": "sudo docker compose up -d",
"db-migrate-dev": "prisma migrate dev",
"dev": "pnpm migrate-dev && run-p dev:*",
"dx": "run-s db-up db-migrate-dev dev",
"prepare": "husky install",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"migrate-dev": "prisma migrate dev",
"postinstall": "prisma generate",
"lint": "eslint . --ext .ts,.tsx",
"format": "prettier --write .",
"start": "cross-env NODE_ENV=production node dist/server/ws-prod-server.js"
},
"prisma": {
"seed": "tsx prisma/seed.ts"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@json2csv/plainjs": "^7.0.6",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.14.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@t3-oss/env-nextjs": "^0.7.1",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-table": "^8.17.3",
"@trpc/client": "^10.43.6",
"@trpc/next": "^10.43.6",
"@trpc/react-query": "^10.43.6",
"@trpc/server": "^10.43.6",
"@types/nodemailer": "^6.4.14",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"embla-carousel-react": "8.0.0-rc23",
"imagekit": "^5.0.1",
"lucide-react": "^0.305.0",
"next": "^14.0.3",
"next-auth": "^4.24.5",
"next-share": "^0.27.0",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.9",
"npm-run-all": "^4.1.5",
"react": "18.2.0",
"react-day-picker": "^8.10.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.50.1",
"react-icons": "^5.0.1",
"recharts": "^2.12.7",
"server-only": "^0.0.1",
"sharp": "^0.33.3",
"sonner": "^1.4.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1",
"ws": "^8.16.0",
"zod": "^3.22.4",
"zustand": "^4.4.7"
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@faker-js/faker": "^8.4.1",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@next/eslint-plugin-next": "^14.0.3",
"@types/eslint": "^8.44.7",
"@types/node": "^18.17.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/uuid": "^9.0.8",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"eslint": "^8.54.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"postcss": "^8.4.31",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.7",
"prisma": "^5.14.0",
"prisma-dbml-generator": "^0.10.0",
"tailwindcss": "^3.3.5",
"tsx": "^4.7.1",
"typescript": "^5.1.6"
},
"ct3aMetadata": {
"initVersion": "7.25.0"
},
"packageManager": "[email protected]",
"lint-staged": {
"*.{ts,tsx}": "eslint --fix",
"*.{ts,tsx,css,md}": "prettier --write"
}
}