2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-20 01:09:04 +00:00
iconify/packages/svelte-demo-vite/package.json

24 lines
545 B
JSON
Raw Normal View History

{
"name": "svelte-demo-vite",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@iconify-icons/mdi-light": "^1.1.1",
"@iconify/svelte": "^2.1.2",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.35",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.46.2",
"svelte-check": "^2.3.0",
"svelte-preprocess": "^4.10.2",
2022-01-10 22:26:35 +00:00
"tslib": "^2.3.1",
"typescript": "^4.5.5",
"vite": "^2.7.13"
}
}