FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
rescript-react/package.json at master · rescript-lang/rescript-react · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
rescript-lang
/
rescript-react
Public
Notifications
You must be signed in to change notification settings
Fork
45
Star
517
Code
Issues
12
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
rescript-react
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
42 lines (42 loc) · 983 Bytes
Breadcrumbs
rescript-react
/
package.json
Copy path
File metadata and controls
42 lines (42 loc) · 983 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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"
:
"
@rescript/react
"
,
"version"
:
"
0.16.0-beta.1
"
,
"description"
:
"
React bindings for ReScript
"
,
"files"
: [
"
README.md
"
,
"
CHANGELOG.md
"
,
"
LICENSE
"
,
"
rescript.json
"
,
"
src/**/*.res
"
,
"
src/**/*.resi
"
],
"scripts"
: {
"build"
:
"
rescript build
"
,
"start"
:
"
rescript watch
"
,
"clean"
:
"
rescript clean
"
,
"format"
:
"
rescript format
"
,
"test"
:
"
echo 'tests disabled for now'
"
},
"keywords"
: [
"
rescript
"
,
"
react
"
],
"author"
:
"
Ricky Vetter
"
,
"license"
:
"
MIT
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/rescript-lang/rescript-react.git
"
},
"homepage"
:
"
https://rescript-lang.org/docs/react/latest/introduction
"
,
"devDependencies"
: {
"pkg-pr-new"
:
"
^0.0.75
"
,
"react"
:
"
^19.2.0
"
,
"react-dom"
:
"
^19.2.0
"
,
"rescript"
:
"
^13.0.0-alpha.5
"
},
"peerDependencies"
: {
"@rescript/runtime"
:
"
>=13.0.0-alpha.5
"
,
"react"
:
"
>=19.2.0
"
,
"react-dom"
:
"
>=19.2.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL