22 lines
460 B
JSON
22 lines
460 B
JSON
{
|
|
"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:",
|
|
"common": "workspace:^",
|
|
"effect": "catalog:",
|
|
"fast-check": "catalog:",
|
|
"make-api": "workspace:^",
|
|
"preact": "catalog:",
|
|
"preact-iso": "catalog:"
|
|
}
|
|
}
|