This repository was archived by the owner on Jan 12, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.53 KB
/
Copy pathpackage.json
File metadata and controls
98 lines (98 loc) · 2.53 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "www",
"description": "Zyla is a free, AI-powered instant translation tool that works directly on web pages. Translate any text on the internet instantly with just one click, supporting over 100 languages. No limits, no fees, no subscriptions just seamless, privacy focused translation.",
"private": true,
"version": "0.1.0",
"type": "module",
"homepage": "https://getzyla.xyz",
"repository": {
"type": "git",
"url": "https://github.com/getzyla/www.git"
},
"bugs": {
"url": "https://github.com/getzyla/www/issues"
},
"license": "MIT",
"keywords": [
"translation",
"ai",
"browser-extension",
"instant-translate",
"multilingual",
"svelte",
"sveltekit",
"web-app",
"free",
"privacy-focused",
"open-source",
"ai-powered",
"machine-translation",
"real-time-translation",
"web-translation",
"language-support",
"cross-language",
"online-translation",
"text-translation",
"no-limits",
"unlimited-translation",
"fast-translation",
"secure-translation",
"privacy-first",
"chrome-extension",
"browser-tool",
"ui-components",
"svelte-components",
"accordion",
"cards",
"forms",
"api",
"server-side",
"validation",
"error-handling",
"keyboard-shortcuts",
"responsive-design",
"tailwind-css",
"typescript",
"vite",
"modern-javascript"
],
"author": "Pimatis",
"contributors": [
{
"name": "Pimatis",
"url": "https://github.com/Pimatis"
}
],
"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",
"lint": "eslint . --ext .js,.ts,.svelte",
"format": "prettier --write ."
},
"devDependencies": {
"@internationalized/date": "^3.8.1",
"@lucide/svelte": "^0.544.0",
"@sveltejs/adapter-auto": "^6.1.0",
"@sveltejs/kit": "^2.37.0",
"@sveltejs/vite-plugin-svelte": "^6.1.3",
"@tailwindcss/vite": "^4.1.12",
"bits-ui": "^2.11.0",
"clsx": "^2.1.1",
"svelte": "^5.38.6",
"svelte-check": "^4.3.3",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^3.1.1",
"tailwindcss": "^4.1.12",
"tw-animate-css": "^1.3.7",
"typescript": "^5.9.3",
"vite": "^7.1.3"
},
"dependencies": {
"@sveltejs/adapter-cloudflare": "^7.2.4",
"svelte-i18n": "^4.0.1"
}
}