mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 22:12:44 +03:00
48e1f6fcc5
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
16 lines
362 B
JSON
16 lines
362 B
JSON
{
|
|
"name": "app",
|
|
"devDependencies": {
|
|
"@types/node": "^10.0.0",
|
|
"@types/mime": "^2.0.3"
|
|
},
|
|
"dependencies": {
|
|
"@anticrm/dev-account": "^0.6.7",
|
|
"@pulumi/aws": "^4.14.0",
|
|
"@pulumi/cloud": "^0.30.1",
|
|
"@pulumi/cloud-aws": "^0.30.1",
|
|
"@pulumi/pulumi": "^3.9.1",
|
|
"mime": "^2.5.2"
|
|
}
|
|
}
|