]> git.proxmox.com Git - mirror_novnc.git/blobdiff - package.json
Correcting path to package.json for running at a path other than root.
[mirror_novnc.git] / package.json
index 12b6323e3598553cc013fd7e795967ca41a50bb4..8ef1ccf5560301c3c9a6fb682e80c3bf2d930b91 100644 (file)
   },
   "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": "*",