summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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"