mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-10-11 13:12:33 +02:00
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.
23 lines
725 B
Diff
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",
|