-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·44 lines (44 loc) · 1.24 KB
/
package.json
File metadata and controls
executable file
·44 lines (44 loc) · 1.24 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
43
44
{
"name": "externos-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.1.2",
"@iconify-json/ic": "^1.1.9",
"@iconify-json/icon-park-outline": "^1.1.6",
"@iconify-json/mdi": "^1.1.33",
"@iconify-json/pepicons": "^1.1.7",
"@iconify-json/ph": "^1.1.2",
"@iconify-json/uil": "^1.1.2",
"@sveltejs/vite-plugin-svelte": "3.1.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"sass": "^1.55.0",
"svelte": "^4.2.15",
"svelte-check": "^3.7.0",
"svelte-preprocess": "^5.1.4",
"tailwindcss": "^3.4.14",
"typescript": "^5.4.5",
"vite": "5.2.10",
"vite-imagetools": "^7.0.1",
"vite-plugin-pwa": "^0.19.8",
"workbox-window": "^7.1.0"
},
"dependencies": {
"@fontsource/inter": "^5.0.18",
"@neodrag/svelte": "^2.0.6",
"@sveltejs/adapter-auto": "^3.3.1",
"date-fns": "^3.6.0",
"lucide-svelte": "^0.456.0",
"popmotion": "^11.0.5",
"sharp": "^0.33.4",
"svelte-local-storage-store": "^0.6.4",
"unplugin-icons": "^0.18.5"
}
}