2
0
mirror of https://github.com/iconify/iconify.git synced 2024-12-31 13:11:47 +00:00
iconify/iconify-icon-demo/svelte-demo/package.json

24 lines
524 B
JSON
Raw Permalink Normal View History

{
"name": "@iconify-icon/svelte-demo",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
2024-12-07 06:22:33 +00:00
"@sveltejs/vite-plugin-svelte": "^4.0.2",
"@tsconfig/svelte": "^5.0.4",
2022-06-19 17:58:50 +00:00
"iconify-icon": "workspace:*",
2024-12-07 06:22:33 +00:00
"svelte": "^5.8.1",
"svelte-check": "^4.1.1",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.8.1",
2024-12-07 06:22:33 +00:00
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}