-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.12 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.12 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
{
"name": "oneblog",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"serve": "deno task serve"
},
"dependencies": {
"@muyajs/core": "^0.0.32",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"vue": "^3.5.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"dompurify": "^3.2.3",
"highlight.js": "^11.11.1",
"install": "^0.13.0",
"marked": "^15.0.6",
"marked-alert": "^2.1.2",
"marked-base-url": "^1.1.6",
"marked-highlight": "^2.2.1",
"npm": "^11.1.0",
"sass-embedded": "^1.83.4",
"typescript": "~5.6.2",
"vite": "^6.0.5",
"vue-router": "^4.5.0",
"vue-tsc": "^2.2.0"
},
"config": {
"base": "/data/",
"post_dir": "post/",
"page_dir": "page/",
"static_dir": "static/",
"config": "config.json",
"index": "index.bjson",
"___comment___": "当评论系统启用时,指定评论系统API地址",
"server": "http://localhost:4560",
"admin": true
}
}