-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.31 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
45
46
47
48
{
"name": "zint-icon",
"private": true,
"version": "0.0.1",
"type": "module",
"packageManager": "pnpm@11.9.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check . && eslint ."
},
"devDependencies": {
"@eslint/compat": "1.3.2",
"@eslint/js": "9.36.0",
"@sveltejs/adapter-vercel": "6.3.4",
"@sveltejs/kit": "2.69.2",
"@sveltejs/vite-plugin-svelte": "7.2.0",
"@tailwindcss/vite": "4.3.2",
"eslint": "9.36.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-svelte": "3.20.0",
"globals": "16.4.0",
"prettier": "3.9.5",
"prettier-plugin-svelte": "4.1.1",
"prettier-plugin-tailwindcss": "0.8.0",
"svelte": "5.56.4",
"svelte-check": "4.7.2",
"tailwindcss": "4.3.2",
"typescript": "6.0.3",
"typescript-eslint": "8.63.0",
"vite": "8.1.4"
},
"dependencies": {
"@fontsource-variable/geist-mono": "5.2.8",
"@lucide/svelte": "1.24.0",
"@number-flow/svelte": "0.4.1",
"clsx": "2.1.1",
"mode-watcher": "1.1.0",
"svelte-sileo": "1.2.0",
"svgson": "5.3.1",
"tailwind-merge": "3.6.0"
}
}