2
0
mirror of https://github.com/iconify/iconify.git synced 2024-10-23 09:02:03 +00:00
iconify/components-demo/sveltekit-demo/package.json

28 lines
694 B
JSON
Raw Normal View History

{
2022-01-29 07:44:10 +00:00
"name": "@iconify-demo/sveltekit",
"version": "0.0.1",
"scripts": {
2022-09-08 06:16:41 +00:00
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
2022-06-19 17:58:50 +00:00
"@iconify/svelte": "workspace:*",
2022-09-08 06:16:41 +00:00
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@types/cookie": "^0.6.0",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"svelte-preprocess": "^5.1.3",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.10"
},
"type": "module",
"dependencies": {
"@fontsource/fira-mono": "^5.0.8"
}
}