From 8f30fc76e498b3c561f511e218a6d4a0b0fc6d16 Mon Sep 17 00:00:00 2001 From: pacien Date: Wed, 10 Oct 2018 16:41:04 +0200 Subject: Initial implementation --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index bcd967e..1cb608c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "dependencies": { "react": "^16.5.2", "react-dom": "^16.5.2", - "react-scripts": "2.0.4" + "react-scripts": "2.0.4", + "xml2js": "^0.4.19" }, "scripts": { "start": "react-scripts start", @@ -21,5 +22,8 @@ "not dead", "not ie <= 11", "not op_mini all" - ] + ], + "devDependencies": { + "@types/xml2js": "^0.4.3" + } } -- cgit v1.2.3