import analyser and migrate to solidjs, untested

This commit is contained in:
Robin Appelman 2023-04-22 15:54:14 +02:00
commit fff554c3d3
42 changed files with 2910 additions and 4 deletions

View file

@ -1,6 +1,14 @@
{
"dependencies": {
"@demostf/parser-worker": "^0.1.1",
"@thisbeyond/solid-select": "^0.13.0",
"solid-js": "^1.7.3"
"@types/throttle-debounce": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.7.3",
"throttle-debounce": "^5.0.0"
},
"devDependencies": {
"@types/react": "^18.0.35"
}
}