-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.68 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": "webstg",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"prebuild": "lezer-generator src/stglang/stglang.grammar -o src/stglang/parser"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.8",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.2",
"@dagrejs/dagre": "^1.0.4",
"@lezer/generator": "^1.6.0",
"@lezer/highlight": "^1.2.0",
"@lezer/lr": "^1.4.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.1.5",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"astro": "^4.16.3",
"astro-auto-import": "^0.4.2",
"astro-mdx-code-blocks": "^0.0.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"katex": "^0.16.10",
"lucide-react": "^0.334.0",
"pako": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-latex-next": "^2.3.0",
"react-resizable-panels": "^2.0.9",
"reactflow": "^11.10.4",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.11",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3",
"vaul": "^0.9.1"
},
"devDependencies": {
"@types/katex": "^0.16.7",
"@types/pako": "^2.0.3"
}
}