mirror of
https://github.com/AventurasTeam/Aventuras.git
synced 2026-04-28 11:50:15 +00:00
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "aventura",
|
|
"version": "0.4.2",
|
|
"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",
|
|
"gpt-tokenizer": "^3.4.0",
|
|
"harper.js": "^1.2.0",
|
|
"html5-qrcode": "^2.3.8",
|
|
"lucide-svelte": "^0.468.0",
|
|
"marked": "^17.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@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",
|
|
"postcss": "^8.4.49",
|
|
"svelte": "^5.0.0",
|
|
"svelte-check": "^4.0.0",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "~5.6.2",
|
|
"vite": "^6.0.3"
|
|
}
|
|
}
|