plano/package.json
Musa 60162e0575
include contact page and restructuring (#640)
* include contact and navbar changes

* removereact references

* tweak contacts APi route

* change font
2025-12-22 15:02:45 -08:00

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"
}
}