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

25 lines
568 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-09-08 06:16:41 +00:00
"@iconify-icons/mdi-light": "^1.2.2",
2022-06-19 17:58:50 +00:00
"@iconify/svelte": "workspace:*",
2022-09-08 06:16:41 +00:00
"@sveltejs/vite-plugin-svelte": "^1.0.5",
"@tsconfig/svelte": "^3.0.0",
2022-09-08 06:16:41 +00:00
"svelte": "^3.50.0",
"svelte-check": "^2.9.0",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
2022-09-08 06:16:41 +00:00
"typescript": "^4.8.2",
"vite": "^3.1.0"
}
}