-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.15 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
{
"name": "summer-reverie",
"type": "module",
"version": "1.0.0",
"description": "以文字为舟,停泊在夏日岛屿。这里收藏生活碎片、灵感絮语与成长故事,愿每一次翻阅,都能感受清风拂面的治愈。",
"packageManager": "pnpm@9.5.0",
"author": "dead_summer <2941325451@qq.com>",
"license": "MIT",
"engines": {
"node": "^20.6.0 || >=22.0.0"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:dev-clean": "vuepress dev docs --clean-cache --clean-temp",
"docs:build": "vuepress build docs --clean-cache --clean-temp",
"docs:preview": "http-server docs/.vuepress/dist",
"vp-update": "pnpm dlx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.24",
"http-server": "^14.1.1",
"markdown-it-any-block": "^3.3.2",
"sass-embedded": "^1.89.2",
"typescript": "^5.8.3",
"vue": "^3.5.18",
"vuepress": "2.0.0-rc.24",
"vuepress-theme-plume": "1.0.0-rc.159"
},
"dependencies": {
"chart.js": "^4.5.0",
"echarts": "^5.6.0",
"flowchart": "^1.2.0",
"flowchart.ts": "^3.0.1",
"mermaid": "^11.9.0",
"pyodide": "^0.28.0"
}
}