21037: renamed a few "require" functions to adapt to webpack now reserving that word...
[arvados.git] / services / workbench2 / package.json
index 03819ec13c33d86d49ed29e9d75382ba8fe16156..ecc31a86dc11267c51235ee7c1ee801a2a9a8a5a 100644 (file)
@@ -3,6 +3,8 @@
   "version": "0.1.0",
   "private": true,
   "dependencies": {
+    "@babel/core": "^7.0.0",
+    "@babel/runtime-corejs2": "^7.0.0",
     "@coreui/coreui": "^4.3.2",
     "@coreui/react": "^4.11.0",
     "@date-io/date-fns": "1",
     "@types/redux-form": "7.4.12",
     "@types/shell-escape": "^0.2.0",
     "axios": "^0.21.1",
-    "babel-core": "6.26.3",
-    "babel-runtime": "6.26.0",
     "bootstrap": "^5.3.2",
-    "caniuse-lite": "1.0.30001299",
+    "caniuse-lite": "1.0.30001606",
     "classnames": "2.2.6",
     "cwlts": "1.15.29",
     "date-fns": "^2.28.0",
     "react-dropzone": "5.1.1",
     "react-highlight-words": "0.14.0",
     "react-idle-timer": "4.3.6",
+    "react-loader-spinner": "^6.1.6",
     "react-redux": "5.0.7",
     "react-router": "4.3.1",
     "react-router-dom": "4.3.1",
     "react-router-redux": "5.0.0-alpha.9",
     "react-rte": "^0.16.5",
-    "react-scripts": "3.4.4",
+    "react-scripts": "4.0.1",
     "react-splitter-layout": "3.0.1",
     "react-transition-group": "2.5.0",
     "react-virtualized-auto-sizer": "1.0.2",
       "last 1 safari version"
     ]
   },
-  "packageManager": "yarn@3.2.0"
+  "packageManager": "yarn@3.2.0",
+  "eslintConfig": {
+    "extends": [
+      "react-app",
+      "react-app/jest"
+    ]
+  }
 }