forked from unplugin/unplugin-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 960 Bytes
/
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
{
"type": "module",
"private": true,
"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.12",
"@iconify-json/logos": "^1.1.35",
"@iconify-json/mdi": "^1.1.54",
"@sveltejs/vite-plugin-svelte": "^2.4.5",
"@tsconfig/svelte": "^5.0.2",
"cross-env": "^7.0.3",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"svelte-preprocess": "^5.0.4",
"typescript": "^5.2.2",
"unplugin-icons": "workspace:*",
"vite": "^4.4.9"
}
}