-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.33 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.33 KB
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
46
47
48
{
"name": "bs-react-flatpickr",
"files": [
"/src",
"/bsconfig.json"
],
"keywords": [
"bucklescript",
"reason",
"ocaml",
"react-flatpickr"
],
"homepage": "https://github.com/cloverinteractive/bs-react-flatpickr",
"repository": "https://github.com/cloverinteractive/bs-react-flatpickr",
"bugs": "https://github.com/cloverinteractive/bs-react-flatpickr/issues",
"author": "Enrique Vidal <enrique@cloverinteractive.com>",
"main": "./src/Flatpickr.re",
"version": "0.1.3",
"scripts": {
"clean": "bsb -clean-world",
"build": "bsb -make-world",
"watch": "bsb -make-world -w",
"storybook": "start-storybook"
},
"license": "MIT",
"devDependencies": {
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-knobs": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addon-notes": "^5.3.19",
"@storybook/react": "^5.3.19",
"babel-loader": "^8.1.0",
"bs-platform": "^8.2.0",
"bs-storybook": "https://github.com/draftbit/bs-storybook.git",
"date-fns": "^2.15.0",
"react-flatpickr": "^3.10.6",
"reason-date-fns": "^0.11.0",
"reason-react": "^0.9.1"
},
"peerDependenciesdependencies": {
"date-fns": "^2.15.0",
"react-flatpickr": "^3.10.6",
"reason-react": "^0.8.0"
},
"dependencies": {
"react-flatpickr": "^3.10.6"
}
}