summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-03-14 01:00:49 +0300
committereug-vs <eug-vs@keemail.me>2021-03-14 01:00:49 +0300
commitc6fac69a8273ce20216002925deb0a2b5425dc25 (patch)
treec2a22bb4ca992b1e5f7aaee496b3a8a1006013f5 /package.json
parent9e0fde7ed793426d9a3ed8c79e56bc95c01486b2 (diff)
downloadcommercel-ui-c6fac69a8273ce20216002925deb0a2b5425dc25.tar.gz
feat: add basic routing
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 1443dd9..4bad643 100644
--- a/package.json
+++ b/package.json
@@ -4,8 +4,10 @@
"private": true,
"dependencies": {
"@craco/craco": "^6.1.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",
"typescript": "^4.1.2"
},
@@ -33,9 +35,11 @@
},
"devDependencies": {
"@tailwindcss/postcss7-compat": "^2.0.3",
+ "@types/lodash": "^4.14.168",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
+ "@types/react-router-dom": "^5.1.7",
"autoprefixer": "^9",
"postcss": "^7",
"tailwindcss": "npm:@tailwindcss/postcss7-compat"