File tree Expand file tree Collapse file tree 2 files changed +1786
-16
lines changed Expand file tree Collapse file tree 2 files changed +1786
-16
lines changed Original file line number Diff line number Diff line change 32
32
"scripts" : {
33
33
"prebuild" : " rm -rf lib" ,
34
34
"build" : " npx rollup --config rollup.config.js" ,
35
- "test" : " yarn node --no-warnings --experimental-vm-modules $(yarn bin jest) --detectOpenHandles"
35
+ "test" : " yarn node --no-warnings --experimental-vm-modules $(yarn bin jest) --detectOpenHandles" ,
36
+ "test-hooks" : " vitest"
36
37
},
37
38
"peerDependencies" : {
38
39
"@gear-js/api" : " 0.38.2" ,
44
45
},
45
46
"devDependencies" : {
46
47
"@gear-js/api" : " 0.38.2" ,
48
+ "@gear-js/react-hooks" : " 0.13.0" ,
47
49
"@polkadot/api" : " 12.0.1" ,
48
50
"@polkadot/types" : " 12.0.1" ,
49
- "jest" : " ^29.7.0"
51
+ "@tanstack/react-query" : " ^5.56.2" ,
52
+ "@testing-library/dom" : " ^10.4.0" ,
53
+ "@testing-library/react" : " ^16.0.1" ,
54
+ "@types/react" : " ^18" ,
55
+ "@types/react-dom" : " ^18" ,
56
+ "happy-dom" : " ^15.7.4" ,
57
+ "jest" : " ^29.7.0" ,
58
+ "react" : " ^18.3.1" ,
59
+ "react-dom" : " ^18.3.1" ,
60
+ "vitest" : " ^2.1.1"
50
61
},
51
62
"files" : [
52
63
" lib"
You can’t perform that action at this time.
0 commit comments