-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
63 lines (63 loc) · 1.87 KB
/
package.json
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "hugo-editor",
"version": "1.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.726.1",
"@codemirror/autocomplete": "^6.18.4",
"@codemirror/commands": "^6.8.0",
"@codemirror/lang-markdown": "^6.3.2",
"@codemirror/language": "^6.10.8",
"@codemirror/language-data": "^6.5.1",
"@codemirror/lint": "^6.8.4",
"@codemirror/search": "^6.5.8",
"@codemirror/state": "^6.5.1",
"@codemirror/view": "^6.36.2",
"@fortawesome/fontawesome-free": "^6.7.2",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@imengyu/vue3-context-menu": "^1.4.4",
"@lezer/highlight": "^1.2.1",
"@octokit/rest": "^21.0.2",
"axios": "^1.7.9",
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"dexie": "^4.0.11",
"element-plus": "^2.9.2",
"js-yaml": "^4.1.0",
"mitt": "^3.0.1",
"pinia": "^2.3.0",
"s3-image-hosting": "^1.0.7",
"sl-vue-tree-next": "^0.0.13",
"splitpanes": "^3.1.5",
"vditor": "^3.10.8",
"vue": "^3.5.13",
"vue-router": "^4.0.13"
},
"devDependencies": {
"@octokit/auth-app": "^7.1.4",
"@octokit/core": "^6.1.3",
"@octokit/plugin-rest-endpoint-methods": "^13.3.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.10.5",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue/tsconfig": "^0.7.0",
"express": "^4.21.2",
"http-proxy-middleware": "^3.0.3",
"typescript": "^5.7.3",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^6.0.5",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-vue-devtools": "^7.6.8"
}
}