-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 980 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 980 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
33
34
35
36
37
{
"name": "viderexo",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"deploy": "node scripts/deploy.js",
"draft": "bun scripts/move-draft.js",
"ap": "bun scripts/add-post.js"
},
"devDependencies": {
"@types/jquery": "^3.5.32",
"@types/js-yaml": "^4.0.9",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/node": "^24.2.1",
"glob": "^11.0.3",
"markdown-it-anchor": "^9.2.0",
"typescript": "~5.9.2",
"vite": "^8.0.10",
"vite-plugin-static-copy": "^4.1.0"
},
"dependencies": {
"@mdui/icons": "^1.0.3",
"@modyfi/vite-plugin-yaml": "^1.1.1",
"@vscode/markdown-it-katex": "^1.1.2",
"highlight.js": "^11.11.1",
"jquery": "^3.7.1",
"katex": "^0.16.45",
"markdown-it": "^14.1.1",
"markdown-it-link-attributes": "^4.0.1",
"mdui": "^2.1.4",
"pace-js": "^1.2.4",
"viewerjs": "^1.11.7"
}
}