gradio/js/_spaces-test/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
603 B
JSON
Raw Normal View History

2023-05-12 23:22:25 +08:00
{
"name": "@gradio/spaces-test",
2023-05-12 23:22:25 +08:00
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {},
2023-05-12 23:22:25 +08:00
"type": "module",
"dependencies": {
"@gradio/client": "workspace:^",
"@gradio/form": "workspace:^",
"@gradio/theme": "workspace:^"
2023-05-12 23:22:25 +08:00
}
}