File tree Expand file tree Collapse file tree 6 files changed +115
-8
lines changed Expand file tree Collapse file tree 6 files changed +115
-8
lines changed Original file line number Diff line number Diff line change @@ -156,3 +156,11 @@ temp/
156
156
# ## Reasonml ###
157
157
/lib
158
158
159
+ .DS_Store
160
+ .yarn /*
161
+ ! .yarn /patches
162
+ ! .yarn /releases
163
+ ! .yarn /plugins
164
+ ! .yarn /sdks
165
+ ! .yarn /versions
166
+ .pnp. *
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change
1
+ yarnPath : " .yarn/releases/yarn-berry.cjs"
2
+ nodeLinker : " node-modules"
Original file line number Diff line number Diff line change 10
10
{ "dir" : " src" , "subdirs" : true },
11
11
{ "dir" : " examples" , "subdirs" : true , "type" : " dev" }
12
12
],
13
+ "bs-dependencies" : [" @rescript/react" ],
13
14
"package-specs" : {
14
15
"module" : " es6" ,
15
16
"in-source" : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rescript-chakra" ,
3
- "version" : " 0.0.0 " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " ReScript binding for React Chakra-UI." ,
5
5
"author" :
" ri7nz <[email protected] >" ,
6
6
"license" : " MIT" ,
10
10
},
11
11
"bugs" : " https://github.com/ri7nz/rescript-chakra/issues" ,
12
12
"scripts" : {
13
+ "predocs" : " yarn clean" ,
14
+ "docs" : " yarn build && bsdoc build rescript-chakra" ,
13
15
"start" : " rescript build -w" ,
14
16
"build" : " rescript build -with-deps" ,
15
17
"clean" : " rescript clean"
18
20
"access" : " public"
19
21
},
20
22
"devDependencies" : {
21
- "rescript" : " 9.1.1"
23
+ "@rescript/react" : " 0.10.3" ,
24
+ "rescript" : " 9.1.3"
25
+ },
26
+ "peerDependencies" : {
27
+ "@rescript/react" : " 0.10.3" ,
28
+ "react" : " >=16.8.1" ,
29
+ "react-dom" : " >=16.8.1"
22
30
}
23
31
}
Original file line number Diff line number Diff line change 1
- # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY .
2
- # yarn lockfile v1
1
+ # This file is generated by running "yarn install" inside your project .
2
+ # Manual changes might be lost - proceed with caution!
3
3
4
+ __metadata :
5
+ version : 4
6
+ cacheKey : 7
4
7
5
-
6
- version "9.1.1"
7
- resolved "https://registry.yarnpkg.com/rescript/-/rescript-9.1.1.tgz#de2eb5470a463d7eea493b59537d49bafa6bc5e9"
8
- integrity sha512-c+zR5aZ5mXDpAx6oyS61t4sUPiq2VXgHigilYSMazDLp1uUGbf2JvgbSfRJFaKAjfsTKcohJyH0vtdihhdZmMA==
8
+ " @rescript/react@npm:0.10.3 " :
9
+ version : 0.10.3
10
+ resolution : " @rescript/react@npm:0.10.3"
11
+ peerDependencies :
12
+ react : " >=16.8.1"
13
+ react-dom : " >=16.8.1"
14
+ checksum : 8b3ab98ed0b9122b878a4d3bf01ac2657059ad89642204948057bd822b0ff01c4631e113d57e9bf75b01fbe63a2f8dec149121643c9c3a47d9532d853fd07835
15
+ languageName : node
16
+ linkType : hard
17
+
18
+ " rescript-chakra@workspace:. " :
19
+ version : 0.0.0-use.local
20
+ resolution : " rescript-chakra@workspace:."
21
+ dependencies :
22
+ " @rescript/react " : 0.10.3
23
+ rescript : 9.1.3
24
+ peerDependencies :
25
+ " @rescript/react " : 0.10.3
26
+ react : " >=16.8.1"
27
+ react-dom : " >=16.8.1"
28
+ languageName : unknown
29
+ linkType : soft
30
+
31
+ " rescript@npm:9.1.3 " :
32
+ version : 9.1.3
33
+ resolution : " rescript@npm:9.1.3"
34
+ bin :
35
+ bsc : bsc
36
+ bsrefmt : bsrefmt
37
+ bstracing : lib/bstracing
38
+ rescript : rescript
39
+ checksum : 2342e3aa65acf792c55a785ad214bc57eb69f584c79f1c2ab9c8bca41ee98d893ec48355907725b36305d69a6a2d74aad3f2ce7ff4719dbb8edeb4dce2b49c52
40
+ languageName : node
41
+ linkType : hard
You can’t perform that action at this time.
0 commit comments