diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 4a8a083..f084c2a 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,14 @@ "private": true, "dependencies": { "@craco/craco": "^6.1.1", + "@types/axios": "^0.14.0", + "axios": "^0.21.1", "lodash": "^4.17.21", "react": "^17.0.1", "react-dom": "^17.0.1", "react-router-dom": "^5.2.0", "react-scripts": "4.0.3", + "swr": "^0.5.3", "tailwindcss": "npm:@tailwindcss/postcss7-compat", "typescript": "^4.1.2" }, @@ -44,6 +47,7 @@ "@types/react-router-dom": "^5.1.7", "@typescript-eslint/eslint-plugin": "^3.1.0", "@typescript-eslint/parser": "^3.1.0", + "autoprefixer": "^9", "eslint": "^6.8.0", "eslint-config-airbnb": "^18.1.0", "eslint-config-airbnb-typescript": "^8.0.2", @@ -51,7 +55,6 @@ "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.20.0", "eslint-plugin-react-hooks": "^2.5.1", - "autoprefixer": "^9", "postcss": "^7" } } |