-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.37 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
{
"name": "ayusummer-dailyNotes",
"description": "233 daily notes",
"author": "233",
"repository": {
"type": "git",
"url": "[email protected]:Ayusummer/DailyNotes.git"
},
"license": "MIT",
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": ">=20"
},
"scripts": {
"docs:clean-dev": "vuepress dev docs --clean-cache",
"docs:dev": "vuepress dev docs --port 9211 --host 127.0.0.1",
"docs:build": "vuepress build docs"
},
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/plugin-append-date": "2.0.0-rc.63",
"@vuepress/plugin-cache": "2.0.0-rc.61",
"@vuepress/plugin-docsearch": "2.0.0-rc.64",
"@vuepress/plugin-feed": "2.0.0-rc.63",
"@vuepress/plugin-pwa": "2.0.0-rc.63",
"@vuepress/plugin-revealjs": "2.0.0-rc.63",
"@vuepress/plugin-seo": "2.0.0-rc.61",
"@vuepress/plugin-sitemap": "2.0.0-rc.61",
"@vuepress/plugin-slimsearch": "2.0.0-rc.63",
"@waline/client": "3.4.1",
"flowchart.ts": "3.0.1",
"katex": "^0.16.10",
"mathjax-full": "3.2.2",
"reveal.js": "5.1.0",
"sass-embedded": "1.82.0",
"sass-loader": "16.0.4",
"vue": "3.5.13",
"vuepress": "2.0.0-rc.18",
"vuepress-theme-hope": "2.0.0-rc.61"
},
"devDependencies": {
"cross-env": "7.0.3",
"markdownlint-cli2": "0.16.0",
"mermaid": "11.4.1",
"prettier": "3.4.2"
}
}