-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "adabit.org",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
"clean": "rm -rv .svelte-kit .netlify build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@iconify-json/arcticons": "^1.2.4",
"@iconify-json/fa-brands": "^1.2.0",
"@iconify-json/octicon": "^1.2.1",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.9",
"@sveltejs/adapter-node": "^5.2.8",
"@sveltejs/kit": "^2.7.2",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"firacode": "^6.2.0",
"js-yaml": "^4.1.0",
"sass": "^1.80.4",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"svelte-preprocess": "^5.1.4",
"tippy.js": "^6.3.7",
"tslib": "^2.8.0",
"twemoji": "^14.0.2",
"unplugin-icons": "^0.17.4",
"vite": "^5.4.10"
},
"type": "module",
"packageManager": "[email protected]",
"dependencies": {
"@iconify-json/mdi": "^1.2.1",
"dayjs": "^1.11.13",
"lucide-svelte": "^0.424.0",
"typescript": "^5.6.3"
}
}