43b56fb859
CD - Develop / build-and-deploy (push) Failing after 12m52s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
26 lines
614 B
JSON
26 lines
614 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|