-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.42 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.42 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
{
"name": "pinboard-3",
"version": "0.0.1",
"private": true,
"type": "module",
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"dev:oem": "pnpm --filter @pinboard/oem-flood-finder dev",
"dev:oem:fresh": "pnpm --filter @pinboard/oem-flood-finder dev:fresh",
"dev:pc": "pnpm --filter @pinboard/primary-care-finder dev",
"dev:pc:fresh": "pnpm --filter @pinboard/primary-care-finder dev:fresh",
"lint": "turbo run lint",
"type-check": "turbo run type-check",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.5.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.9.2",
"globals": "^17.7.0",
"prettier": "^3.8.4",
"turbo": "^2.10.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.62.0",
"vue-tsc": "^3.3.5"
},
"pnpm": {
"overrides": {
"minimatch@<3.1.3": ">=3.1.3",
"minimatch@>=9.0.0 <9.0.6": ">=9.0.6",
"minimatch@>=10.0.0 <10.2.1": ">=10.2.1",
"rollup@>=4.0.0 <4.59.0": ">=4.59.0",
"minimatch@>=9.0.0 <9.0.7": ">=9.0.7",
"minimatch@>=10.0.0 <10.2.3": ">=10.2.3",
"minimatch@<3.1.4": ">=3.1.4",
"ajv@>=7.0.0-alpha.0 <8.18.0": ">=8.18.0",
"flatted@<3.4.0": ">=3.4.0",
"flatted@<=3.4.1": ">=3.4.2",
"brace-expansion@<1.1.13": ">=1.1.13",
"brace-expansion@>=2.0.0 <2.0.3": ">=2.0.3",
"picomatch@<2.3.2": ">=2.3.2",
"picomatch@>=4.0.0 <4.0.4": ">=4.0.4",
"yaml@>=2.0.0 <2.8.3": ">=2.8.3",
"lodash@>=4.0.0 <=4.17.23": ">=4.18.0",
"lodash@<=4.17.23": ">=4.18.0",
"vite@<=6.4.1": ">=6.4.2 <8",
"vite@>=7.0.0 <=7.3.1": ">=7.3.2",
"vite@>=7.1.0 <=7.3.1": ">=7.3.2",
"vite@>=6.0.0 <=6.4.1": ">=6.4.2",
"vue-router": "5.0.6",
"protocol-buffers-schema@<3.6.1": ">=3.6.1",
"postcss@<8.5.10": ">=8.5.10",
"fast-uri@<=3.1.0": ">=3.1.1",
"fast-uri@<=3.1.1": ">=3.1.2",
"brace-expansion@>=5.0.0 <5.0.6": ">=5.0.6",
"turbo@<=2.9.13": ">=2.9.14",
"turbo@>=1.1.0 <2.9.14": ">=2.9.14",
"shell-quote@>=1.1.0 <=1.8.3": ">=1.8.4",
"@babel/core@<=7.29.0": ">=7.29.6"
}
}
}