aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json
index bcd967e..1cb608c 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,8 @@
5 "dependencies": { 5 "dependencies": {
6 "react": "^16.5.2", 6 "react": "^16.5.2",
7 "react-dom": "^16.5.2", 7 "react-dom": "^16.5.2",
8 "react-scripts": "2.0.4" 8 "react-scripts": "2.0.4",
9 "xml2js": "^0.4.19"
9 }, 10 },
10 "scripts": { 11 "scripts": {
11 "start": "react-scripts start", 12 "start": "react-scripts start",
@@ -21,5 +22,8 @@
21 "not dead", 22 "not dead",
22 "not ie <= 11", 23 "not ie <= 11",
23 "not op_mini all" 24 "not op_mini all"
24 ] 25 ],
26 "devDependencies": {
27 "@types/xml2js": "^0.4.3"
28 }
25} 29}