diff --git a/package.json b/package.json index fd24d62781..856d6a3af1 100644 --- a/package.json +++ b/package.json @@ -12,10 +12,15 @@ "test:system:coverage:merge": "nyc merge ./coverage/system-js ./coverage/coverage.json" }, "dependencies": { + "@babel/core": "^7.23.2", + "@babel/plugin-transform-runtime": "^7.23.2", + "@babel/preset-env": "^7.23.2", "@dodona/papyros": "^1.0.1", "@popperjs/core": "^2.11.8", "@rails/activestorage": "^7.1.1", "@rails/ujs": "^7.1.1", + "babel-loader": "^9.1.3", + "babel-plugin-macros": "^3.1.0", "bootstrap": "5.3.2", "clipboard": "^2.0.11", "core-js": "^3.33.1", @@ -29,12 +34,13 @@ "lit": "^3.0.0", "node-polyglot": "^2.5.0", "sass": "^1.69.4", - "tippy.js": "^6.3.7" + "tippy.js": "^6.3.7", + "ts-loader": "^9.5.0", + "typescript": "^5.2.2", + "webpack": "^5.89.0", + "webpack-cli": "^5.1.4" }, "devDependencies": { - "@babel/core": "^7.23.2", - "@babel/plugin-transform-runtime": "^7.23.2", - "@babel/preset-env": "^7.23.2", "@open-wc/testing-helpers": "^2.3.0", "@testing-library/dom": "^9.3.3", "@testing-library/user-event": "^14.5.1", @@ -48,8 +54,6 @@ "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "babel-plugin-istanbul": "^6.1.1", - "babel-loader": "^9.1.3", - "babel-plugin-macros": "^3.1.0", "eslint": "^8.52.0", "eslint-config-google": "^0.14.0", "eslint-plugin-jest": "^27.4.3", @@ -63,10 +67,6 @@ "stylelint-config-standard": "^34.0.0", "stylelint-config-standard-scss": "^11.0.0", "ts-jest": "^26.5.6", - "ts-loader": "^9.5.0", - "typescript": "^5.2.2", - "webpack": "^5.89.0", - "webpack-bundle-analyzer": "^4.9.1", - "webpack-cli": "^5.1.4" + "webpack-bundle-analyzer": "^4.9.1" } }