This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.35 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@lando/vuepress-theme-default-plus",
"description": "A VuePress 2 Theme that extends the default theme with some more power.",
"version": "1.0.0-beta.49",
"author": "Mike Pirog @pirog",
"license": "GPL-3.0",
"repository": "github:lando/vuepress-theme-default-plus",
"bugs": "https://github.com/lando/vuepress-theme-default-plus/issues/new/choose/",
"homepage": "https://github.com/lando/vuepress-theme-default-plus",
"keywords": [
"lando",
"vuepress",
"vuepress2",
"vuepress2-theme",
"vuepress2-plugin"
],
"engines": {
"node": ">=14.0.0"
},
"main": "index.js",
"type": "module",
"scripts": {
"build": "vuepress build docs",
"dev": "vuepress dev docs --clean-cache --clean-temp",
"lint": "eslint . docs/.vuepress --ext .js,.vue",
"test": "yarn lint"
},
"dependencies": {
"@octokit/core": "^3.5.1",
"@octokit/plugin-paginate-rest": "^2.17.0",
"@vuepress/client": "2.0.0-beta.53",
"@vuepress/core": "2.0.0-beta.53",
"@vuepress/plugin-active-header-links": "2.0.0-beta.53",
"@vuepress/plugin-back-to-top": "2.0.0-beta.53",
"@vuepress/plugin-container": "2.0.0-beta.53",
"@vuepress/plugin-docsearch": "2.0.0-beta.53",
"@vuepress/plugin-git": "2.0.0-beta.53",
"@vuepress/plugin-google-analytics": "2.0.0-beta.53",
"@vuepress/plugin-medium-zoom": "2.0.0-beta.53",
"@vuepress/plugin-nprogress": "2.0.0-beta.53",
"@vuepress/plugin-palette": "2.0.0-beta.53",
"@vuepress/plugin-prismjs": "2.0.0-beta.53",
"@vuepress/plugin-register-components": "2.0.0-beta.53",
"@vuepress/plugin-search": "2.0.0-beta.53",
"@vuepress/plugin-theme-data": "2.0.0-beta.53",
"@vuepress/shared": "2.0.0-beta.53",
"@vuepress/theme-default": "2.0.0-beta.53",
"@vuepress/utils": "2.0.0-beta.53",
"@vueuse/core": "^9.6.0",
"generate-robotstxt": "^8.0.3",
"gravatar-url": "^4.0.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"sass": "^1.47.0",
"sass-loader": "^12.4.0",
"semver": "^7.3.8",
"sitemap": "^7.1.1",
"timeago.js": "^4.0.2",
"vue": "^3.2.20",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.0",
"babel-eslint": "^10.1.0",
"debug": "^4.3.2",
"eslint": "^7.32.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-vue": "^8.0.3",
"vuepress": "2.0.0-beta.53"
}
}