-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 765 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 765 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
{
"name": "beaver-website",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"watch": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/vue": "^1.7.22",
"autoprefixer": "^10.4.20",
"axios": "^1.12.0",
"hast-util-to-html": "^9.0.5",
"katex": "0.16.21",
"lowlight": "^3.3.0",
"markdown-it": "^14.1.0",
"marked": "^15.0.5",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"tippy.js": "^6.3.7",
"vite-plugin-md": "^0.21.5",
"vue": "^3.4.21",
"vue-mermaid-render": "^0.2.0",
"vue-remix-icons": "^3.15.0",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.4.20"
}
}