Files
2026-07-13 13:34:31 +08:00

33 lines
1.2 KiB
Diff

--- template/app/package.json
+++ opensaas-sh/app/package.json
@@ -5,14 +5,19 @@
".wasp/out/*",
".wasp/out/sdk/wasp"
],
+ "scripts": {
+ "generate-llms-txt": "node ./scripts/generate-llms-txt.mjs",
+ "predeploy": "npm run generate-llms-txt",
+ "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",
"@aws-sdk/s3-request-presigner": "^3.523.0",
"@google-analytics/data": "4.1.0",
"@hookform/resolvers": "^5.1.1",
- "@lemonsqueezy/lemonsqueezy.js": "^3.2.0",
- "@polar-sh/sdk": "^0.34.3",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.2",
@@ -39,6 +44,7 @@
"react-apexcharts": "2.1.0",
"react-dom": "^19.2.1",
"react-hook-form": "^7.60.0",
+ "react-icons": "^5.5.0",
"react-router": "^8.0.1",
"stripe": "18.1.0",
"tailwind-merge": "^2.2.1",