Browse Source

fix dependencies

Bernadette Elena Hammerle 2 years ago
parent
commit
bfeec3ca53
2 changed files with 1151 additions and 764 deletions
  1. 1149 750
      package-lock.json
  2. 2 14
      package.json

File diff suppressed because it is too large
+ 1149 - 750
package-lock.json


+ 2 - 14
package.json

@@ -11,6 +11,7 @@
     "react-bootstrap": "^1.6.0",
     "react-dom": "^17.0.2",
     "react-router-dom": "^5.2.0",
+    "react-scripts": "^4.0.3",
     "react-snap": "^1.23.0",
     "reactstrap": "^8.9.0"
   },
@@ -21,10 +22,6 @@
     "test": "react-scripts test",
     "eject": "react-scripts eject"
   },
-  "eslintConfig": {
-    "extends": "@imaginary-cloud/react"
-  },
-  "prettier": "@imaginary-cloud/prettier-config",
   "browserslist": {
     "production": [
       ">0.2%",
@@ -37,14 +34,5 @@
       "last 1 safari version"
     ]
   },
-  "devDependencies": {
-    "eslint": "^7.31.0",
-    "eslint-config-airbnb": "^18.2.1",
-    "eslint-config-prettier": "^6.15.0",
-    "eslint-plugin-import": "^2.23.4",
-    "eslint-plugin-jsx-a11y": "^6.4.1",
-    "eslint-plugin-prettier": "^3.4.0",
-    "eslint-plugin-react": "^7.24.0",
-    "eslint-plugin-react-hooks": "^2.5.1"
-  }
+  "devDependencies": {}
 }

Some files were not shown because too many files changed in this diff