{ "type": "module", "name": "hiveops-aria-frontend", "version": "1.0.0", "private": true, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "check": "svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-check --tsconfig ./tsconfig.json --watch" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^3.0.0", "@tsconfig/svelte": "^5.0.0", "svelte": "^4.0.0", "svelte-check": "^3.0.0", "svelte-preprocess": "^5.0.0", "typescript": "^5.0.0", "vite": "^5.0.0" }, "dependencies": { "axios": "^1.6.0" } }