-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
executable file
·52 lines (52 loc) · 1.57 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",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "export SET NODE_OPTIONS=--openssl-legacy-provider && vuepress dev blog",
"build": "export SET NODE_OPTIONS=--openssl-legacy-provider && vuepress build blog"
},
"devDependencies": {
"@vue/composition-api": "^1.0.0-rc.1",
"@vuepress-reco/core": "^1.6.0",
"@vuepress-reco/vuepress-plugin-back-to-top": "^1.6.0",
"@vuepress-reco/vuepress-plugin-comments": "^1.6.0",
"@vuepress-reco/vuepress-plugin-loading-page": "^1.6.0",
"@vuepress-reco/vuepress-plugin-pagation": "^1.6.0",
"@vuepress/plugin-blog": "^1.9.4",
"@vuepress/plugin-medium-zoom": "^1.8.0",
"@vuepress/plugin-pwa": "^1.8.0",
"docsearch.js": "^2.6.3",
"md5": "^2.3.0",
"vue-click-outside": "^1.1.0",
"vuepress": "^1.9.10",
"vuepress-plugin-nuggets-style-copy": "^1.0.3",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-plugin-smooth-scroll": "^0.0.10"
},
"dependencies": {
"ansi-regex": "4.1.1",
"async": "2.6.4",
"browserslist": "^4.21.3",
"caniuse-lite": "^1.0.30001383",
"chalk": "^2.0.0",
"commander": "^2.0.0",
"elliptic": "^6.5.4",
"esm": "^3.0.0",
"eventsource": "1.1.1",
"glob-parent": "^5.1.2",
"is-svg": "^4.2.2",
"json-schema": "0.4.0",
"minimist": "1.2.6",
"node-forge": "^1.3.1",
"nth-check": "^2.0.1",
"prismjs": "1.27.0",
"set-value": "^4.0.1",
"ssri": "^8.0.1",
"striptags": "^3.2.0",
"terser": "4.8.1",
"url-parse": "1.5.8",
"vue-class-component": "*"
}
}