diff options
author | eug-vs <eug-vs@keemail.me> | 2021-03-14 02:32:09 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-03-14 02:32:26 +0300 |
commit | 64a537425a05a15ecfac3bf314735876dbbd8ed7 (patch) | |
tree | 526d83464a470ee8311744b4736ae7545c0fcd30 /package.json | |
parent | cfb287490d353166cf0a3db7105d8002cc473f00 (diff) | |
download | commercel-ui-64a537425a05a15ecfac3bf314735876dbbd8ed7.tar.gz |
feat: pull Products from api
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" } } |