aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-11-13 20:27:30 +0300
committereug-vs <eug-vs@keemail.me>2020-11-13 20:29:24 +0300
commit45b221fc76cb2bfe5e4a90d35f86ee0c498b603b (patch)
treebdf090490a6f08b7bea88bcf3f5311048841458a /package.json
parent8eef541826d2d89b0f24771a04590190f594f186 (diff)
downloadfamcs-kit-45b221fc76cb2bfe5e4a90d35f86ee0c498b603b.tar.gz
chore: install react-benzin
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index 3ea1d34..0aae0ee 100644
--- a/package.json
+++ b/package.json
@@ -2,15 +2,14 @@
"name": "famcs-kit",
"version": "0.0.0",
"dependencies": {
- "@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"react": "^17.0.1",
+ "react-benzin": "^4.0.0",
"react-dom": "^17.0.1",
"react-scripts": "4.0.0",
- "typescript": "^4.0.3",
- "web-vitals": "^0.2.4"
+ "typescript": "^4.0.3"
},
"scripts": {
"start": "react-scripts start",