mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
d6b1247e21
* first migration commit * style comment * first mvp working with calculator * ali components * carousel * more changes * changes * add examples * examples support * more changes * interpretation * interpretation * submission state * first migration commit * style comment * first mvp working with calculator * ali components * carousel * more changes * changes * add examples * examples support * more changes * interpretation * interpretation * submission state * base image cropper * add image editor * css tweaks * remove dead code * finalise sketch tools * add webcam snapshot source * tweak config * tweak config * tweak config * tweaks * reset egg files * lockfile v2 * image tweaks * record audio from mic * add audio input components * audio tweaks * editable table * more table tweaks * sort columns * add row/col to table * add output table * fix broken paths * fix svelte build destination * fix svelte build destination again * fix gitignore * fix css * add themes * add all themes * snake core classnames * actually fix themes this time * merge changes Co-authored-by: Ali Abid <aliabid94@gmail.com> Co-authored-by: Ali Abid <aliabid@Alis-MacBook-Pro.local> Co-authored-by: pngwn <hello@pngwn.io>
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "svelte-app",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"dev": "rollup -c -w",
|
|
"start": "sirv public --no-clear --port 3000"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^17.0.0",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^11.0.0",
|
|
"mime-types": "^2.1.34",
|
|
"postcss": "^8.4.5",
|
|
"postcss-nested": "^5.0.6",
|
|
"rollup": "^2.3.4",
|
|
"rollup-plugin-css-only": "^3.1.0",
|
|
"rollup-plugin-livereload": "^2.0.0",
|
|
"rollup-plugin-svelte": "^7.0.0",
|
|
"rollup-plugin-terser": "^7.0.0",
|
|
"svelte": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@rollup/plugin-replace": "^3.0.1",
|
|
"autoprefixer": "^9.8.8",
|
|
"cropperjs": "^1.5.12",
|
|
"lazy-brush": "^1.0.1",
|
|
"mime-types": "^2.1.34",
|
|
"node-sass": "^7.0.1",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"rollup-plugin-copy": "^3.4.0",
|
|
"rollup-plugin-postcss": "^4.0.2",
|
|
"sirv-cli": "^1.0.0",
|
|
"svelte-preprocess": "^4.10.1",
|
|
"svelte-range-slider-pips": "^2.0.1",
|
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
|
|
"tui-image-editor": "^3.15.2"
|
|
}
|
|
}
|