-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.15 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
{
"name": "app",
"type": "module",
"dependencies": {
"@astrojs/solid-js": "^5.0.4",
"@floating-ui/dom": "^1.6.13",
"@fontsource/noto-sans-jp": "^5.1.1",
"@solid-primitives/audio": "^1.4.0",
"@solid-primitives/context": "^0.3.0",
"@solid-primitives/event-listener": "^2.4.0",
"@solid-primitives/scheduled": "^1.5.0",
"@solid-primitives/timer": "^1.4.0",
"@solid-primitives/utils": "^6.3.0",
"@tailwindcss/vite": "^4.0.8",
"@types/bun": "^1.2.2",
"@types/mime-types": "^2.1.4",
"@types/range-parser": "^1.2.7",
"astro": "^5.3.0",
"comlink": "^4.4.2",
"long-press-event": "^2.5.0",
"mime-types": "^2.1.35",
"minisearch": "^7.1.2",
"range-parser": "^1.2.1",
"solid-js": "^1.9.5",
"tailwindcss": "^4.0.8",
"typescript": "^5.7.3",
"workbox-cacheable-response": "^7.3.0",
"workbox-core": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@vitest/browser": "^3.0.7",
"oxlint": "^0.15.12",
"playwright": "^1.50.1",
"vitest": "^3.0.7"
}
}