-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.27 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
{
"name": "smol-fe",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"dependencies": {
"@stellar/stellar-sdk": "^14.2.0",
"buffer": "^6.0.3",
"comet-sdk": "link:./ext/comet-sdk",
"cookie": "^1.0.2",
"jimp": "^1.6.0",
"js-cookie": "^3.0.5",
"passkey-kit": "^0.12.0",
"smol-sdk": "link:./ext/smol-sdk",
"svelte-dnd-action": "^0.9.65",
"tldts": "^7.0.16"
},
"devDependencies": {
"@astrojs/cloudflare": "^12.6.9",
"@astrojs/svelte": "^7.2.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@simplewebauthn/browser": "^13.2.2",
"@tailwindcss/vite": "^4.1.14",
"@types/js-cookie": "^3.0.6",
"@types/node": "^24.7.0",
"astro": "^5.14.1",
"esbuild-plugins-node-modules-polyfill": "^1.7.1",
"sass": "^1.93.2",
"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"
},
"packageManager": "pnpm@10.18.1"
}