✨ Add usage-based new pricing plans
This commit is contained in:
committed by
Baptiste Arnaud
parent
6a1eaea700
commit
898367a33b
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user