gradio/js/preview/package.json
pngwn 2b6cbf2590
Fix published package exports (#9163)
* rename

* save patch

* fix everything

* format

* rm file

* fix stuff

* tweaks

* tweaks

* tweaks

* tweaks

* tweaks

* asd

* asd

* asd

* asd

* asd

* asd

* asd

* fix

* Fix scripts/run_lite.sh and scripts/build_lite.sh (#9170)

* fixes

* fixes

* asd

* asd

* asd

* review comments

* fiux types

* fiux types

* make fileexpolorer public

* format

* lint

* lint

---------

Co-authored-by: Yuichiro Tachibana (Tsuchiya) <t.yic.yt@gmail.com>
2024-08-22 16:38:45 +00:00

53 lines
1.2 KiB
JSON

{
"name": "@gradio/preview",
"version": "0.11.0",
"description": "Gradio UI packages",
"type": "module",
"main": "dist/index.js",
"author": "",
"license": "ISC",
"private": false,
"scripts": {
"build:rollup": "rollup -c",
"build:vite": "vite build --ssr",
"build": "pnpm build:rollup && pnpm build:vite"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^11.1.2",
"rollup": "^3.28.0"
},
"dependencies": {
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@rollup/plugin-sucrase": "^5.0.1",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@types/which": "^3.0.0",
"coffeescript": "^2.7.0",
"lightningcss": "^1.21.7",
"pug": "^3.0.2",
"sass": "^1.66.1",
"stylus": "^0.63.0",
"sucrase": "^3.34.0",
"sugarss": "^4.0.1",
"svelte-hmr": "^0.16.0",
"svelte-preprocess": "^5.0.4",
"typescript": "^5.0.0",
"vite": "^5.2.9",
"which": "4.0.0",
"yootils": "^0.3.1"
},
"optionalDependencies": {
"svelte": "^4.0.0"
},
"exports": {
".": {
"gradio": "./src/index.ts",
"svelte": "./dist/src/index.js",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
}
}