-
-
Notifications
You must be signed in to change notification settings - Fork 335
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.11 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "macos-svelte",
"version": "13.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@iconify-json/gg": "^1.2.1",
"@iconify-json/ic": "^1.2.1",
"@iconify-json/icon-park-outline": "^1.2.1",
"@iconify-json/iconamoon": "^1.2.1",
"@iconify-json/majesticons": "^1.2.1",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/pepicons": "^1.2.0",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/uil": "^1.2.1",
"@sveltejs/vite-plugin-svelte": "4.0.0",
"browserslist": "^4.24.2",
"lightningcss": "^1.27.0",
"prettier-plugin-svelte": "^3.4.0",
"svelte": "5.34.8",
"svelte-check": "^4.0.5",
"typescript": "^5.6.3",
"vite": "5.4.10",
"vite-imagetools": "^7.0.4",
"vite-plugin-pwa": "^0.20.5",
"workbox-window": "^7.3.0"
},
"dependencies": {
"@fontsource/inter": "^5.1.0",
"@neodrag/core": "3.0.0-next.3",
"@neodrag/svelte": "3.0.0-next.3",
"date-fns": "^4.1.0",
"popmotion": "^11.0.5",
"unplugin-icons": "^0.19.3"
},
"packageManager": "pnpm@10.12.3"
}