-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 825 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 825 Bytes
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
{
"name": "@huv/vdo-menu",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npm run build",
"start": "npm run storybook",
"build": "build-storybook -o docs",
"storybook": "start-storybook -p 6006"
},
"repository": {
"type": "git",
"url": "git+https://github.com/helpusersvote/vdo-menu.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/helpusersvote/vdo-menu/issues"
},
"homepage": "https://github.com/helpusersvote/vdo-menu#readme",
"dependencies": {
"@storybook/addon-options": "^3.4.11",
"react": "^16.5.2",
"react-dom": "^16.5.2"
},
"devDependencies": {
"@storybook/react": "^3.4.11",
"@storybook/addons": "^3.4.11",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0"
}
}