-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
125 lines (125 loc) · 3.69 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
123
124
125
{
"name": "git_share_space",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"dev": "next dev",
"node": "node server.js",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch",
"prepare": "husky",
"commit": "npx cz"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"dependencies": {
"@apollo/client": "^3.9.7",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@hookform/resolvers": "^3.3.4",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/third-parties": "^14.1.0",
"@octokit/openapi-types": "^20.0.0",
"@octokit/types": "^12.5.0",
"@primer/octicons-react": "^19.8.0",
"@prisma/client": "^5.10.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@t3-oss/env-nextjs": "^0.7.1",
"@tanstack/react-query": "^5.24.1",
"@tanstack/react-query-devtools": "^5.24.8",
"@tanstack/react-query-next-experimental": "^5.24.1",
"@tanstack/react-table": "^8.14.0",
"@tiptap/extension-heading": "^2.2.4",
"@tiptap/react": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@trigger.dev/nextjs": "^2.3.18",
"@trigger.dev/react": "^2.3.18",
"@trigger.dev/sdk": "^2.3.18",
"@vercel/speed-insights": "^1.0.10",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"graphql": "^16.8.1",
"lucide-react": "^0.331.0",
"nanoid": "^5.0.6",
"next": "^14.0.4",
"next-auth": "^4.24.5",
"next-safe-action": "^6.1.0",
"npm": "^10.5.0",
"nuqs": "^1.17.0",
"octokit": "^3.1.2",
"pusher": "^5.2.0",
"pusher-js": "^8.4.0-rc2",
"react": "18.2.0",
"react-canvas-confetti": "^2.0.5",
"react-dom": "18.2.0",
"react-hook-form": "^7.50.1",
"react-intersection-observer": "^9.8.1",
"react-query": "^3.39.3",
"socket.io": "^4.7.4",
"socket.io-client": "^4.7.4",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"usehooks-ts": "^2.15.1",
"vaul": "^0.9.0",
"zod": "^3.22.4",
"zustand": "^4.5.0"
},
"devDependencies": {
"@belkross/commitlint-config": "^1.0.3",
"@commitlint/cz-commitlint": "^18.6.1",
"@faker-js/faker": "^8.4.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/eslint": "^8.44.7",
"@types/jest": "^29.5.12",
"@types/node": "^18.17.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"autoprefixer": "^10.4.14",
"commitizen": "^4.3.0",
"commitlint": "^18.6.1",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.4",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-mock-extended": "^3.0.5",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"prisma": "^5.10.2",
"tailwindcss": "^3.3.5",
"typescript": "^5.1.6"
},
"ct3aMetadata": {
"initVersion": "7.26.0"
},
"packageManager": "[email protected]",
"trigger.dev": {
"endpointId": "gitsharespace-ZvGI"
}
}