-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1007 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 1007 Bytes
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
{
"name": "rtloc-docs",
"version": "1.9.0",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"buildtest": "browser-sync start --server \"docs/.vuepress/dist\" --online \"false\" --serveStatic \"./\" --files \"docs/.vuepress/dist\""
},
"dependencies": {
"@vuepress/plugin-back-to-top": "^1.2.0",
"@vuepress/plugin-medium-zoom": "^1.2.0",
"@vuepress/plugin-pwa": "^1.2.0",
"@vuepress/plugin-search": "^1.2.0",
"sitemap": "^2.0.1",
"vue-cli-plugin-vuetify": "^2.4.6",
"vuepress": "^1.2.0",
"vuepress-plugin-sitemap": "^2.3.1",
"vuetify": "^2.4.10"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"deepmerge": "^4.2.2",
"lottie-web": "^5.5.10",
"sass": "~1.32",
"sass-loader": "^7.3.1",
"vue-cli-plugin-vuepress": "~0.1.1",
"vuetify-loader": "^1.7.3",
"webpack-bundle-analyzer": "^4.5.0"
}
}