mirror of
https://github.com/AventurasTeam/Aventuras.git
synced 2026-04-26 10:51:24 +00:00
51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"name": "aventura",
|
|
"version": "0.5.5",
|
|
"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"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2",
|
|
"@tauri-apps/plugin-dialog": "^2",
|
|
"@tauri-apps/plugin-fs": "^2",
|
|
"@tauri-apps/plugin-http": "^2.5.4",
|
|
"@tauri-apps/plugin-opener": "^2",
|
|
"@tauri-apps/plugin-process": "^2.3.1",
|
|
"@tauri-apps/plugin-sql": "^2",
|
|
"@tauri-apps/plugin-updater": "^2.9.0",
|
|
"clsx": "^2.1.1",
|
|
"gpt-tokenizer": "^3.4.0",
|
|
"harper.js": "^1.2.0",
|
|
"html5-qrcode": "^2.3.8",
|
|
"jsonrepair": "^3.13.2",
|
|
"lucide-svelte": "^0.468.0",
|
|
"marked": "^17.0.1",
|
|
"tailwind-merge": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lucide/svelte": "^0.482.0",
|
|
"@sveltejs/adapter-static": "^3.0.6",
|
|
"@sveltejs/kit": "^2.9.0",
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.0",
|
|
"@tauri-apps/cli": "^2",
|
|
"@types/marked": "^5.0.2",
|
|
"autoprefixer": "^10.4.20",
|
|
"bits-ui": "^1.8.0",
|
|
"postcss": "^8.4.49",
|
|
"svelte": "^5.0.0",
|
|
"svelte-check": "^4.0.0",
|
|
"tailwind-variants": "^0.2.1",
|
|
"tailwindcss": "^3.4.17",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "~5.6.2",
|
|
"vite": "^6.0.3"
|
|
}
|
|
}
|