-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.41 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
44
45
{
"name": "aj_storybook",
"version": "0.1.0",
"description": "The Storybook of AllJoint",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"prettier":
"npm run clean && prettier src/**/*.js src/**/*.vue .storybook/**/*.js package.json README.md .babelrc --write --single-quote --no-semi",
"build-storybook": "build-storybook",
"clean": "rimraf storybook-static"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AllJointTW/AJStorybook.git"
},
"keywords": ["alljoint", "storybook"],
"author": "TZU-YEN, CHANG ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/AllJointTW/AJStorybook/issues"
},
"homepage": "https://github.com/AllJointTW/AJStorybook#readme",
"devDependencies": {
"@storybook/addon-actions": "^3.3.15",
"@storybook/addon-links": "^3.3.15",
"@storybook/addons": "^3.3.15",
"@storybook/vue": "^3.3.15",
"babel-core": "^6.26.0",
"babel-preset-vue": "^2.0.1",
"eslint-plugin-html": "^4.0.2",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"prettier": "^1.11.1",
"rimraf": "^2.6.2",
"vue-loader": "^14.2.1",
"vue-template-compiler": "^2.5.15"
},
"dependencies": {
"bootstrap-vue": "^2.0.0-rc.2",
"medium-editor": "^5.23.3",
"vue": "^2.5.15",
"vuedraggable": "^2.16.0"
}
}