bbovenzi commented on a change in pull request #14691:
URL: https://github.com/apache/airflow/pull/14691#discussion_r591075010



##########
File path: airflow/ui/package.json
##########
@@ -0,0 +1,45 @@
+{
+  "name": "ui",
+  "version": "1.0.0",
+  "main": "index.js",
+  "license": "MIT",
+  "scripts": {
+    "start": "webpack-dev-server --mode development --open",
+    "build": "webpack --mode production",
+    "test": "jest",
+    "lint": "eslint --format codeframe --ext mjs,jsx,js,tsx,ts src test && tsc"
+  },
+  "dependencies": {
+    "@chakra-ui/react": "^1.3.4",
+    "@emotion/react": "^11.1.5",
+    "@emotion/styled": "^11.1.5",
+    "dotenv": "^8.2.0",
+    "framer-motion": "^3.10.0",
+    "prop-types": "^15",

Review comment:
       Good catch. Cleaned up a few other libraries we don't need at the moment.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to