-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 933 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
{
"name": "bs-react-router",
"version": "1.1.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reasonml-community/bs-react-router.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/reasonml-community/bs-react-router/issues"
},
"homepage": "https://github.com/reasonml-community/bs-react-router#readme",
"devDependencies": {
"bs-platform": "^2.1.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"reason-react": "^0.3.0"
},
"peerDependencies": {
"bs-platform": "^2.1.0",
"react-router": ">=4.2.0",
"react-router-dom": ">=4.2.0",
"reason-react": "^0.3.0"
}
}