mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
* include contact and navbar changes * removereact references * tweak contacts APi route * change font
28 lines
564 B
JSON
28 lines
564 B
JSON
{
|
|
"name": "archgw-monorepo",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"dev": "turbo run dev",
|
|
"build": "turbo run build",
|
|
"lint": "turbo run lint",
|
|
"format": "turbo run format",
|
|
"typecheck": "turbo run typecheck",
|
|
"clean": "turbo run clean && rm -rf node_modules"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"packageManager": "npm@10.0.0",
|
|
"dependencies": {
|
|
"react": "^19.2.3",
|
|
"resend": "^6.6.0"
|
|
}
|
|
}
|