-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 778 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 778 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
{
"name": "bruno-tools",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@tabler/icons-preact": "^3.40.0",
"@types/js-yaml": "^4.0.9",
"@usebruno/converters": "^0.17.1",
"js-yaml": "^4.1.1",
"preact": "^10.28.4",
"wouter": "^3.9.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.10.3",
"@types/node": "^24.12.0",
"typescript": "~5.9.3",
"vite": "^7.0.0",
"vite-plugin-node-polyfills": "^0.25.0"
},
"packageManager": "pnpm@10.19.1-oidc-test.3+sha512.e5961a4b56bb37620f97b65da4ca56216634bf39ed358eda925f0f036534d458fa249d93ed0021410523f8bb7ed8512b61fe5532ed3e81777793366c6be026b5"
}