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

29 lines
735 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": {
2023-01-27 16:39:20 +00:00
"@iconify-icons/mdi-light": "^1.2.5",
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",
2022-09-08 06:16:41 +00:00
"@types/cookie": "^0.5.1",
2023-04-02 07:29:40 +00:00
"svelte": "^3.58.0",
"svelte-check": "^3.1.4",
"svelte-preprocess": "^5.0.3",
2023-01-27 16:39:20 +00:00
"tslib": "^2.5.0",
2023-04-02 07:29:40 +00:00
"typescript": "^5.0.3",
"vite": "^4.2.1"
},
"type": "module",
"dependencies": {
2023-01-27 16:39:20 +00:00
"@fontsource/fira-mono": "^4.5.10"
}
}