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