-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.5 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
{
"name": "vuepress-hope-blog",
"type": "module",
"version": "1.0.0",
"description": "Blog based on vuepress-theme-hope",
"license": "MIT",
"scripts": {
"build": "vuepress build src",
"dev": "vuepress dev src",
"clean-dev": "vuepress dev src --clean-cache",
"docs:build": "vuepress build src",
"docs:clean-dev": "vuepress dev src --clean-cache",
"docs:dev": "vuepress dev src",
"postinstall": "simple-git-hooks",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@algolia/client-search": "^4.23.3",
"@antfu/eslint-config": "^2.20.0",
"@eslint/eslintrc": "^3.1.0",
"@types/node": "^20.14.2",
"@vue/repl": "^4.2.1",
"@vuepress/bundler-vite": "2.0.0-rc.13",
"@vuepress/plugin-docsearch": "2.0.0-rc.34",
"@vuepress/plugin-pwa": "2.0.0-rc.34",
"echarts": "^5.5.0",
"eslint": "^8.57.0",
"eslint-plugin-markdownlint": "^0.6.0",
"eslint-plugin-perfectionist": "^2.10.0",
"flowchart.ts": "^3.0.0",
"github-slugger": "^2.0.0",
"katex": "^0.16.10",
"lint-staged": "^15.2.5",
"markmap-lib": "^0.17.0",
"markmap-toolbar": "^0.17.0",
"markmap-view": "^0.17.0",
"mermaid": "^10.9.1",
"remarkable-katex": "^1.2.1",
"reveal.js": "^5.1.0",
"simple-git-hooks": "^2.11.1",
"vue": "^3.4.27",
"vuepress": "2.0.0-rc.13",
"vuepress-theme-hope": "2.0.0-rc.48"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "pnpm lint:fix"
}
}