-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
35 lines (35 loc) · 941 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
{
"name": "rescript-storybook",
"version": "2.0.1",
"description": "ReScript bindings for Storybook.js",
"scripts": {
"build": "rescript build",
"dev": "rescript build -w",
"clean": "rescript clean"
},
"homepage": "https://github.com/draftbit/rescript-storybook",
"repository": "https://github.com/draftbit/rescript-storybook",
"bugs": "https://github.com/draftbit/rescript-storybook/issues",
"keywords": [
"BuckleScript",
"Storybook.js",
"ReasonML",
"react",
"ui"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@rescript/react": "^0.10.3",
"rescript": "^9.1.4"
},
"peerDependencies": {
"@rescript/react": "^0.10.3",
"@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"
}
}