2
0
mirror of https://github.com/iconify/iconify.git synced 2024-12-13 14:13:06 +00:00
iconify/iconify-icon-demo/sveltekit-demo/package.json

30 lines
776 B
JSON
Raw Normal View History

{
"name": "@iconify-icon/sveltekit-demo",
"version": "0.0.1",
"scripts": {
2023-12-23 08:49:49 +00:00
"prepare": "svelte-kit sync",
"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": {
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.7.4",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@types/cookie": "^1.0.0",
2022-06-19 17:58:50 +00:00
"iconify-icon": "workspace:*",
"svelte": "^5.1.9",
"svelte-check": "^4.0.5",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite": "^5.4.10"
},
"type": "module",
"dependencies": {
"@fontsource/fira-mono": "^5.1.0"
}
}