jbrowse-testing/reagent-test/package.json

14 lines
233 B
JSON

{
"scripts": {
"test": "shadow-cljs compile tests",
"repl": "shadow-cljs node-repl"
},
"devDependencies": {
"shadow-cljs": "^2.19.2"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}