-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 735 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 735 Bytes
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
{
"name": "devkit",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"highlight.js": "^11.9.0",
"js-yaml": "^4.1.0",
"lucide-react": "^1.16.0",
"marked": "^12.0.0",
"mermaid": "^11.15.0",
"pdfmake": "^0.2.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"smol-toml": "^1.3.1",
"sql-formatter": "^15.8.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/pdfmake": "^0.2.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.3",
"vite": "^5.4.0"
}
}