41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "@acme/backend",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"description": "Convex Backend for Monorepo",
|
|
"author": "Gib",
|
|
"license": "MIT",
|
|
"exports": {},
|
|
"scripts": {
|
|
"dev": "convex dev",
|
|
"dev:tunnel": "convex dev",
|
|
"setup": "convex dev --until-success",
|
|
"clean": "git clean -xdf .cache .turbo dist node_modules",
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
|
"lint": "eslint --flag unstable_native_nodejs_ts_config",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@oslojs/crypto": "^1.0.1",
|
|
"@react-email/components": "0.5.4",
|
|
"@react-email/render": "^1.4.0",
|
|
"@t3-oss/env-core": "^0.13.8",
|
|
"convex": "catalog:convex",
|
|
"react": "catalog:react19",
|
|
"react-dom": "catalog:react19",
|
|
"usesend-js": "^1.5.6",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@acme/eslint-config": "workspace:*",
|
|
"@acme/prettier-config": "workspace:*",
|
|
"@acme/tsconfig": "workspace:*",
|
|
"eslint": "catalog:",
|
|
"prettier": "catalog:",
|
|
"react-email": "4.2.11",
|
|
"typescript": "catalog:"
|
|
},
|
|
"prettier": "@acme/prettier-config"
|
|
}
|