diff --git a/package.json b/package.json index a65713b..a98c887 100644 --- a/package.json +++ b/package.json @@ -4,25 +4,13 @@ "private": true, "dependencies": { "@apollo/client": "^3.3.21", - "@testing-library/jest-dom": "^5.11.4", - "@testing-library/react": "^11.1.0", - "@testing-library/user-event": "^12.1.10", - "@types/jest": "^26.0.15", - "@types/node": "^12.0.0", - "@types/react": "^17.0.0", - "@types/react-dom": "^17.0.0", - "@types/react-router-dom": "^5.1.8", "graphql": "^15.5.1", - "node-sass": "^6.0.1", - "prop-types": "^15.7.2", "react": "^17.0.2", "react-contexify": "^5.0.0", "react-dom": "^17.0.2", "react-icons": "^4.2.0", "react-router-dom": "^5.2.0", - "react-scripts": "4.0.3", - "typescript": "^4.1.2", - "web-vitals": "^1.0.1" + "tailwindcss": "npm:@tailwindcss/postcss7-compat" }, "scripts": { "start": "craco start", @@ -59,12 +47,19 @@ "@graphql-codegen/typescript-react-apollo": "2.3.1", "@typescript-eslint/eslint-plugin": "^4.28.4", "@typescript-eslint/parser": "^4.28.4", - "apollo": "^2.33.4", "autoprefixer": "^9", "eslint": "^7.31.0", "eslint-plugin-react": "^7.24.0", "postcss": "^7", - "tailwindcss": "npm:@tailwindcss/postcss7-compat" + "react-scripts": "4.0.3", + "@types/jest": "^26.0.15", + "@types/node": "^12.0.0", + "@types/react": "^17.0.0", + "@types/react-dom": "^17.0.0", + "@types/react-router-dom": "^5.1.8", + "typescript": "^4.1.2", + "node-sass": "^6.0.1", + "apollo": "^2.33.4" }, "proxy": "http://localhost:8080" }