forked from liam-hq/liam
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.47 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
{
"name": "liam-frontend",
"private": true,
"version": "0.0.1",
"devDependencies": {
"@changesets/cli": "2.27.10",
"@changesets/get-github-info": "0.6.0",
"@changesets/types": "6.0.0",
"@turbo/gen": "2.1.2",
"syncpack": "13.0.3",
"turbo": "2.1.2",
"vercel": "41.4.1"
},
"scripts": {
"build": "turbo build",
"create-env-files": "([ -f .env ] || touch .env) && ([ -f .env.local ] || touch .env.local)",
"deploy:jobs": "turbo deploy --filter=@liam-hq/jobs",
"dev": "turbo dev",
"fmt": "pnpm run '/^fmt:.*/'",
"fmt:syncpack-fix": "syncpack fix-mismatches",
"fmt:syncpack-format": "syncpack format",
"fmt:turbo": "turbo fmt",
"gen:turbo": "turbo gen",
"lint": "pnpm run '/^lint:.*/'",
"lint:syncpack": "syncpack lint",
"lint:turbo": "turbo lint",
"prebuild": "pnpm create-env-files",
"prelint": "pnpm create-env-files",
"release": "pnpm build && pnpm changeset publish",
"test:e2e": "turbo test:e2e",
"test:prompt": "turbo test:prompt",
"test:turbo": "turbo test",
"vercel:env-pull": "vercel env pull .env",
"vercel:link": "vercel link"
},
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"pnpm": {
"overrides": {
"node-gtts": "workspace:*"
}
},
"resolutions": {
"esbuild": "0.25.2",
"path-to-regexp": "6.3.0",
"undici": "5.28.5"
}
}