-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "unplugin-icons-svelte-runes",
"type": "module",
"packageManager": "[email protected]",
"private": true,
"description": "unplugin-icons + Svelte 5 (Vite) + runes",
"scripts": {
"build": "cross-env DEBUG=unplugin-icons:* vite build",
"dev": "cross-env DEBUG=unplugin-icons:* vite",
"serve": "npm run build && cross-env DEBUG=unplugin-icons:* vite preview",
"build-custom": "cross-env DEBUG=unplugin-icons:* CUSTOM_COMPILER=true vite build",
"dev-custom": "cross-env DEBUG=unplugin-icons:* CUSTOM_COMPILER=true vite",
"serve-custom": "npm run build-custom && cross-env DEBUG=unplugin-icons:* CUSTOM_COMPILER=true vite preview"
},
"devDependencies": {
"@iconify-json/icon-park": "^1.1.13",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/mdi": "^1.1.64",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^5.0.2",
"cross-env": "^7.0.3",
"svelte": "^5.0.0-next.49",
"svelte-check": "^3.6.3",
"svelte-preprocess": "^5.1.3",
"typescript": "^5.3.3",
"unplugin-icons": "file:unplugin-icons-0.18.5.tgz",
"vite": "^5.0.12",
"vite-plugin-inspect": "^0.8.3"
}
}