forked from draftbit/rescript-storybook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 920 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 920 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
34
35
{
"name": "bs-storybook",
"version": "1.0.0",
"description": "BuckleScript bindings for Storybook.js",
"scripts": {
"build": "bsb -make-world",
"dev": "bsb -make-world -w",
"clean": "bsb -clean-world"
},
"homepage": "https://github.com/draftbit/bs-storybook",
"repository": "https://github.com/draftbit/bs-storybook",
"bugs": "https://github.com/draftbit/bs-storybook/issues",
"keywords": [
"BuckleScript",
"Storybook.js",
"ReasonML",
"react",
"ui"
],
"author": "",
"license": "MIT",
"devDependencies": {
"bs-platform": "^7.0.1",
"reason-react": "^0.7.1"
},
"peerDependencies": {
"reason-react": "^0.7.1",
"@storybook/addon-actions": "^5.2.3",
"@storybook/addon-knobs": "^5.3.14",
"@storybook/addon-links": "^5.2.3",
"@storybook/addon-options": "^5.3.14",
"@storybook/addons": "^5.2.3",
"@storybook/react": "^5.2.3"
}
}