wails-template/frontend/package.json

29 lines
700 B
JSON
Raw Permalink Normal View History

2025-02-03 16:09:45 +01:00
{
"name": "frontend",
2025-02-03 16:09:45 +01:00
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
2025-02-07 17:24:34 +01:00
"@sveltejs/vite-plugin-svelte": "^4.0.0",
2025-02-03 16:09:45 +01:00
"@tsconfig/svelte": "^3.0.0",
"autoprefixer": "^10.4.20",
2025-02-03 18:20:51 +01:00
"flowbite": "^3.1.1",
"flowbite-svelte": "^0.47.4",
"flowbite-svelte-icons": "^2.0.2",
2025-02-07 09:20:00 +01:00
"svelte-routing": "^2.13.0",
2025-02-07 17:24:34 +01:00
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-preprocess": "^6.0.0",
2025-02-03 16:09:45 +01:00
"tailwindcss": "^3.4.9",
"tslib": "^2.4.0",
2025-02-07 17:24:34 +01:00
"typescript": "^5.5.0",
"vite": "^5.4.4"
2025-02-03 16:09:45 +01:00
}
}