From 1c23d9d83bd6d50c99bd5bae99706f59820f6a1c Mon Sep 17 00:00:00 2001 From: alonkeyval Date: Sun, 23 Jul 2023 13:04:54 +0300 Subject: [PATCH] modify package json --- frontend/webapp/package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/webapp/package.json b/frontend/webapp/package.json index e339c43fa..e86b39ed8 100644 --- a/frontend/webapp/package.json +++ b/frontend/webapp/package.json @@ -14,24 +14,22 @@ "@types/node": "20.3.3", "@types/react": "18.2.11", "@types/react-dom": "18.2.4", - "autoprefixer": "^10.4.14", + "autoprefixer": "10.4.14", "axios": "^1.4.0", "eslint": "8.42.0", "eslint-config-next": "13.4.5", "next": "latest", - "postcss": "^8.4.26", + "postcss": "8.4.26", "prop-types": "^15.8.1", "react": "18.2.0", "react-dom": "18.2.0", "react-lottie": "^1.2.3", "react-query": "^3.39.3", - "reactflow": "^11.7.4", "styled-components": "^6.0.2", "swr": "^2.1.5", "typescript": "5.1.3" }, "devDependencies": { - "babel-plugin-styled-components": "^2.1.4", - "tailwindcss": "^3.3.3" + "babel-plugin-styled-components": "^2.1.4" } }