--- template/app/package.json +++ opensaas-sh/app/package.json @@ -5,6 +5,11 @@ ".wasp/build/*", ".wasp/out/*" ], + "scripts": { + "deploy": "REACT_APP_GOOGLE_ANALYTICS_ID=G-H3LSJCK95H wasp deploy fly deploy", + "env:pull": "npx dotenv-vault@latest pull development .env.server", + "env:push": "npx dotenv-vault@latest push development .env.server" + }, "dependencies": { "@aws-sdk/client-s3": "^3.523.0", "@aws-sdk/s3-presigned-post": "^3.750.0", @@ -40,6 +45,7 @@ "react-apexcharts": "1.4.1", "react-dom": "^18.2.0", "react-hook-form": "^7.60.0", + "react-icons": "^5.5.0", "react-router-dom": "^6.26.2", "stripe": "18.1.0", "tailwind-merge": "^2.2.1",