-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (29 loc) · 714 Bytes
/
package.json
File metadata and controls
30 lines (29 loc) · 714 Bytes
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
{
"name": "references-realtime-hooks-test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"dev:trigger": "trigger dev",
"deploy": "trigger deploy"
},
"dependencies": {
"@trigger.dev/react-hooks": "workspace:*",
"@trigger.dev/sdk": "workspace:*",
"next": "15.5.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"zod": "3.25.76"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "18.2.69",
"@types/react-dom": "18.2.7",
"tailwindcss": "^4",
"trigger.dev": "workspace:*",
"typescript": "^5"
}
}