forked from ahrefs/bs-react-select
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1002 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
36
37
38
39
40
41
42
{
"name": "@ahrefs/bs-react-select",
"version": "0.0.9",
"description": "Reason bindings for react-select",
"author": "ahrefs",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ahrefs/bs-react-select.git"
},
"homepage": "https://github.com/ahrefs/bs-react-select#readme",
"bugs": {
"url": "https://github.com/ahrefs/bs-react-select/issues"
},
"keywords": [
"react",
"reason-react",
"reason",
"reasonml",
"bucklescript",
"select",
"react-select"
],
"scripts": {
"prestart": "npm install && bsb -clean-world",
"start": "npm run bs:watch",
"bs:build": "bsb -make-world -clean-world",
"bs:watch": "bsb -make-world -clean-world -w",
"bs:setup": "bsb -make-world"
},
"peerDependencies": {
"react-dom": "^16.8.0"
},
"dependencies": {
"react": "^16.12.0",
"react-select": "^1.2.1"
},
"devDependencies": {
"bs-platform": "^6.2.1",
"reason-react": "^0.7.0"
}
}