2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-19 16:59:02 +00:00
iconify/components-demo/svelte-demo-vite/package.json
2024-07-19 14:19:45 +03:00

24 lines
540 B
JSON

{
"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": {
"@iconify/svelte": "workspace:*",
"@sveltejs/vite-plugin-svelte": "3.0.0-next.3",
"@tsconfig/svelte": "^5.0.4",
"svelte": "5.0.0-next.123",
"svelte-check": "^3.8.4",
"svelte-preprocess": "^5.1.4",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^5.3.4"
}
}