-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 897 Bytes
/
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
{
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.7.0",
"@vuepress-reco/vuepress-plugin-extract-code": "^1.0.4",
"@vuepress-reco/vuepress-plugin-rss": "1.0.0",
"@vuepress/plugin-google-analytics": "1.2.0",
"@vuepress/plugin-pwa": "1.2.0",
"@vuepress/plugin-register-components": "1.2.0",
"chalk": "^4.1.0",
"esm": "^3.2.25",
"vue": "^2.6.12",
"vue-class-component": "^7.2.3",
"vuepress": "^1.7.1",
"vuepress-bar": "^0.4.5",
"vuepress-plugin-dynamic-title": "^1.0.0",
"vuepress-plugin-mermaidjs": "^1.8.1",
"vuepress-plugin-permalink-pinyin": "^1.0.0",
"vuepress-plugin-rpurl": "^1.0.2",
"vuepress-plugin-sitemap": "2.3.0",
"vuepress-theme-reco": "^1.5.7"
},
"dependencies": {
"redux-logger": "^3.0.6"
}
}