2
0
mirror of https://github.com/iconify/iconify.git synced 2024-10-23 09:02:03 +00:00
iconify/components-demo/svelte-demo-vite/package.json
2024-05-04 17:05:22 +03:00

24 lines
541 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.7.1",
"svelte-preprocess": "^5.1.4",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.11"
}
}