forked from kalepail/smol-fe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.76 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.76 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
{
"name": "smol-fe",
"type": "module",
"version": "1.5.4",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "node --max-old-space-size=4096 ./node_modules/astro/astro.js build",
"preview": "astro preview",
"astro": "astro",
"test": "node --test tests/*.test.js",
"test:e2e": "playwright test",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"prover": "node scripts/local-prover-server.mjs",
"audit:swaps": "node scripts/swap-audit/audit.js",
"docs:check": "node scripts/check-docs.js",
"docs:xref": "node scripts/docs/build_xref.mjs",
"docs:lint": "node scripts/docs/check_links.mjs && node scripts/docs/check_claims.mjs && node scripts/docs/check_consistency.mjs",
"docs:flows": "node scripts/docs/extract_flows.mjs",
"docs:test": "pnpm docs:xref && pnpm docs:lint && pnpm docs:flows",
"doctor": "node scripts/repo-doctor.js"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/sitemap": "^3.6.1",
"@aztec/bb.js": "2.1.11",
"@creit.tech/stellar-wallets-kit": "^1.9.5",
"@google/genai": "^1.34.0",
"@google/generative-ai": "^0.24.1",
"@noir-lang/backend_barretenberg": "^0.36.0",
"@noir-lang/noir_js": "1.0.0-beta.18",
"@stellar/stellar-sdk": "^14.4.3",
"@types/canvas-confetti": "^1.9.0",
"@types/three": "^0.182.0",
"buffer": "^6.0.3",
"canvas-confetti": "^1.9.4",
"circomlibjs": "^0.1.7",
"comet-sdk": "link:ext/comet-sdk",
"cookie": "^1.0.2",
"js-cookie": "^3.0.5",
"passkey-kit": "^0.12.0",
"qrcode": "^1.5.4",
"smart-account-kit": "0.2.9",
"smol-sdk": "link:ext/smol-sdk",
"snarkjs": "^0.7.6",
"soroswap-router-sdk": "1.2.4",
"svelte-dnd-action": "^0.9.65",
"svelte-turnstile": "^0.11.0",
"three": "^0.182.0",
"tldts": "^7.0.16",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1",
"web-haptics": "^0.0.6"
},
"devDependencies": {
"@astrojs/cloudflare": "^12.6.9",
"@astrojs/svelte": "^7.2.0",
"@cloudflare/workers-types": "^4.20260213.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@playwright/test": "^1.57.0",
"@simplewebauthn/browser": "^13.2.2",
"@tailwindcss/vite": "^4.1.14",
"@types/js-cookie": "^3.0.6",
"@types/node": "^24.7.0",
"@types/qrcode": "^1.5.6",
"astro": "^5.14.1",
"esbuild-plugins-node-modules-polyfill": "^1.7.1",
"sass": "^1.93.2",
"sharp": "0.34.4",
"svelte": "^5.39.9",
"svelte-check": "^4.3.2",
"tailwindcss": "^4.1.14",
"typescript": "^5.9.3",
"vite-plugin-mkcert": "^1.17.9",
"vite-plugin-node-polyfills": "^0.24.0",
"vitest": "^4.0.18",
"wrangler": "^4.58.0"
},
"packageManager": "pnpm@10.18.1"
}