-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
35 lines (35 loc) · 932 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-react-update",
"version": "5.0.2",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"test": "bsb -make-world",
"dev": "bsb -make-world && parcel examples/index.html"
},
"bugs": "https://github.com/bloodyowl/rescript-react-update/issues",
"repository": {
"type": "git",
"url": "https://github.com/bloodyowl/rescript-react-update.git"
},
"keywords": [
"reason-react",
"rescript",
"react"
],
"author": "bloodyowl <[email protected]>",
"license": "MIT",
"peerDependencies": {
"@rescript/react": "^0.10.1 || ^0.11.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@rescript/react": "^0.10.1",
"bs-platform": "^8.3.0",
"parcel-bundler": "^1.12.5",
"react": "^16.8.0",
"react-dom": "^16.8.0"
}
}