-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.61 KB
/
package.json
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
{
"name": "nanohanote",
"type": "module",
"version": "0.1.1",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check:types": "tsc --noEmit"
},
"dependencies": {
"@astrojs/cloudflare": "^11.2.0",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@builder.io/qwik": "1.5.6",
"@google/generative-ai": "^0.21.0",
"@ns/ha": "npm:@jsr/ns__ha@^0.1.2",
"@qwikdev/astro": "^0.5.16",
"@solid-primitives/keyed": "^1.2.3",
"@tabler/icons": "^3.21.0",
"@tailwindcss/typography": "^0.5.15",
"@tiptap/core": "^2.9.1",
"@tiptap/extension-underline": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"array-move": "^4.0.0",
"astro": "4.16.13",
"classnames": "^2.5.1",
"dedent": "^1.5.3",
"dexie": "^4.0.9",
"dompurify": "^3.1.7",
"fast-glob": "^3.3.2",
"fflate": "^0.8.2",
"markdown-it": "^14.1.0",
"mikanui": "^0.1.12",
"sharp": "^0.33.5",
"solid-js": "^1.9.3",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"valibot": "^0.42.1",
"vite-imagetools": "^7.0.4"
},
"devDependencies": {
"@astrojs/solid-js": "^4.4.2",
"@biomejs/biome": "^1.9.4",
"@types/dompurify": "^3.0.5",
"@types/fs-extra": "^11.0.4",
"@types/markdown-it": "^14.1.2",
"bun-types": "^1.1.34",
"esbuild": "^0.24.0",
"fs-extra": "^11.2.0",
"hono": "^4.6.9",
"queue-tick": "^1.0.1",
"unplugin-parcel-macros": "^0.1.1",
"yallist": "^5.0.0"
},
"trustedDependencies": ["sharp"]
}