forked from reduxframework/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·34 lines (34 loc) · 1.19 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
{
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs && cp 404.md docs/.vuepress/dist/ && cp CNAME docs/.vuepress/dist/"
},
"devDependencies": {
"@dovyp/vuepress-plugin-clipboard-copy": "^1.0.0-alpha.7",
"@vuepress/plugin-active-header-links": "next",
"@vuepress/plugin-back-to-top": "^1.0.2",
"@vuepress/plugin-google-analytics": "next",
"@vuepress/plugin-notification": "next",
"@vuepress/plugin-pagination": "next",
"@vuepress/plugin-pwa": "^1.0.2",
"@vuepress/plugin-register-components": "^1.0.2",
"vfg-field-array": "^0.0.1",
"vue": "^2.6.10",
"vue-form-generator": "^2.3.4",
"vue-multiselect": "^2.1.6",
"vuepress": "^1.0.2",
"vuepress-plugin-clean-urls": "^1.0.3",
"vuepress-plugin-container": "^2.0.2",
"vuepress-plugin-copyright": "^1.0.2",
"vuepress-plugin-git-log": "^1.0.1",
"vuepress-plugin-nprogress": "^1.1.1",
"vuepress-plugin-reading-progress": "^1.0.7",
"vuepress-plugin-zooming": "^1.1.1"
},
"dependencies": {
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.0-rc.28",
"vfg-field-object": "^0.0.0-development",
"vuepress-plugin-sitemap": "^2.1.2"
}
}