diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
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", |