Files
open-saas/opensaas-sh/app_diff/package.json.diff
vincanger 0a7a04e63d Update Stripe and tailwind-merge, adjust NavBar items
Upgraded 'stripe' to 18.1.0 and 'tailwind-merge' to 2.2.1 in package files. Modified NavBar to use 'size-7' when scrolled and updated navigation constants to move 'Pricing' under demo navigation items.
2025-07-29 17:40:35 +02:00

23 lines
725 B
Diff

--- template/app/package.json
+++ opensaas-sh/app/package.json
@@ -1,6 +1,11 @@
{
"name": "opensaas",
"type": "module",
+ "scripts": {
+ "env:pull": "npx dotenv-vault@latest pull development .env.server",
+ "env:push": "npx dotenv-vault@latest push development .env.server",
+ "deploy": "REACT_APP_GOOGLE_ANALYTICS_ID=G-H3LSJCK95H wasp deploy fly deploy"
+ },
"dependencies": {
"@aws-sdk/client-s3": "^3.523.0",
"@aws-sdk/s3-presigned-post": "^3.750.0",
@@ -36,6 +41,7 @@
"react-dom": "^18.2.0",
"react-hook-form": "^7.60.0",
"react-hot-toast": "^2.4.1",
+ "react-icons": "^5.5.0",
"react-router-dom": "^6.26.2",
"stripe": "18.1.0",
"tailwind-merge": "^2.2.1",