-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.11 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
{
"name": "jqiue-notes",
"version": "2.0.0",
"private": true,
"type": "module",
"author": {
"name": "JQiue",
"email": "[email protected]",
"url": "https://jinqiu.wang"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/JQiue/jqiue-notes"
},
"scripts": {
"dev": "cross-env WALINE_ENV=devlopment vuepress-vite dev docs --open",
"prod": "cross-env WALINE_ENV=production vuepress-vite dev docs --open",
"build": "cross-env WALINE_ENV=production vuepress-vite build docs",
"lint:md": "markdownlint **/*.md --ignore node_modules -f",
"lint:prettier": "prettier --check ."
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/plugin-pwa": "2.0.0-rc.66",
"@vuepress/plugin-shiki": "2.0.0-rc.66",
"@waline/client": "3.4.1",
"cross-env": "^7.0.3",
"echarts": "5.5.1",
"katex": "0.16.15",
"sass-embedded": "1.83.0",
"vue": "3.5.12",
"vuepress": "2.0.0-rc.19",
"vuepress-plugin-meilisearch2": "0.5.1",
"vuepress-plugin-pwa2": "2.0.0-rc.24",
"vuepress-theme-hope": "2.0.0-rc.64"
}
}