-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.11 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.11 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
{
"name": "openapi-designer-website",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/commands": "^6.8.1",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.3.2",
"@codemirror/lang-yaml": "^6.1.2",
"@codemirror/state": "^6.5.2",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.36.3",
"@radix-ui/react-scroll-area": "1.2.3",
"clsx": "2.1.1",
"js-yaml": "^4.1.1",
"katex": "^0.16.22",
"lucide-react": "0.487.0",
"marked": "^15.0.7",
"marked-gfm-heading-id": "^4.1.0",
"mermaid": "^11.4.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"shiki": "^3.2.2",
"sonner": "2.0.3",
"tailwind-merge": "3.2.0",
"tw-animate-css": "1.3.8"
},
"devDependencies": {
"@tailwindcss/vite": "4.1.12",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "4.7.0",
"tailwindcss": "4.1.12",
"typescript": "~5.7.0",
"vite": "6.3.5"
}
}