-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.03 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
{
"name": "rescript-swr",
"description": "SWR bindings for ReScript",
"version": "3.0.0-beta.4",
"repository": {
"type": "git",
"url": "git+https://github.com/arafatamim/rescript-swr.git"
},
"scripts": {
"prepublishOnly": "sh prepublish.sh",
"prepare": "rescript clean -with-deps && rescript build",
"build": "rescript build",
"start": "rescript build -w",
"clean": "rescript clean"
},
"keywords": [
"bucklescript",
"rescript",
"react",
"swr"
],
"license": "MIT",
"author": {
"name": "Tamim Arafat",
"email": "tamim.arafat@gmail.com"
},
"bugs": {
"url": "https://github.com/arafatamim/rescript-swr/issues"
},
"homepage": "https://github.com/arafatamim/rescript-swr#readme",
"devDependencies": {
"react-dom": "^18.3.1",
"rescript": "^11.1.3"
},
"peerDependencies": {
"@rescript/react": "^0.10.3",
"swr": "^2.0.0"
},
"dependencies": {
"@rescript/core": "^1.5.2",
"@rescript/react": "0.13.0",
"react": "^18.3.1",
"swr": "2.2.5"
}
}