-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 950 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 950 Bytes
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
{
"name": "atomix-qrgen",
"version": "0.0.1",
"description": "A modern, privacy-focused QR code generator supporting multiple formats including URL, WiFi, vCard, Event, Payment, and plain text. Built with Astro and Preact.",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"keywords": [
"qr-code",
"qr-code-generator",
"qr-generator",
"wifi-qr",
"vcard-qr",
"event-qr",
"payment-qr",
"astro",
"preact",
"tailwindcss",
"client-side",
"privacy",
"no-backend",
"secure",
"atomix"
],
"author": "Johan Amed <rjohanamed@gmail.com>",
"license": "MIT",
"dependencies": {
"@astrojs/preact": "^4.1.3",
"astro": "^5.17.1",
"preact": "^10.28.3",
"qr-code-styling": "^1.9.2",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.18"
}
}