-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.94 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
{
"name": "brief-health-single",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@akebifiky/remark-simple-plantuml": "^1.0.2",
"@astrojs/image": "^0.14.1",
"@astrojs/mdx": "^0.16.2",
"@astrojs/node": "^5.2.0",
"@astrojs/preact": "^2.2.1",
"@astrojs/react": "^2.2.1",
"@astrojs/renderer-react": "^0.5.0",
"@astrojs/sitemap": "^1.3.3",
"@astrojs/tailwind": "^3.1.3",
"@astropub/web-components": "^0.1.0",
"@fontsource/inter": "^4.5.15",
"@gitbeaker/node": "^35.8.1",
"@mozilla/readability": "^0.4.4",
"@tailwindcss/forms": "^0.5.3",
"@types/react": "^17.0.62",
"@types/react-dom": "^17.0.20",
"ag-grid-community": "^30.0.2",
"astro": "^2.6.4",
"astro-color-scheme": "^1.1.2",
"astro-feather-icons": "^1.0.2",
"astro-icon": "^0.8.1",
"astro-seo": "^0.6.1",
"better-sqlite3": "^8.4.0",
"dompurify": "^3.0.5",
"drizzle-orm": "0.22.0",
"flowbite": "^1.6.6",
"fuse.js": "^6.6.2",
"gitlog": "^4.0.8",
"hastscript": "^7.2.0",
"image-loader": "^0.0.1",
"jsdom": "^21.1.2",
"marked": "^4.3.0",
"md5": "^2.3.0",
"mdast-util-mdx-jsx": "^2.1.4",
"mdast-util-to-string": "^3.2.0",
"mermaid": "^9.4.3",
"pnpm": "^7.33.1",
"postgres": "^3.3.5",
"preact": "^10.15.1",
"react": "17.0.2",
"react-dom": "^17.0.2",
"reading-time": "^1.5.0",
"rehype-plugin-image-native-lazy-loading": "^1.2.0",
"remark": "^14.0.3",
"remark-directive": "^2.0.1",
"rollup": "^3.25.1",
"sharp": "^0.31.3",
"shiki": "^0.14.2",
"tailwindcss": "^3.3.2",
"typescript-cookie": "^1.0.6",
"unist-util-visit": "^4.1.2",
"uuid": "^9.0.0",
"vfile": "^5.3.7",
"vitest": "^0.33.0",
"yaml": "^2.3.1",
"znv": "^0.3.2",
"zod": "^3.21.4"
}
}