Selaa lähdekoodia

test autoprefixer

amenpunk 3 vuotta sitten
vanhempi
sitoutus
ace1a57d80
1 muutettua tiedostoa jossa 61 lisäystä ja 58 poistoa
  1. 61 58
      package.json

+ 61 - 58
package.json

@@ -1,60 +1,63 @@
 {
-  "name": "psicoadmin",
-  "homepage": "http://psicoadmin.ditca.org",
-  "version": "0.1.0",
-  "private": true,
-  "dependencies": {
-    "@emotion/react": "^11.5.0",
-    "@emotion/styled": "^11.3.0",
-    "@iconify/icons-eva": "^1.1.0",
-    "@iconify/react": "^3.1.3",
-    "@mui/icons-material": "^5.1.0",
-    "@mui/lab": "^5.0.0-alpha.59",
-    "@mui/material": "^5.1.0",
-    "@testing-library/jest-dom": "^5.16.1",
-    "@testing-library/react": "^11.2.7",
-    "@testing-library/react-hooks": "^7.0.2",
-    "@testing-library/user-event": "^12.8.3",
-    "axios": "^0.26.1",
-    "bootstrap": "^5.1.3",
-    "date-fns": "^2.27.0",
-    "formik": "^2.2.9",
-    "jquery": "^3.6.0",
-    "js-cookie": "^3.0.1",
-    "jwt-decode": "^3.1.2",
-    "react": "^17.0.2",
-    "react-bootstrap": "^2.0.2",
-    "react-dom": "^17.0.2",
-    "react-hot-toast": "^2.2.0",
-    "react-query": "^3.34.12",
-    "react-router": "6.2.1",
-    "react-router-dom": "6.2.1",
-    "react-scripts": "^5.0.0",
-    "web-vitals": "^1.0.1",
-    "yup": "^0.32.11"
-  },
-  "scripts": {
-    "start": "react-scripts start",
-    "build": "react-scripts build",
-    "test": "react-scripts test",
-    "eject": "react-scripts eject"
-  },
-  "eslintConfig": {
-    "extends": [
-      "react-app",
-      "react-app/jest"
-    ]
-  },
-  "browserslist": {
-    "production": [
-      ">0.2%",
-      "not dead",
-      "not op_mini all"
-    ],
-    "development": [
-      "last 1 chrome version",
-      "last 1 firefox version",
-      "last 1 safari version"
-    ]
-  }
+    "name": "psicoadmin",
+    "homepage": "http://psicoadmin.ditca.org",
+    "version": "0.1.0",
+    "private": true,
+    "dependencies": {
+        "@emotion/react": "^11.5.0",
+        "@emotion/styled": "^11.3.0",
+        "@iconify/icons-eva": "^1.1.0",
+        "@iconify/react": "^3.1.3",
+        "@mui/icons-material": "^5.1.0",
+        "@mui/lab": "^5.0.0-alpha.59",
+        "@mui/material": "^5.1.0",
+        "@testing-library/jest-dom": "^5.16.1",
+        "@testing-library/react": "^11.2.7",
+        "@testing-library/react-hooks": "^7.0.2",
+        "@testing-library/user-event": "^12.8.3",
+        "axios": "^0.26.1",
+        "bootstrap": "^5.1.3",
+        "date-fns": "^2.27.0",
+        "formik": "^2.2.9",
+        "jquery": "^3.6.0",
+        "js-cookie": "^3.0.1",
+        "jwt-decode": "^3.1.2",
+        "react": "^17.0.2",
+        "react-bootstrap": "^2.0.2",
+        "react-dom": "^17.0.2",
+        "react-hot-toast": "^2.2.0",
+        "react-query": "^3.34.12",
+        "react-router": "6.2.1",
+        "react-router-dom": "6.2.1",
+        "react-scripts": "^5.0.0",
+        "web-vitals": "^1.0.1",
+        "yup": "^0.32.11"
+    },
+    "scripts": {
+        "start": "react-scripts start",
+        "build": "react-scripts build",
+        "test": "react-scripts test",
+        "eject": "react-scripts eject"
+    },
+    "eslintConfig": {
+        "extends": [
+            "react-app",
+            "react-app/jest"
+        ]
+    },
+    "browserslist": {
+        "production": [
+            ">0.2%",
+            "not dead",
+            "not op_mini all"
+        ],
+        "development": [
+            "last 1 chrome version",
+            "last 1 firefox version",
+            "last 1 safari version"
+        ]
+    },
+    "overrides": {
+        "autoprefixer": "10.4.5"
+    }
 }