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