mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
ae4277a9a8
* move files * commit the rest of the files * fix lockfile * fix workflow * fix type errors * fix tests * only run ci when certain files change * run correct test command in ci * version * fix pypi script --------- Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "@gradio/code",
|
|
"version": "0.0.1",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "index.ts",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.3.0",
|
|
"@codemirror/commands": "^6.1.2",
|
|
"@codemirror/lang-css": "^6.1.0",
|
|
"@codemirror/lang-html": "^6.4.2",
|
|
"@codemirror/lang-javascript": "^6.1.4",
|
|
"@codemirror/lang-json": "^6.0.1",
|
|
"@codemirror/lang-markdown": "^6.1.0",
|
|
"@codemirror/lang-python": "^6.0.4",
|
|
"@codemirror/language": "^6.6.0",
|
|
"@codemirror/legacy-modes": "^6.3.1",
|
|
"@codemirror/lint": "^6.0.0",
|
|
"@codemirror/search": "^6.2.2",
|
|
"@codemirror/state": "^6.1.2",
|
|
"@codemirror/view": "^6.4.1",
|
|
"@gradio/atoms": "workspace:^0.0.1",
|
|
"@gradio/icons": "workspace:^0.0.1",
|
|
"@gradio/upload": "workspace:^0.0.1",
|
|
"@lezer/common": "^1.0.2",
|
|
"@lezer/highlight": "^1.1.3",
|
|
"@lezer/markdown": "^1.0.2",
|
|
"cm6-theme-basic-dark": "^0.2.0",
|
|
"cm6-theme-basic-light": "^0.2.0",
|
|
"codemirror": "^6.0.1"
|
|
}
|
|
}
|