-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.24 KB
/
package.json
File metadata and controls
42 lines (42 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
{
"name": "availability2.0",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@giscus/vue": "^3.1.1",
"@mdit/plugin-align": "^0.23.0",
"@mdit/plugin-attrs": "^0.24.1",
"@mdit/plugin-container": "^0.22.2",
"@mdit/plugin-footnote": "^0.22.3",
"@mdit/plugin-ins": "^0.22.1",
"@vitejs/plugin-vue": "^6.0.3",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"@yankeeinlondon/meta-builder": "^1.4.0",
"bootstrap": "^5.3.8",
"canvas": "^3.2.1",
"html-minifier": "^4.0.0",
"localforage": "^1.10.0",
"markdown-it": "^14.1.0",
"markdown-it-quote": "^1.0.4",
"parallax-js": "^3.1.0",
"pdfjs-dist": "^5.4.530",
"vue": "^3.5.27",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@vitejs/plugin-vue": "^6.0.3",
"sass-embedded": "^1.97.3",
"terser": "^5.46.0",
"unplugin-vue-router": "^0.19.2",
"vite": "^7.3.1",
"vite-plugin-md": "^0.21.5"
}
}