-
Notifications
You must be signed in to change notification settings - Fork 146
/
package.json
80 lines (80 loc) · 2.77 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "docs.surrealdb.com",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "bun run build-astro && bun run post-build",
"build-astro": "astro check && astro build",
"post-build": "bun run scripts/post-build.ts",
"preview": "astro preview",
"astro": "astro",
"serve": "bun scripts/serve.ts",
"ts": "tsc --watch",
"quality:check": "biome check .",
"quality:apply": "biome check . --write",
"quality:apply:unsafe": "biome check . --write --unsafe"
},
"dependencies": {
"@ark-ui/solid": "^3.13.0",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/solid-js": "^4.4.3",
"@astrojs/tailwind": "^5.1.2",
"@codemirror/lang-sql": "^6.8.0",
"@codemirror/legacy-modes": "^6.4.2",
"@fig/lezer-bash": "^1.2.5",
"@iconify-icon/solid": "^2.1.1",
"@iconify-icons/fa6-regular": "^1.2.11",
"@iconify-icons/fa6-solid": "^1.2.13",
"@iconify-json/fa6-brands": "^1.2.2",
"@iconify-json/fa6-regular": "^1.2.2",
"@iconify-json/fa6-solid": "^1.2.2",
"@lezer/common": "^1.2.3",
"@lezer/go": "^1.0.0",
"@lezer/highlight": "^1.2.1",
"@lezer/javascript": "^1.4.19",
"@lezer/json": "^1.0.2",
"@lezer/php": "^1.0.2",
"@lezer/python": "^1.1.14",
"@lezer/rust": "^1.0.2",
"@lezer/yaml": "^1.0.3",
"@solid-primitives/scroll": "^2.0.23",
"@surrealdb/lezer": "^1.0.0-beta.16",
"@types/markdown-it": "^14.1.2",
"astro": "^4.16.13",
"astro-icon": "^1.1.2",
"clsx": "^2.1.1",
"gray-matter": "^4.0.3",
"hast-util-select": "^6.0.3",
"hast-util-to-html": "^9.0.3",
"hast-util-to-text": "^4.0.2",
"lezer-toml": "^1.0.0",
"markdown-it": "^14.1.0",
"remark": "^15.0.1",
"solid-devtools": "^0.30.1",
"solid-js": "^1.9.3",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"astro-compress": "^2.3.5",
"esbuild": "^0.23.1",
"hast-util-from-html": "^2.0.3",
"hast-util-to-string": "^3.0.1",
"hastscript": "^9.0.0",
"node-html-parser": "^6.1.13",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-custom-heading-id": "^2.0.0",
"sass-embedded": "^1.81.0",
"tiny-glob": "^0.2.9"
},
"workspaces": ["plugins/*"],
"trustedDependencies": ["@biomejs/biome", "esbuild", "sharp"]
}