-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.15 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.15 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
{
"name": "encrypt-click",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"chat:dev": "npx partykit dev",
"chat:deploy": "npx partykit deploy"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/svelte": "^7.2.5",
"@tailwindcss/vite": "^4.2.0",
"astro": "^5.17.1",
"bcryptjs": "^3.0.3",
"bip39": "^3.1.0",
"exifreader": "^4.36.2",
"hash-wasm": "^4.12.0",
"jwt-decode": "^4.0.0",
"lz-string": "^1.5.0",
"node-forge": "^1.3.3",
"openpgp": "^6.3.0",
"partykit": "^0.0.115",
"partysocket": "^1.1.16",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^5.4.624",
"qrcode": "^1.5.4",
"svelte": "^5.53.2",
"tailwindcss": "^4.2.0",
"tlock-js": "^0.9.0",
"typescript": "^5.9.3",
"ulid": "^3.0.2",
"uuid": "^13.0.0",
"zxcvbn": "^4.4.2"
},
"packageManager": "yarn@4.12.0",
"devDependencies": {
"@types/node-forge": "^1.3.14",
"@types/qrcode": "^1.5.6",
"@types/zxcvbn": "^4.4.5",
"vite": "^7.3.1"
}
}