forked from shilman/storybook-vue-example
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 KB
/
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
37
38
39
40
41
42
43
{
"name": "storybook-vue-example",
"private": true,
"version": "1.0.0",
"description": "A demo of storybook for vue",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ndelangen/storybook-vue-example.git"
},
"dependencies": {
"chart.js": "^2.3.0",
"vue": "^2.4.1"
},
"devDependencies": {
"@storybook/cli": "alpha",
"@storybook/vue": "alpha",
"@storybook/addon-actions": "alpha",
"@storybook/addon-knobs": "alpha",
"@storybook/addon-links": "alpha",
"@storybook/addon-notes": "alpha",
"vue-loader": "^12.2.1",
"webpack": "^2.5.1"
},
"keywords": [
"vue",
"vuejs",
"chart",
"chart.js",
"chartjs",
"laravel"
],
"author": "ndelangen",
"license": "MIT",
"bugs": {
"url": "https://github.com/ndelangen/storybook-vue-example/issues"
},
"homepage": "https://github.com/ndelangen/storybook-vue-example#readme"
}