Init backend, frontend and DB schema
This commit is contained in:
14
packages/common/package.json
Normal file
14
packages/common/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "common",
|
||||
"license": "UNLICENSED",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"typescript": "catalog:"
|
||||
},
|
||||
"dependencies": {
|
||||
"@effect/schema": "catalog:",
|
||||
"effect": "catalog:",
|
||||
"fast-check": "catalog:"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user