-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.22 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.22 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
{
"scripts": {
"web": "pnpm --filter @quanux/web dev",
"desktop": "pnpm --filter @quanux/desktop-tauri tauri:dev",
"desktop:build": "pnpm --filter @quanux/desktop-tauri tauri:build"
},
"dependencies": {
"corepack": "^0.34.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"json-schema-to-typescript": "^15.0.4"
},
"pnpm": {
"overrides": {
"esbuild": ">=0.25.0",
"undici": ">=6.23.0",
"diff": ">=8.0.3",
"@modelcontextprotocol/sdk": "1.26.0",
"path-to-regexp@6": "6.3.0",
"send": ">=0.19.0",
"hono": ">=4.12.3",
"rollup": ">=4.59.0",
"tar": ">=7.5.8",
"eslint": ">=9.26.0",
"lodash": ">=4.17.23",
"qs": "6.14.2",
"minimatch": ">=10.2.3",
"ajv": ">=8.18.0",
"@tootallnate/once": ">=3.0.1",
"brace-expansion@>0": ">=5.0.5",
"file-type": ">=21.3.1",
"flatted": ">=3.4.2",
"node-forge": ">=1.4.0",
"path-to-regexp@8": ">=8.4.0",
"express>path-to-regexp": ">=0.1.13",
"picomatch@^2": ">=2.3.2",
"micromatch>picomatch": ">=4.0.4",
"srvx": ">=0.11.13"
},
"peerDependencyRules": {
"allowedVersions": {
"tailwindcss": "4"
}
}
}
}