39
39
"push" : " npm publish --tag=next" ,
40
40
"push-production" : " npm publish --tag=latest" ,
41
41
"precommit" : " lint-staged --concurrent=false && yarn test:unit --run" ,
42
- "server:webapp" : " npx http-server dist --push-state"
42
+ "server:webapp" : " npx http-server dist --push-state" ,
43
+ "story:dev" : " histoire dev" ,
44
+ "story:build" : " histoire build" ,
45
+ "story:preview" : " histoire preview"
43
46
},
44
47
"dependencies" : {
45
48
"@types/lodash" : " ^4.14.161" ,
55
58
"@fortawesome/fontawesome-svg-core" : " ^1.2.32" ,
56
59
"@fortawesome/free-solid-svg-icons" : " ^5.15.1" ,
57
60
"@fortawesome/vue-fontawesome" : " ^3.0.0-2" ,
61
+ "@histoire/plugin-vue" : " ^0.12.4" ,
58
62
"@rollup/plugin-commonjs" : " ^19.0.0" ,
59
63
"@rollup/plugin-node-resolve" : " ^13.0.0" ,
60
64
"@types/cleave.js" : " ^1.4.7" ,
87
91
"eslint-plugin-standard" : " ^5.0.0" ,
88
92
"eslint-plugin-vue" : " ^7.0.1" ,
89
93
"friendly-errors-webpack-plugin" : " ^1.7.0" ,
94
+ "histoire" : " ^0.12.4" ,
90
95
"identity-obj-proxy" : " ^3.0.0" ,
91
96
"ionicons" : " ^3.0.0" ,
92
97
"jsdom" : " ^16.2.2" ,
162
167
"./styles/*" : " ./dist/styles/*" ,
163
168
"./dist/*" : " ./dist/*"
164
169
}
165
- }
170
+ }
0 commit comments