-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 3.02 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 3.02 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "ygo.tools",
"version": "0.4.2",
"repository": "https://github.com/AntiTcb/ygo.tools",
"private": true,
"packageManager": "pnpm@10.33.0",
"engines": {
"node": ">=22.19.0",
"pnpm": ">=10.33.0"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "pnpm run types && wrangler dev .svelte-kit/cloudflare/_worker.js",
"cf:deploy": "pnpm run types && pnpm run build && wrangler deploy --env=production",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint . --max-warnings=0",
"lint:fix": "eslint . --fix",
"format": "prettier --write --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss .",
"format:check": "prettier --check --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss .",
"test": "vitest run",
"test:watch": "vitest",
"test:unit": "vitest run src",
"test:e2e": "playwright test",
"types": "wrangler types"
},
"devDependencies": {
"@iconify-json/clarity": "^1.2.4",
"@iconify-json/fa-solid": "^1.2.2",
"@iconify-json/fa6-regular": "^1.2.4",
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/lucide": "^1.2.99",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/vscode-icons": "^1.2.45",
"@macfja/svelte-persistent-store": "^2.4.2",
"@skeletonlabs/skeleton": "4.13.0",
"@skeletonlabs/skeleton-svelte": "4.13.0",
"@supabase/ssr": "^0.9.0",
"@supabase/supabase-js": "^2.100.0",
"@sveltejs/adapter-auto": "^7.0.1",
"@sveltejs/adapter-cloudflare": "^7.2.8",
"@sveltejs/enhanced-img": "^0.10.4",
"@sveltejs/kit": "^2.55.0",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"@types/eslint": "^9.6.1",
"@types/node": "^25.2.3",
"@types/nprogress": "^0.2.3",
"autoprefixer": "^10.4.27",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.16.0",
"globals": "^17.4.0",
"nprogress": "^0.2.0",
"prettier": "^3.8.1",
"prettier-plugin-svelte": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"runed": "^0.37.1",
"sk-seo": "^0.5.4",
"super-sitemap": "^1.0.7",
"svelte": "^5.55.0",
"svelte-check": "^4.4.5",
"svelte-search": "^2.1.2",
"svelte-sonner": "^1.1.0",
"tailwindcss": "^4.2.2",
"tslib": "^2.8.1",
"typescript": "^6.0.3",
"typescript-eslint": "^8.57.2",
"unplugin-icons": "^23.0.1",
"vite": "^8.0.3",
"vite-plugin-mkcert": "^2.0.0",
"vitest": "^4.1.1",
"wrangler": "^4.77.0",
"zod": "^4.3.6"
},
"type": "module"
}