summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 10 insertions, 9 deletions
diff --git a/package.json b/package.json
index 12b6323..8ef1ccf 100644
--- a/package.json
+++ b/package.json
@@ -40,17 +40,18 @@
},
"homepage": "https://github.com/novnc/noVNC",
"devDependencies": {
- "babel-core": "*",
- "babel-plugin-add-module-exports": "*",
+ "@babel/core": "*",
+ "@babel/plugin-syntax-dynamic-import": "*",
+ "@babel/plugin-transform-modules-amd": "*",
+ "@babel/plugin-transform-modules-commonjs": "*",
+ "@babel/plugin-transform-modules-systemjs": "*",
+ "@babel/plugin-transform-modules-umd": "*",
+ "@babel/preset-env": "*",
+ "@babel/cli": "*",
"babel-plugin-import-redirect": "*",
- "babel-plugin-syntax-dynamic-import": "*",
- "babel-plugin-transform-es2015-modules-amd": "*",
- "babel-plugin-transform-es2015-modules-commonjs": "*",
- "babel-plugin-transform-es2015-modules-systemjs": "*",
- "babel-plugin-transform-es2015-modules-umd": "*",
- "babel-preset-es2015": "*",
- "babelify": "*",
"browserify": "*",
+ "babelify": "*",
+ "core-js": "*",
"chai": "*",
"commander": "*",
"es-module-loader": "*",