Spaces:
Sleeping
Sleeping
File size: 1,660 Bytes
dac6daa 189caf9 dac6daa 0093ee3 dac6daa aac02fe 189caf9 17c3edf eca227d dac6daa 8c5a2cf c8ac2fd ba9894c c8ac2fd 877b369 39eb06d dac6daa 8c5a2cf dac6daa ba9894c 8c5a2cf 189caf9 dac6daa 189caf9 aac02fe dac6daa 39eb06d 631cc27 2488073 189caf9 39eb06d dac6daa |
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 |
{
"name": "inference-playground",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "ts-patch install && svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier . --check . && eslint --ext .js,.ts,.svelte src/",
"format": "prettier . --write ."
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.8",
"@ryoppippi/unplugin-typia": "^1.0.0",
"@samchon/openapi": "^3.0.0",
"@sveltejs/adapter-auto": "^3.2.2",
"@sveltejs/adapter-node": "^5.2.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/postcss": "^4.0.9",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"clsx": "^2.1.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.44.0",
"highlight.js": "^11.10.0",
"postcss": "^8.4.38",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.9",
"ts-patch": "^3.3.0",
"tslib": "^2.4.1",
"typescript": "^5.8.2",
"unplugin-icons": "^22.1.0",
"vite": "^5.0.3"
},
"type": "module",
"dependencies": {
"@huggingface/hub": "^1.0.1",
"@huggingface/inference": "^3.5.1",
"@huggingface/tasks": "^0.17.1",
"@melt-ui/svelte": "^0.86.3",
"@tailwindcss/container-queries": "^0.1.1",
"typia": "^8.0.0"
}
}
|