Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chmelevskij <t.chmelevskij@gmail.com>2022-04-23 19:47:35 +0300
committerTomas Chmelevskij <t.chmelevskij@gmail.com>2022-04-23 19:51:06 +0300
commit17ad89fe7ea64f237c322ff166821ee99173dd65 (patch)
tree072acb1747c8e457b6c41bc922d4ae6be9a97f18 /package.json
parentb98e042f4d13a075776d4642ceaee34b40e7cfa1 (diff)
Add storybook setup for vue
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6fff899d..e5ff7ea5 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,8 @@
"pretest": "yarn run lint",
"test": "karma start test/karma.conf.js",
"lint": "eslint --ext .js,.vue src gulpfile.js gulp-appdmg.js",
- "lint:fix": "eslint --fix src gulpfile.js gulp-appdmg.js"
+ "lint:fix": "eslint --fix src gulpfile.js gulp-appdmg.js",
+ "storybook": "start-storybook -p 6006"
},
"window": {
"icon": "images/bf_icon_128.png",
@@ -77,11 +78,17 @@
"vue": "2.6.12"
},
"devDependencies": {
+ "@babel/core": "^7.17.9",
"@quanle94/innosetup": "^6.0.2",
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
+ "@storybook/addon-actions": "^6.4.22",
+ "@storybook/addon-essentials": "^6.4.22",
+ "@storybook/addon-links": "^6.4.22",
+ "@storybook/vue": "^6.4.22",
+ "babel-loader": "^8.2.4",
"browserify": "^17.0.0",
"chai": "^4.2.0",
"command-exists": "^1.2.8",
@@ -129,6 +136,7 @@
"temp": "^0.9.1",
"through2": "^4.0.2",
"vinyl-source-stream": "^2.0.0",
+ "vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.12",
"yarn": "^1.22.17"
},