2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-20 01:09:04 +00:00
iconify/components-demo/svelte-demo-vite/package.json
2022-05-12 22:39:56 +03:00

25 lines
572 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-icons/mdi-light": "^1.1.1",
"@iconify/svelte": "^2.2.1",
"@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",
"tslib": "^2.3.1",
"typescript": "^4.6.3",
"vite": "^2.7.13"
}
}