aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 1cb608c..05c7fd6 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,7 @@
3 "version": "0.1.0", 3 "version": "0.1.0",
4 "private": true, 4 "private": true,
5 "dependencies": { 5 "dependencies": {
6 "jszip": "^3.1.5",
6 "react": "^16.5.2", 7 "react": "^16.5.2",
7 "react-dom": "^16.5.2", 8 "react-dom": "^16.5.2",
8 "react-scripts": "2.0.4", 9 "react-scripts": "2.0.4",
@@ -24,6 +25,7 @@
24 "not op_mini all" 25 "not op_mini all"
25 ], 26 ],
26 "devDependencies": { 27 "devDependencies": {
28 "@types/jszip": "^3.1.4",
27 "@types/xml2js": "^0.4.3" 29 "@types/xml2js": "^0.4.3"
28 } 30 }
29} 31}