diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 04438d7..03e2d65 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ }, "devDependencies": { "@babel/core": "^7.15.8", + "@babel/plugin-transform-runtime": "^7.15.8", "@babel/preset-env": "^7.15.8", "@commitlint/cli": "^13.2.1", "@commitlint/config-conventional": "^13.2.0", @@ -64,6 +65,7 @@ "webpack-merge": "^5.8.0" }, "dependencies": { + "@babel/runtime": "^7.15.4", "dotenv": "^10.0.0", "dotenv-expand": "^5.1.0", "modern-normalize": "^1.1.0" |
