-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 816 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 816 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
{
"name": "@k2b/cloud-app-core",
"version": "0.0.0",
"private": true,
"type": "module",
"module": "src/index.ts",
"scripts": {
"typecheck": "tsc -p tsconfig.json --noEmit --pretty false 2>&1 | grep -v node_modules | (! grep -q 'error TS')"
},
"dependencies": {
"@fontsource/ibm-plex-sans-condensed": "5.3.0",
"@simplewebauthn/browser": "13.3.0",
"@k2b/cloud": "workspace:*",
"@k2b/ssr": "catalog:",
"@k2b/stdlib": "catalog:",
"@k2b/sync": "catalog:",
"@k2b/ui": "workspace:*",
"hono": "catalog:",
"jose": "catalog:",
"lean-qr": "catalog:",
"solid-js": "catalog:",
"zod": "catalog:"
},
"devDependencies": {
"@types/bun": "catalog:",
"bun-plugin-tailwind": "catalog:",
"typescript": "catalog:"
},
"license": "AGPL-3.0-or-later"
}