-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.79 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.79 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
71
72
73
74
75
76
{
"name": "npmxt",
"description": "npm e-xtended tools",
"type": "module",
"private": true,
"license": "MIT",
"author": {
"name": "flamrdevs",
"url": "https://github.com/flamrdevs"
},
"contributors": [],
"scripts": {
"prepare": "husky",
"dev": "vinxi dev --host 0.0.0.0 --port 3000",
"build": "vinxi build",
"start": "vinxi start --host 0.0.0.0 --port 3000",
"check": "tsc && biome check --write",
"test": "vitest run"
},
"dependencies": {
"@klass/core": "4.0.0-next.28",
"@klass/solid": "4.0.0-next.28",
"@kobalte/core": "0.13.10",
"@kobalte/utils": "0.9.1",
"@observablehq/plot": "0.6.17",
"@resvg/resvg-js": "2.6.2",
"@solid-primitives/resize-observer": "2.1.3",
"@solid-primitives/share": "2.2.2",
"@solidjs/meta": "0.29.4",
"@solidjs/router": "0.15.3",
"@solidjs/start": "1.1.6",
"@zag-js/clipboard": "1.18.3",
"@zag-js/qr-code": "1.18.3",
"@zag-js/solid": "1.18.3",
"animejs": "4.0.2",
"clsx": "2.1.1",
"d3": "7.9.0",
"dayjs": "1.11.13",
"git-url-parse": "16.1.0",
"idb-keyval": "6.2.2",
"lucide": "0.525.0",
"modern-screenshot": "4.6.5",
"ofetch": "1.4.1",
"pretty-bytes": "7.0.0",
"satori": "0.15.2",
"solid-js": "1.9.7",
"unstorage": "1.16.0",
"valibot": "1.1.0",
"vinxi": "0.5.8"
},
"devDependencies": {
"@biomejs/biome": "2.1.1",
"@tailwindcss/vite": "4.1.11",
"@types/bun": "1.2.18",
"@types/d3": "7.4.3",
"@types/git-url-parse": "16.0.2",
"@vitest/browser": "3.2.4",
"csstype": "3.1.3",
"husky": "9.1.7",
"jsdom": "26.1.0",
"msw": "2.10.4",
"playwright": "1.54.1",
"tailwindcss": "4.1.11",
"type-fest": "4.41.0",
"typescript": "5.8.3",
"vite": "6.3.5",
"vite-plugin-solid": "2.11.7",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.2.4"
},
"msw": {
"workerDirectory": [
"public"
]
}
}