-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.94 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.94 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
{
"name": "neoshowcase",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"fmt": "biome format src",
"fmt:apply": "biome format src --write",
"lint": "biome check src",
"lint:apply": "biome check src --write",
"lint:force": "biome check src --write --unsafe",
"fix": "yarn fmt:apply && yarn lint:apply",
"typecheck": "tsc --noEmit",
"ci": "biome ci src",
"analyze": "vite build --mode analyze",
"test": "vitest"
},
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "2.4.4",
"@bufbuild/protoc-gen-es": "2.11.0",
"@iconify-json/material-symbols": "1.2.59",
"@tanstack/virtual-core": "3.13.19",
"@types/node": "25.3.3",
"jsdom": "27.4.0",
"rollup-plugin-visualizer": "6.0.5",
"typescript": "5.9.3",
"unocss": "66.6.2",
"unplugin-fonts": "1.4.0",
"vite": "npm:rolldown-vite@7.0.4",
"vite-plugin-compression": "0.5.1",
"vite-plugin-solid": "2.11.10",
"vite-plugin-solid-svg": "0.8.1",
"vitest": "4.0.18"
},
"dependencies": {
"@bufbuild/protobuf": "2.11.0",
"@connectrpc/connect": "2.1.1",
"@connectrpc/connect-web": "2.1.1",
"@kobalte/core": "0.13.11",
"@modular-forms/solid": "0.25.1",
"@solid-primitives/refs": "1.1.3",
"@solidjs/meta": "0.29.4",
"@solidjs/router": "0.15.4",
"@tanstack/solid-virtual": "3.13.19",
"@types/async-lock": "1.4.2",
"@unocss/reset": "66.6.2",
"ansi-to-html": "0.7.2",
"async-lock": "1.4.1",
"chart.js": "4.5.1",
"solid-chartjs": "1.3.11",
"solid-icons": "1.2.0",
"solid-js": "1.9.11",
"solid-tippy": "0.2.1",
"solid-toast": "0.5.0",
"tippy.js": "6.3.7",
"ts-pattern": "5.9.0",
"valibot": "1.2.0"
},
"packageManager": "yarn@4.1.1+sha512.ec40d0639bb307441b945d9467139cbb88d14394baac760b52eca038b330d16542d66fef61574271534ace5a200518dabf3b53a85f1f9e4bfa37141b538a9590"
}