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

25 lines
572 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": {
"@iconify-icons/mdi-light": "^1.1.1",
"@iconify/svelte": "^2.2.0",
"@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",
2022-03-30 16:58:39 +00:00
"typescript": "^4.6.3",
"vite": "^2.7.13"
}
}