forked from triggerdotdev/trigger.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
209 lines (209 loc) · 7 KB
/
Copy pathpackage.json
File metadata and controls
209 lines (209 loc) · 7 KB
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
{
"name": "triggerdotdev",
"private": true,
"workspaces": [
"apps/*",
"packages/*",
"integrations/*"
],
"version": "0.0.1",
"scripts": {
"build": "turbo run build",
"build:force": "turbo run build --force",
"build:db:seed": "turbo run build:db:seed",
"db:migrate": "turbo run db:migrate:deploy generate",
"db:seed": "turbo run db:seed",
"db:studio": "turbo run db:studio",
"db:populate": "turbo run db:populate",
"dev": "turbo run dev",
"i:dev": "infisical run -- turbo run dev",
"generate": "turbo run generate",
"lint": "turbo run lint",
"docker": "docker compose -p triggerdotdev-docker -f docker/docker-compose.yml up -d --build --remove-orphans",
"docker:stop": "docker compose -p triggerdotdev-docker -f docker/docker-compose.yml stop",
"dev:docker": "docker compose -p triggerdotdev-dev-docker -f docker/dev-compose.yml up -d --build --remove-orphans",
"dev:docker:build": "docker compose -p triggerdotdev-dev-docker -f docker/dev-compose.yml up -d --build",
"dev:docker:stop": "docker compose -p triggerdotdev-dev-docker -f docker/dev-compose.yml stop",
"test": "turbo run test --concurrency=1 -- --run",
"test:webapp": "turbo run test --filter webapp -- --run",
"test:packages": "turbo run test --concurrency=1 --filter \"@trigger.dev/*\" -- --run",
"test:internal": "turbo run test --concurrency=1 --filter \"@internal/*\" -- --run",
"test:dev": "turbo run test:dev",
"start": "turbo run start",
"check-exports": "turbo run check-exports",
"clean": "turbo run clean",
"clean:node_modules": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +",
"typecheck": "turbo run typecheck",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:dev": "turbo run test:e2e:dev",
"test:e2e:ci": "turbo run test:e2e:ci",
"setup": "turbo run generate db:migrate:force db:seed",
"env:pull": "turbo run env:pull",
"changeset:add": "changeset",
"changeset:version": "changeset version",
"changeset:release": "pnpm run build --filter \"@trigger.dev/*\" --filter \"trigger.dev\" && changeset publish",
"changeset:v4": "changeset pre enter v4",
"changeset:normal": "changeset pre exit",
"clean:sourcemaps": "turbo run clean:sourcemaps",
"storybook": "turbo run storybook"
},
"devDependencies": {
"@manypkg/cli": "^0.19.2",
"@playwright/test": "^1.36.2",
"@trigger.dev/database": "workspace:*",
"@types/node": "20.14.14",
"@vitest/coverage-v8": "3.1.4",
"autoprefixer": "^10.4.12",
"eslint-plugin-turbo": "^2.0.4",
"lefthook": "^1.11.3",
"pkg-types": "1.1.3",
"prettier": "^3.0.0",
"tsx": "^3.7.1",
"turbo": "^1.10.3",
"typescript": "5.5.4",
"vite": "^5.4.21",
"vite-tsconfig-paths": "^4.0.5",
"vitest": "3.1.4"
},
"packageManager": "pnpm@10.23.0",
"dependencies": {
"@changesets/cli": "2.26.2",
"@remix-run/changelog-github": "^0.0.5",
"agentcrumbs": "^0.5.0",
"node-fetch": "2.6.x"
},
"overrides": {
"cross-spawn": "7.0.5",
"ws": "8.17.1",
"tar-fs": "3.1.1",
"tar": "7.5.9",
"semver": "^7.7.2",
"@babel/runtime": "7.27.0",
"tmp": "0.2.4",
"@isaacs/brace-expansion": "5.0.1",
"cookie": "0.7.0",
"glob": "10.5.0",
"minimatch": "10.2.3",
"fast-xml-parser": "5.3.8",
"ajv": "8.18.0",
"markdown-it": "14.1.1",
"axios": "1.13.5",
"jsonpath": "1.2.1",
"lodash": "4.17.23",
"lodash-es": "4.17.23",
"form-data": "4.0.4",
"js-yaml": "4.1.1",
"qs": "6.14.2",
"@upstash/ratelimit": "1.1.3",
"@grpc/grpc-js": "^1.8.22",
"crypto-js": "^4.2.0",
"graphql": "^16.8.1",
"next": "14.2.35",
"on-headers": "^1.1.0",
"path-to-regexp": "^0.1.12",
"prismjs": "^1.30.0",
"send": "^0.19.0",
"serialize-javascript": "7.0.4",
"undici": "6.23.0",
"word-wrap": "^1.2.4",
"postcss": "^8.4.31",
"nodemailer": "7.0.11",
"jsondiffpatch": "0.7.2",
"ai": "5.0.52",
"zod": "3.25.76",
"redlock": "5.0.0-beta.2",
"@remix-run/node": "2.17.4",
"@remix-run/react": "2.17.4",
"@remix-run/express": "2.17.4",
"@remix-run/serve": "2.17.4",
"@remix-run/server-runtime": "2.17.4",
"@remix-run/dev": "2.17.4",
"@remix-run/router": "1.23.2"
},
"pnpm": {
"patchedDependencies": {
"@changesets/assemble-release-plan@5.2.4": "patches/@changesets__assemble-release-plan@5.2.4.patch",
"engine.io-parser@5.2.2": "patches/engine.io-parser@5.2.2.patch",
"graphile-worker@0.16.6": "patches/graphile-worker@0.16.6.patch",
"redlock@5.0.0-beta.2": "patches/redlock@5.0.0-beta.2.patch",
"@kubernetes/client-node@1.0.0": "patches/@kubernetes__client-node@1.0.0.patch",
"@sentry/remix@9.46.0": "patches/@sentry__remix@9.46.0.patch",
"@upstash/ratelimit@1.1.3": "patches/@upstash__ratelimit.patch",
"antlr4ts@0.5.0-alpha.4": "patches/antlr4ts@0.5.0-alpha.4.patch",
"@window-splitter/state@0.4.1": "patches/@window-splitter__state@0.4.1.patch"
},
"overrides": {
"typescript": "5.5.4",
"@types/node": "20.14.14",
"express@^4>body-parser": "1.20.3",
"@remix-run/dev@2.1.0>tar-fs": "2.1.3",
"testcontainers@10.28.0>tar-fs": "3.0.9",
"form-data": "4.0.4",
"axios": "1.13.5",
"js-yaml": "4.1.1",
"jws@<3.2.3": "3.2.3",
"qs": "6.14.2",
"systeminformation@>=5.0.0 <5.27.14": "5.27.14",
"lodash": "4.17.23",
"ws": "8.17.1",
"tar-fs": "3.1.1",
"tar": "7.5.9",
"semver": "^7.7.2",
"cross-spawn": "7.0.5",
"@babel/runtime": "7.27.0",
"tmp": "0.2.4",
"@isaacs/brace-expansion": "5.0.1",
"cookie": "0.7.0",
"glob": "10.5.0",
"minimatch": "10.2.3",
"fast-xml-parser": "5.3.8",
"ajv": "8.18.0",
"markdown-it": "14.1.1",
"jsonpath": "1.2.1",
"lodash-es": "4.17.23",
"@upstash/ratelimit": "1.1.3",
"@grpc/grpc-js": "^1.8.22",
"crypto-js": "^4.2.0",
"graphql": "^16.8.1",
"next": "14.2.35",
"on-headers": "^1.1.0",
"path-to-regexp": "^0.1.12",
"prismjs": "^1.30.0",
"send": "^0.19.0",
"serialize-javascript": "7.0.4",
"undici": "6.23.0",
"word-wrap": "^1.2.4",
"postcss": "^8.4.31",
"nodemailer": "7.0.11",
"jsondiffpatch": "0.7.2",
"ai": "5.0.52",
"zod": "3.25.76",
"redlock": "5.0.0-beta.2",
"@remix-run/node": "2.17.4",
"@remix-run/react": "2.17.4",
"@remix-run/express": "2.17.4",
"@remix-run/serve": "2.17.4",
"@remix-run/server-runtime": "2.17.4",
"@remix-run/dev": "2.17.4",
"@remix-run/router": "1.23.2"
},
"onlyBuiltDependencies": [
"@depot/cli",
"@fingerprintjs/fingerprintjs-pro-react",
"@prisma/client",
"@prisma/engines",
"@sentry/cli",
"@swc/core",
"better-sqlite3",
"cpu-features",
"esbuild",
"lefthook",
"prisma",
"protobufjs",
"sharp",
"ssh2",
"turbo"
]
}
}