Spaces:
Runtime error
Runtime error
File size: 1,350 Bytes
75120e8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
{
"name": "gradio_screenrecorder",
"version": "0.3.21",
"description": "Gradio Screen Recorder Component",
"type": "module",
"author": "",
"license": "ISC",
"private": false,
"main_changeset": true,
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview"
},
"exports": {
".": {
"gradio": "./Index.svelte",
"svelte": "./dist/Index.svelte",
"types": "./dist/Index.svelte.d.ts"
},
"./example": {
"gradio": "./Example.svelte",
"svelte": "./dist/Example.svelte",
"types": "./dist/Example.svelte.d.ts"
},
"./package.json": "./package.json"
},
"dependencies": {
"@gradio/atoms": "0.16.1",
"@gradio/icons": "0.12.0",
"@gradio/statustracker": "0.10.11",
"@gradio/utils": "0.10.2",
"fix-webm-duration": "^1.0.6",
"svelte": "^4.2.7"
},
"devDependencies": {
"@gradio/preview": "0.13.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tsconfig/svelte": "^5.0.4",
"svelte-preprocess": "^6.0.3",
"typescript": "^5.8.3",
"vite": "^5.0.0",
"vite-plugin-svelte": "^3.0.0"
},
"peerDependencies": {
"svelte": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/your-username/your-repo.git",
"directory": "screenrecorder"
},
"files": [
"dist"
]
}
|