2
0

Add usage-based new pricing plans

This commit is contained in:
Baptiste Arnaud
2022-09-17 16:37:33 +02:00
committed by Baptiste Arnaud
parent 6a1eaea700
commit 898367a33b
144 changed files with 4631 additions and 1624 deletions

View File

@ -14,18 +14,23 @@
"@rollup/plugin-commonjs": "22.0.2",
"@rollup/plugin-node-resolve": "^14.0.1",
"@rollup/plugin-typescript": "8.5.0",
"@types/nodemailer": "6.4.5",
"aws-sdk": "2.1213.0",
"db": "workspace:*",
"models": "workspace:*",
"next": "12.3.0",
"nodemailer": "^6.7.8",
"rollup": "2.79.0",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.4.0",
"typescript": "^4.8.3",
"aws-sdk": "2.1213.0",
"models": "workspace:*",
"next": "12.3.0"
"typescript": "^4.8.3"
},
"peerDependencies": {
"aws-sdk": "^2.1152.0",
"db": "workspace:*",
"models": "workspace:*",
"next": "^12.0.0"
"next": "^12.0.0",
"nodemailer": "^6.7.8"
}
}