mirror of
https://github.com/AventurasTeam/Aventuras.git
synced 2026-08-15 12:03:18 +00:00
105 lines
3.3 KiB
JSON
105 lines
3.3 KiB
JSON
{
|
|
"name": "aventura",
|
|
"version": "0.7.7",
|
|
"description": "AI-powered adventure and creative writing frontend",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"tauri": "tauri",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"release": "node scripts/release.js",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"format": "prettier --write \"**/*.{ts,js,svelte,json,css,html}\""
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {
|
|
"@ai-sdk/anthropic": "^4.0.27",
|
|
"@ai-sdk/deepseek": "^3.0.19",
|
|
"@ai-sdk/google": "^4.0.31",
|
|
"@ai-sdk/groq": "^4.0.19",
|
|
"@ai-sdk/mistral": "^4.0.20",
|
|
"@ai-sdk/openai": "^4.0.27",
|
|
"@ai-sdk/openai-compatible": "^3.0.20",
|
|
"@ai-sdk/xai": "^4.0.25",
|
|
"@codemirror/autocomplete": "^6.20.3",
|
|
"@codemirror/lang-liquid": "^6.3.2",
|
|
"@codemirror/language": "^6.12.4",
|
|
"@codemirror/state": "^6.7.1",
|
|
"@codemirror/view": "^6.43.7",
|
|
"@lezer/highlight": "^1.2.3",
|
|
"@lucide/svelte": "^1.28.0",
|
|
"@openrouter/ai-sdk-provider": "^3.0.0",
|
|
"@saintno/comfyui-sdk": "0.3.1",
|
|
"@tauri-apps/api": "^2.11.1",
|
|
"@tauri-apps/plugin-dialog": "^2.7.2",
|
|
"@tauri-apps/plugin-fs": "^2.5.1",
|
|
"@tauri-apps/plugin-http": "^2.5.9",
|
|
"@tauri-apps/plugin-notification": "^2.3.3",
|
|
"@tauri-apps/plugin-opener": "^2.5.4",
|
|
"@tauri-apps/plugin-process": "^2.3.1",
|
|
"@tauri-apps/plugin-sql": "^2.4.0",
|
|
"@tauri-apps/plugin-updater": "^2.10.1",
|
|
"@tutorlatin/svelte-tiny-virtual-list": "^3.0.20",
|
|
"ai": "^7.0.47",
|
|
"ai-sdk-pollinations": "^0.0.2",
|
|
"clsx": "^2.1.1",
|
|
"codemirror": "^6.0.2",
|
|
"gpt-tokenizer": "^3.4.0",
|
|
"harper.js": "^2.7.0",
|
|
"html5-qrcode": "^2.3.8",
|
|
"jsonrepair": "^3.15.0",
|
|
"liquidjs": "^10.27.2",
|
|
"marked": "^18.0.7",
|
|
"svelte-codemirror-editor": "^2.1.0",
|
|
"tailwind-merge": "^3.6.0",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@ai-sdk/provider": "^4.0.4",
|
|
"@sveltejs/adapter-static": "^3.0.10",
|
|
"@sveltejs/kit": "^2.70.2",
|
|
"@sveltejs/vite-plugin-svelte": "^7.2.0",
|
|
"@tailwindcss/vite": "^4.3.3",
|
|
"@tauri-apps/cli": "^2.11.4",
|
|
"@types/json-schema": "^7.0.15",
|
|
"@types/node": "^26.1.2",
|
|
"bits-ui": "^2.18.1",
|
|
"eslint": "^10.8.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-import-resolver-typescript": "^4.4.5",
|
|
"eslint-plugin-boundaries": "^7.1.0",
|
|
"eslint-plugin-prettier": "^5.5.6",
|
|
"eslint-plugin-svelte": "^3.22.0",
|
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
"globals": "^17.8.0",
|
|
"lefthook": "^2.1.10",
|
|
"picomatch": "^4.0.5",
|
|
"prettier": "^3.9.6",
|
|
"prettier-plugin-svelte": "^4.1.1",
|
|
"prettier-plugin-tailwindcss": "^0.8.1",
|
|
"svelte": "^5.56.8",
|
|
"svelte-check": "^4.7.4",
|
|
"tailwind-variants": "^3.3.0",
|
|
"tailwindcss": "^4.3.3",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.65.0",
|
|
"vaul-svelte": "^1.0.0-next.7",
|
|
"vite": "^8.2.0",
|
|
"vitest": "^4.1.10",
|
|
"yaml": "^2.9.0"
|
|
},
|
|
"aube": {
|
|
"allowBuilds": {
|
|
"esbuild": true,
|
|
"lefthook": true,
|
|
"unrs-resolver": true
|
|
}
|
|
}
|
|
}
|