-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.85 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
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/markdown-remark": "^2.1.2",
"@astrojs/solid-js": "^2.1.0",
"@astrojs/vercel": "^3.2.5",
"@modular-forms/solid": "^0.13.1",
"@nanostores/solid": "^0.3.2",
"@playwright/test": "^1.32.1",
"astro": "^2.3.1",
"cookie": "^0.5.0",
"d3": "^7.8.4",
"html-escaper": "3.0.3",
"nanostores": "^0.7.4",
"neo4j-driver": "^5.8.0",
"remark-mermaid": "^0.2.0",
"remark-mermaidjs": "^4.1.1",
"solid-js": "^1.4.3",
"solid-toast": "^0.5.0",
"ts-dedent": "^2.2.0",
"unist-util-visit": "^4.1.2",
"zod": "^3.21.4"
},
"devDependencies": {
"@astrojs/mdx": "0.18.2",
"@astrojs/rss": "2.3.1",
"@astrojs/sitemap": "1.2.1",
"@iconify-json/ic": "^1.1.13",
"@iconify-json/logos": "^1.1.23",
"@iconify-json/mdi": "^1.1.50",
"@iconify-json/ph": "^1.1.5",
"@radix-ui/colors": "^0.1.8",
"@supabase/supabase-js": "^2.21.0",
"@types/mdx": "^2.0.3",
"@types/mermaid": "^9.2.0",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"@types/sanitize-html": "^2.9.0",
"@unocss/preset-icons": "^0.50.6",
"@unocss/preset-uno": "^0.50.6",
"@unocss/reset": "^0.50.6",
"@unocss/transformer-compile-class": "^0.50.6",
"@unocss/transformer-variant-group": "^0.50.6",
"@vite-pwa/astro": "^0.0.5",
"markdown-it": "13.0.1",
"mermaid": "^10.0.2",
"prettier": "^2.8.6",
"prettier-plugin-astro": "^0.8.0",
"sanitize-html": "2.10.0",
"sass": "^1.60.0",
"unocss": "^0.50.6",
"unocss-preset-radix": "^2.0.1",
"unocss-preset-theme": "0.3.1",
"vite-plugin-pwa": "0.14.6",
"workbox-window": "6.5.4"
}
}