20219: Move dev dependencies into devDependencies
[arvados-workbench2.git] / package.json
index 5f1f647d5702a308427a634ab6e676191dbdae1f..bc480e4c9806e7a951cbed2da8f50b0f5ba90943 100644 (file)
@@ -9,7 +9,6 @@
     "@fortawesome/react-fontawesome": "0.1.9",
     "@material-ui/core": "3.9.3",
     "@material-ui/icons": "3.0.1",
-    "@sinonjs/fake-timers": "^10.3.0",
     "@types/debounce": "3.0.0",
     "@types/file-saver": "2.0.0",
     "@types/js-yaml": "3.11.2",
@@ -77,8 +76,6 @@
     "shell-escape": "^0.2.0",
     "sinon": "7.3",
     "tippy.js": "^6.3.7",
-    "tslint": "5.20.0",
-    "tslint-etc": "1.6.0",
     "unionize": "2.1.2",
     "uuid": "3.3.2"
   },
@@ -94,6 +91,7 @@
     "watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive"
   },
   "devDependencies": {
+    "@sinonjs/fake-timers": "^10.3.0",
     "@types/classnames": "2.2.6",
     "@types/enzyme": "3.1.14",
     "@types/enzyme-adapter-react-16": "1.0.3",
     "redux-devtools": "3.4.1",
     "redux-mock-store": "1.5.4",
     "ts-mock-imports": "1.3.7",
+    "tslint": "5.20.0",
+    "tslint-etc": "1.6.0",
     "typescript": "4.3.4",
     "wait-on": "4.0.2",
     "yamljs": "0.3.0"