diff options
author | pacien | 2018-10-10 16:41:04 +0200 |
---|---|---|
committer | pacien | 2018-10-10 16:41:04 +0200 |
commit | 8f30fc76e498b3c561f511e218a6d4a0b0fc6d16 (patch) | |
tree | 0cb9ce497b2e6f75ee9badbec71e97a14c7528c0 /package.json | |
parent | 6f3fc8c44a917ba8248388c886ea1c97dfe4285e (diff) | |
download | jacoco-viewer-8f30fc76e498b3c561f511e218a6d4a0b0fc6d16.tar.gz |
Initial implementation
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
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 | } |