mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-08-02 09:53:00 +02:00
23 lines
767 B
Diff
23 lines
767 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",
|
|
@@ -8,7 +13,6 @@
|
|
"@faker-js/faker": "8.3.1",
|
|
"@google-analytics/data": "4.1.0",
|
|
"@headlessui/react": "1.7.13",
|
|
- "@lemonsqueezy/lemonsqueezy.js": "^3.2.0",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/typography": "^0.5.7",
|
|
"apexcharts": "3.41.0",
|