mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
import analyser and migrate to solidjs, untested
This commit is contained in:
parent
95d48e48e2
commit
fff554c3d3
42 changed files with 2910 additions and 4 deletions
10
package.json
10
package.json
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue