File size: 2,145 Bytes
dac6daa f415c95 dac6daa 189caf9 dac6daa 0a59c60 3df1e9f f415c95 dac6daa 88ea501 c1646a5 88ea501 f415c95 aac02fe 3df1e9f 189caf9 17c3edf eca227d e355035 88ea501 8c5a2cf f415c95 ba9894c f415c95 0a3474b 88ea501 877b369 0a3474b f36471e 97c4991 39eb06d dac6daa e355035 8c5a2cf 0ce274f f36471e 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 63 64 65 66 67 68 |
{
"name": "inference-playground",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "pnpm run update-ctx-length && vite dev",
"build": "pnpm run update-ctx-length && 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!'",
"update-ctx-length": "jiti scripts/update-ctx-length.ts"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.0",
"@eslint/js": "^9.22.0",
"@floating-ui/dom": "^1.6.13",
"@huggingface/hub": "^1.0.1",
"@huggingface/inference": "^3.5.1",
"@huggingface/tasks": "^0.17.1",
"@huggingface/transformers": "^3.4.2",
"@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",
"@types/node": "^22.14.1",
"clsx": "^2.1.1",
"dotenv": "^16.5.0",
"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.30.1",
"openai": "^4.90.0",
"postcss": "^8.4.38",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.11",
"runed": "^0.25.0",
"svelte": "^5.28.2",
"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"
}
}
|