-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 1.16 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
{
"name": "lunisolar-docs",
"version": "1.3.0",
"description": "A project of vuepress-theme-hope",
"license": "MIT",
"private": true,
"scripts": {
"docs:build": "vuepress build src",
"docs:clean-dev": "vuepress dev src --clean-cache",
"docs:dev": "vuepress dev src",
"lint": "eslint --fix ./src/.vuepress/**/*.{ts,js,json,vue}"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@vuepress/bundler-vite": "2.0.0-beta.60",
"@vuepress/client": "2.0.0-beta.60",
"@vuepress/plugin-back-to-top": "2.0.0-beta.60",
"@vuepress/plugin-register-components": "2.0.0-beta.60",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"prettier": "^2.8.4",
"typescript": "^4.9.5",
"vue": "^3.2.47",
"vuepress": "2.0.0-beta.60",
"vuepress-plugin-full-text-search2": "^0.4.0",
"vuepress-plugin-redirect": "2.0.0-beta.168",
"vuepress-plugin-search-pro": "2.0.0-beta.166",
"vuepress-theme-hope": "2.0.0-beta.165"
},
"dependencies": {
"lunisolar": "^2.1.11"
}
}