Update link
This commit is contained in:
parent
0947bb9aaa
commit
565eeb10b6
5
.prettierrc
Normal file
5
.prettierrc
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"singleQuote": true,
|
||||||
|
"jsxSingleQuote": true,
|
||||||
|
"trailingComma": "all"
|
||||||
|
}
|
0
next.config.js
Executable file → Normal file
0
next.config.js
Executable file → Normal file
52
package.json
52
package.json
@ -14,43 +14,43 @@
|
|||||||
"start": "next start"
|
"start": "next start"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@radix-ui/react-accordion": "^1.2.0",
|
"@radix-ui/react-accordion": "^1.2.2",
|
||||||
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
"@radix-ui/react-dropdown-menu": "^2.1.5",
|
||||||
"@radix-ui/react-icons": "^1.3.0",
|
"@radix-ui/react-icons": "^1.3.2",
|
||||||
"@radix-ui/react-slot": "^1.1.0",
|
"@radix-ui/react-slot": "^1.1.1",
|
||||||
"@t3-oss/env-nextjs": "^0.10.1",
|
"@t3-oss/env-nextjs": "^0.10.1",
|
||||||
"class-variance-authority": "^0.7.0",
|
"class-variance-authority": "^0.7.1",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"drizzle-orm": "^0.33.0",
|
"drizzle-orm": "^0.33.0",
|
||||||
"geist": "^1.3.0",
|
"geist": "^1.3.1",
|
||||||
"lucide-react": "^0.441.0",
|
"lucide-react": "^0.441.0",
|
||||||
"next": "^14.2.4",
|
"next": "^14.2.23",
|
||||||
"next-themes": "^0.3.0",
|
"next-themes": "^0.3.0",
|
||||||
"postgres": "^3.4.4",
|
"postgres": "^3.4.5",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
"react-dom": "^18.3.1",
|
"react-dom": "^18.3.1",
|
||||||
"react-icons": "^5.3.0",
|
"react-icons": "^5.4.0",
|
||||||
"recharts": "^2.12.7",
|
"recharts": "^2.15.1",
|
||||||
"tailwind-merge": "^2.5.2",
|
"tailwind-merge": "^2.6.0",
|
||||||
"tailwindcss-animate": "^1.0.7",
|
"tailwindcss-animate": "^1.0.7",
|
||||||
"zod": "^3.23.3"
|
"zod": "^3.24.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/eslint": "^8.56.10",
|
"@types/eslint": "^8.56.12",
|
||||||
"@types/node": "^20.14.10",
|
"@types/node": "^20.17.17",
|
||||||
"@types/react": "^18.3.3",
|
"@types/react": "^18.3.18",
|
||||||
"@types/react-dom": "^18.3.0",
|
"@types/react-dom": "^18.3.5",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.1.0",
|
"@typescript-eslint/eslint-plugin": "^8.23.0",
|
||||||
"@typescript-eslint/parser": "^8.1.0",
|
"@typescript-eslint/parser": "^8.23.0",
|
||||||
"drizzle-kit": "^0.24.0",
|
"drizzle-kit": "^0.24.2",
|
||||||
"eslint": "^8.57.0",
|
"eslint": "^8.57.1",
|
||||||
"eslint-config-next": "^14.2.4",
|
"eslint-config-next": "^14.2.23",
|
||||||
"eslint-plugin-drizzle": "^0.2.3",
|
"eslint-plugin-drizzle": "^0.2.3",
|
||||||
"postcss": "^8.4.39",
|
"postcss": "^8.5.1",
|
||||||
"prettier": "^3.3.2",
|
"prettier": "^3.4.2",
|
||||||
"prettier-plugin-tailwindcss": "^0.6.5",
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
||||||
"tailwindcss": "^3.4.3",
|
"tailwindcss": "^3.4.17",
|
||||||
"typescript": "^5.5.3"
|
"typescript": "^5.7.3"
|
||||||
},
|
},
|
||||||
"ct3aMetadata": {
|
"ct3aMetadata": {
|
||||||
"initVersion": "7.37.0"
|
"initVersion": "7.37.0"
|
||||||
|
2747
pnpm-lock.yaml
generated
2747
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
git pull
|
git pull
|
||||||
mv ~/Documents/Web/completeuphoria/next.config.js ~/Documents/Web/completeuphoria/scripts/next.config.default.js
|
mv ~/Documents/Web/gib_portfolio/next.config.js ~/Documents/Web/gib_portfolio/scripts/next.config.default.js
|
||||||
cp ~/Documents/Web/completeuphoria/scripts/next.config.build.js ~/Documents/Web/completeuphoria/next.config.js
|
cp ~/Documents/Web/gib_portfolio/scripts/next.config.build.js ~/Documents/Web/gib_portfolio/next.config.js
|
||||||
sudo docker compose -f docker/development/compose.yaml down
|
sudo docker compose -f docker/development/compose.yaml down
|
||||||
sudo docker compose -f docker/development/compose.yaml build
|
sudo docker compose -f docker/development/compose.yaml build
|
||||||
sudo docker compose -f docker/development/compose.yaml up -d
|
sudo docker compose -f docker/development/compose.yaml up -d
|
||||||
cp ~/Documents/Web/completeuphoria/scripts/next.config.default.js ~/Documents/Web/completeuphoria/next.config.js
|
cp ~/Documents/Web/gib_portfolio/scripts/next.config.default.js ~/Documents/Web/gib_portfolio/next.config.js
|
||||||
|
@ -20,7 +20,7 @@ export default function TenantPortal() {
|
|||||||
<AccordionContent>
|
<AccordionContent>
|
||||||
<div className="flex flex-col items-center justify-center">
|
<div className="flex flex-col items-center justify-center">
|
||||||
<div className="flex flex-row my-4 mx-auto">
|
<div className="flex flex-row my-4 mx-auto">
|
||||||
<Link href="https://tenantportal.gbrown.org">
|
<Link href="https://magnolia.gbrown.org">
|
||||||
<h2 className="text-lg font-semibold text-center">
|
<h2 className="text-lg font-semibold text-center">
|
||||||
Tenant Portal Web Application
|
Tenant Portal Web Application
|
||||||
</h2>
|
</h2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user