-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 854 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 854 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
{
"name": "afundog-github-io",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
"@vscode/markdown-it-katex": "^1.1.0",
"@vueuse/core": "^14.3.0",
"clsx": "^2.1.1",
"highlight.js": "^11.10.0",
"l2d-widget": "^0.1.0",
"lucide-vue-next": "^0.562.0",
"markdown-it": "^15.0.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-toc-done-right": "^4.2.0",
"tailwind-merge": "^3.4.0",
"vue": "^3.4.37",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@vitejs/plugin-vue": "^5.1.2",
"tailwindcss": "^4.1.18",
"typescript": "^5.5.3",
"vite": "^5.4.1",
"vue-tsc": "^2.0.29"
}
}