mirror of
https://github.com/iconify/iconify.git
synced 2024-11-08 14:20:57 +00:00
29 lines
735 B
JSON
29 lines
735 B
JSON
{
|
|
"name": "@iconify-icon/sveltekit-demo",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"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": {
|
|
"@iconify-icons/mdi-light": "^1.2.5",
|
|
"@sveltejs/adapter-auto": "next",
|
|
"@sveltejs/kit": "next",
|
|
"@types/cookie": "^0.5.1",
|
|
"iconify-icon": "workspace:*",
|
|
"svelte": "^4.1.2",
|
|
"svelte-check": "^3.4.6",
|
|
"svelte-preprocess": "^5.0.4",
|
|
"tslib": "^2.6.1",
|
|
"typescript": "^5.1.6",
|
|
"vite": "^4.4.8"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@fontsource/fira-mono": "^5.0.5"
|
|
}
|
|
}
|