2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-23 15:18:38 +00:00

24 lines
527 B
JSON
Raw Permalink Normal View History

{
2022-01-29 09:44:10 +02:00
"name": "@iconify-demo/svelte-vite",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
2022-06-19 20:58:50 +03:00
"@iconify/svelte": "workspace:*",
2024-12-07 08:22:33 +02:00
"@sveltejs/vite-plugin-svelte": "^4.0.2",
"@tsconfig/svelte": "^5.0.4",
2024-12-07 08:22:33 +02:00
"svelte": "^5.8.1",
"svelte-check": "^4.1.1",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.8.1",
2024-12-07 08:22:33 +02:00
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}