forked from storybookjs/vue-cli-plugin-storybook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 966 Bytes
/
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
35
36
{
"name": "vue-cli-plugin-storybook",
"version": "0.6.1",
"description": "Vue CLI plugin for Storybook",
"main": "index.js",
"scripts": {
"test": "bash test/test.sh",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/vue-cli-plugin-storybook.git"
},
"keywords": [
"vue",
"vue-cli",
"storybook"
],
"author": "Pavan Kumar Sunkara <[email protected]> (pksunkara.github.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/storybooks/vue-cli-plugin-storybook/issues"
},
"homepage": "https://github.com/storybooks/vue-cli-plugin-storybook#readme",
"dependencies": {
"@storybook/addons": "^4.1.0 || ^5.0.0",
"@storybook/vue": "^4.1.0 || ^5.0.0",
"commander": "^2.19.0"
},
"devDependencies": {
"@vue/cli": "^3.2.0",
"eslint": "^5.10.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0"
}
}