File size: 1,876 Bytes
dac6daa 189caf9 dac6daa 0a59c60 3df1e9f dac6daa 88ea501 aac02fe 3df1e9f 189caf9 17c3edf eca227d e355035 88ea501 8c5a2cf ba9894c 0a3474b 88ea501 877b369 0a3474b 19d1d46 39eb06d dac6daa e355035 8c5a2cf af10150 f48efbb e355035 ba9894c 8c5a2cf 189caf9 dac6daa 189caf9 0a3474b aac02fe 88ea501 3df1e9f 0a3474b 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 56 57 58 59 60 61 62 |
{
"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 src/",
"format": "prettier . --write .",
"clean": "rm -rf ./node_modules/ && rm -rf ./.svelte-kit/ && ni && echo 'Project cleaned!'"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.0",
"@eslint/js": "^9.22.0",
"@huggingface/hub": "^1.0.1",
"@huggingface/inference": "^3.5.1",
"@huggingface/tasks": "^0.17.1",
"@iconify-json/carbon": "^1.2.8",
"@iconify-json/material-symbols": "^1.2.15",
"@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.5.27",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/postcss": "^4.0.9",
"clsx": "^2.1.1",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.3",
"globals": "^16.0.0",
"highlight.js": "^11.10.0",
"jiti": "^2.4.2",
"melt": "^0.18.4",
"postcss": "^8.4.38",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.11",
"runed": "^0.24.0",
"svelte": "^5.20.4",
"svelte-check": "^4.0.0",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.9",
"ts-patch": "^3.3.0",
"tslib": "^2.4.1",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.1",
"unplugin-icons": "^22.1.0",
"vite": "^5.4.4"
},
"type": "module",
"dependencies": {
"eslint-plugin-svelte": "^3.3.1",
"typia": "^8.0.0"
}
}
|