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

24 lines
541 B
JSON
Raw Normal View History

{
2022-01-29 07:44:10 +00: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 17:58:50 +00:00
"@iconify/svelte": "workspace:*",
2024-05-04 14:05:22 +00:00
"@sveltejs/vite-plugin-svelte": "3.0.0-next.3",
"@tsconfig/svelte": "^5.0.4",
2024-05-04 14:05:22 +00:00
"svelte": "5.0.0-next.123",
"svelte-check": "^3.7.1",
"svelte-preprocess": "^5.1.4",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
2024-05-04 14:05:22 +00:00
"vite": "^5.2.11"
}
}