mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
feat: shared type package
This commit is contained in:
12
bun.lock
12
bun.lock
@@ -12,7 +12,7 @@
|
||||
"name": "@ironmount/client",
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "^5.2.1",
|
||||
"@ironmount/server": "workspace:*",
|
||||
"@ironmount/schemas": "workspace:*",
|
||||
"@radix-ui/react-alert-dialog": "^1.1.15",
|
||||
"@radix-ui/react-dialog": "^1.1.15",
|
||||
"@radix-ui/react-label": "^2.1.7",
|
||||
@@ -52,6 +52,7 @@
|
||||
"name": "@ironmount/server",
|
||||
"dependencies": {
|
||||
"@hono/arktype-validator": "^2.0.1",
|
||||
"@ironmount/schemas": "workspace:*",
|
||||
"@scalar/hono-api-reference": "^0.9.13",
|
||||
"arktype": "^2.1.20",
|
||||
"dotenv": "^17.2.1",
|
||||
@@ -66,6 +67,13 @@
|
||||
"drizzle-kit": "^0.31.4",
|
||||
},
|
||||
},
|
||||
"packages/schemas": {
|
||||
"name": "@ironmount/schemas",
|
||||
"version": "0.0.0",
|
||||
"peerDependencies": {
|
||||
"arktype": ">=2",
|
||||
},
|
||||
},
|
||||
},
|
||||
"packages": {
|
||||
"@ampproject/remapping": ["@ampproject/remapping@2.3.0", "", { "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.24" } }, "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw=="],
|
||||
@@ -208,6 +216,8 @@
|
||||
|
||||
"@ironmount/client": ["@ironmount/client@workspace:apps/client"],
|
||||
|
||||
"@ironmount/schemas": ["@ironmount/schemas@workspace:packages/schemas"],
|
||||
|
||||
"@ironmount/server": ["@ironmount/server@workspace:apps/server"],
|
||||
|
||||
"@isaacs/cliui": ["@isaacs/cliui@8.0.2", "", { "dependencies": { "string-width": "^5.1.2", "string-width-cjs": "npm:string-width@^4.2.0", "strip-ansi": "^7.0.1", "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", "wrap-ansi": "^8.1.0", "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" } }, "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA=="],
|
||||
|
||||
Reference in New Issue
Block a user