summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2020-01-03 17:36:20 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-01-29 01:18:05 +0300
commitaae4312c3c535253b2d5db7a75503f0237ae423e (patch)
tree83967ba91a1ff7d2f0909ce08029f2c2c7425c68 /package.json
parent996d2d57be172fd36952ec7d679e411565cac013 (diff)
downloadwebui-vue-aae4312c3c535253b2d5db7a75503f0237ae423e.tar.xz
Add coding guidelines and component documentation
- Add deploy script to create and deploy dist file to gh-pages branch - Update README to include instructions on documentation development and deployment - Update vue and vue-template-compiler to be compatible with vuepress - Set vue-date-fns to use specific version - Add shell pages to be completed later Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I2fdae06d53c298d45f7a638e8875717a47050dbf
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/package.json b/package.json
index 565f09a1..2200800f 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,9 @@
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
- "lint": "vue-cli-service lint"
+ "lint": "vue-cli-service lint",
+ "docs:serve": "vuepress dev docs",
+ "docs:build": "vuepress build docs"
},
"dependencies": {
"@carbon/icons-vue": "10.6.1",
@@ -16,8 +18,8 @@
"bootstrap-vue": "2.1.0",
"core-js": "3.3.2",
"js-cookie": "^2.2.1",
- "vue": "2.6.10",
- "vue-date-fns": "^1.1.0",
+ "vue": "2.6.11",
+ "vue-date-fns": "1.1.0",
"vue-router": "3.1.3",
"vuex": "3.0.1"
},
@@ -39,7 +41,8 @@
"node-sass": "4.13.1",
"prettier": "1.18.2",
"sass-loader": "8.0.0",
- "vue-template-compiler": "2.6.10"
+ "vue-template-compiler": "2.6.11",
+ "vuepress": "^1.2.0"
},
"gitHooks": {
"pre-commit": "lint-staged"