-
Notifications
You must be signed in to change notification settings - Fork 87
/
package.json
53 lines (53 loc) · 1.53 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
{
"name": "znote",
"version": "1.1.0",
"description": "VuePress 静态布局 Blog,清新+ 简洁+。",
"homepage": "https://zpj80231.github.io/znote",
"license": "MIT",
"keywords": [
"vuepress",
"vue",
"blog",
"znote",
"theme"
],
"author": {
"name": "zpj80231"
},
"bugs": {
"url": "https://github.com/zpj80231/znote/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zpj80231/znote.git"
},
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"dev:node:options": "set NODE_OPTIONS=--openssl-legacy-provider && vuepress dev docs",
"dev:node:options:mac": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress dev docs",
"build:node:options:mac": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress build docs",
"deploy": "bash ./utils/deploy.sh"
},
"dependencies": {
"@vuepress/plugin-google-analytics": "1.9.10",
"@vuepress/plugin-medium-zoom": "^1.9.8",
"@vuepress/plugin-pwa": "^1.9.8",
"@vuepress/plugin-register-components": "1.9.10",
"vuepress-plugin-boxx": "^1.0.0",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-container": "^2.1.5",
"vuepress-plugin-copyright": "^1.0.2",
"vuepress-plugin-fulltext-search": "^2.2.1",
"vuepress-plugin-sitemap": "2.3.1",
"vuepress-plugin-smooth-scroll": "^0.0.10",
"vuepress-theme-reco": "1.6.17",
"vuepress": "^1.9.10",
"js-yaml": "^3.14.1",
"axios": "^0.26.1",
"markdown-it-disable-url-encode": "^1.0.1",
"jquery": "^3.7.1",
"moment": "^2.30.1",
"whatwg-fetch": "3.6.20"
}
}