forked from ubugeeei/vize
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 720 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 720 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
{
"name": "vize-workspace",
"private": true,
"type": "module",
"publishConfig": {
"access": "public",
"provenance": true
},
"devDependencies": {
"@iarna/toml": "catalog:repo-tooling",
"@tsdown/css": "catalog:content",
"@types/node": "catalog:typescript",
"@typescript/native-preview": "catalog:typescript",
"glob": "catalog:repo-tooling",
"json-schema-to-typescript": "catalog:repo-tooling",
"oxfmt": "catalog:linting",
"oxlint": "catalog:linting",
"tsdown": "catalog:vite-stack",
"vite": "catalog:vite-stack",
"vite-plus": "catalog:vite-stack"
},
"packageManager": "[email protected]",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}