This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
69 lines (69 loc) · 1.84 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
{
"name": "paperplane",
"version": "4.4.0",
"workspaces": [
"apps/*",
"packages/*"
],
"private": true,
"scripts": {
"build": "turbo run build",
"start": "yarn cmd:server prisma migrate deploy && yarn cmd:server start",
"start:dev": "turbo run dev --parallel",
"start:web:dev": "yarn workspace web run dev",
"start:server:dev": "yarn workspace server run dev:watch",
"cmd:server": "yarn workspace server run",
"lint": "turbo run lint",
"postinstall": "is-ci || husky install"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "^7.18.0"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@next/font": "14.2.2",
"@tanstack/react-query": "^5.29.2",
"@tanstack/react-table": "8.16.0",
"@trpc/client": "^10.45.2",
"@trpc/next": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.372.0",
"next": "^14.2.10",
"next-themes": "0.3.0",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3",
"react-syntax-highlighter": "15.5.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.5"
},
"devDependencies": {
"@sapphire/eslint-config": "^5.0.3",
"@sapphire/ts-config": "5.0.0",
"@snowcrystals/prettier-config": "^1.0.0",
"@types/node": "20.11.25",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.2",
"pinst": "^3.0.0",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"turbo": "^1.12.5",
"typescript": "5.4.2"
},
"engines": {
"node": ">= v18.16.0"
},
"packageManager": "yarn@4.5.1"
}