-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.18 KB
/
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
43
44
45
46
{
"name": "rescript-react-on-rails",
"version": "1.0.1",
"description": "ReScript bindings to react-on-rails",
"main": "src/ReactOnRails.res",
"authors": [
"Alex Fedoseev <alex.fedoseev@gmail.com> (https://github.com/alexfedoseev)",
"Gustavo Carvalho <gsc13@tuta.io> (https://github.com/gscarv13)"
],
"license": "MIT",
"scripts": {
"start": "rescript build -w -with-deps",
"build": "rescript build -with-deps",
"clean": "rescript clean",
"fmt": "rescript format -all"
},
"files": [
"src",
"bsconfig.json"
],
"keywords": [
"react",
"rescript",
"rescript-react",
"@rescript/react",
"rails",
"react-on-rails",
"ocaml"
],
"homepage": "https://github.com/shakacode/rescript-react-on-rails",
"repository": {
"type": "git",
"url": "https://github.com/shakacode/rescript-react-on-rails.git"
},
"bugs": "https://github.com/shakacode/rescript-react-on-rails/issues",
"peerDependencies": {
"@rescript/react": "^0.10.3",
"react-on-rails": "^10.1.3",
"rescript": "^9.1.4 || ^10.0.0"
},
"devDependencies": {
"@rescript/react": "0.10.3",
"react-on-rails": "12.5.1",
"rescript": "10.0.1"
}
}