-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.24 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
44
45
46
47
48
49
{
"name": "blog",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"test:run": "vitest run",
"test:ui": "vitest --ui"
},
"dependencies": {
"@heroicons/vue": "^2.2.0",
"animejs": "^4.3.5",
"axios": "^1.7.9",
"colorthief": "^2.6.0",
"front-matter": "^4.0.2",
"gsap": "^3.12.7",
"highlight.js": "^11.11.1",
"highlightjs-line-numbers.js": "^2.9.0",
"katex": "^0.16.27",
"markdown-it": "^14.1.0",
"markdown-it-code-copy": "^0.2.1",
"markdown-it-mermaid": "^0.2.5",
"markdown-it-multimd-table": "^4.2.3",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-texmath": "^1.0.0",
"marked": "^15.0.4",
"mermaid": "^11.12.2",
"monaco-editor": "^0.55.1",
"prismjs": "^1.30.0",
"vue": "^3.5.13",
"vue-router": "^4.0.13",
"yaml": "^2.6.1"
},
"devDependencies": {
"@iconify/vue": "^4.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/test-utils": "^2.4.6",
"fast-check": "^4.5.3",
"jsdom": "^27.4.0",
"vite": "^6.0.5",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-vue-devtools": "^7.6.8",
"vitest": "^4.0.18"
}
}