Add all tasks from datasets (#95)
* Sync some of the tasks from datasets
* Align order
* Address some suggestions from review
* Everything is structured now
* Fixes for https://github.com/huggingface/datasets/pull/4154/ cc @julien-c
* [skip ci] Export `tasks.json` taxonomy to other libraries (#96)
* This is not a Python repo anymore
* Update README.md
* rabbit hole: revert to package-lock.json lockfileVersion=1
(we use npm 6 stable for now)
* rabbit hole: let's try this?
* CI: Actually we should also build widgets in that case (they're broken currently)
cc @mishig25
* Fix for new `tabular-classification`
* `export-data.ts` endpoint
* ci: trigger JS Interfaces CI run
* Revert "ci: trigger JS Interfaces CI run"
This reverts commit 34ac3e9908662d85ff7f0069eada9714580219cb.
* move export-tasks to a simple script and run using `tsm`
* Tweak order to the one from vscode > sort lines
* one missing time_series => structured
Co-authored-by: Julien Chaumond <julien@huggingface.co>