-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.95 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.95 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
{
"name": "astro",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "node ./pagefind.js && astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"postbuild": "node ./pagefind.js",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/mdx": "^2.1.0",
"@astrojs/solid-js": "^4.0.1",
"@auth/core": "^0.18.6",
"@pagefind/default-ui": "^1.1.0",
"astro": "^4.2.6",
"auth-astro": "^4.1.1",
"cookie": "^0.6.0",
"drizzle-orm": "^0.30.6",
"front-matter": "^4.0.2",
"pagefind": "^1.1.0",
"pg": "^8.11.4",
"postgres": "^3.4.4",
"sharp": "^0.33.3",
"solid-js": "^1.8.12",
"typescript": "^5.3.3"
},
"devDependencies": {
"@astrojs/vercel": "^7.0.2",
"@auth/drizzle-adapter": "^0.8.1",
"@mdx-js/mdx": "^3.0.0",
"@neoconfetti/solid": "^0.1.0",
"@primer/octicons": "^19.8.0",
"@relagit/vite": "^1.0.0",
"@supabase/supabase-js": "^2.39.2",
"@types/node": "^18.19.6",
"@types/primer__octicons": "^19.6.3",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.8",
"drizzle-kit": "^0.20.14",
"hast-util-from-html": "^2.0.1",
"hast-util-to-html": "^8.0.4",
"prettier": "^3.2.4",
"prettier-plugin-astro": "^0.13.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-github-alerts": "^2.0.0",
"rehype-img-figure": "^0.1.0",
"rehype-raw": "^6.1.1",
"rehype-shikiji": "^0.10.1",
"rehype-slug": "^5.1.0",
"relagit": "^0.12.7",
"remark-gfm": "^3.0.1",
"sass": "^1.70.0",
"shikiji": "^0.10.1",
"shikiji-transformers": "^0.10.1",
"shikiji-twoslash": "^0.10.1",
"solid-transition-group": "^0.2.3"
}
}