diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..bcd967e --- /dev/null +++ b/package.json | |||
@@ -0,0 +1,25 @@ | |||
1 | { | ||
2 | "name": "jacoco-report-viewer", | ||
3 | "version": "0.1.0", | ||
4 | "private": true, | ||
5 | "dependencies": { | ||
6 | "react": "^16.5.2", | ||
7 | "react-dom": "^16.5.2", | ||
8 | "react-scripts": "2.0.4" | ||
9 | }, | ||
10 | "scripts": { | ||
11 | "start": "react-scripts start", | ||
12 | "build": "react-scripts build", | ||
13 | "test": "react-scripts test", | ||
14 | "eject": "react-scripts eject" | ||
15 | }, | ||
16 | "eslintConfig": { | ||
17 | "extends": "react-app" | ||
18 | }, | ||
19 | "browserslist": [ | ||
20 | ">0.2%", | ||
21 | "not dead", | ||
22 | "not ie <= 11", | ||
23 | "not op_mini all" | ||
24 | ] | ||
25 | } | ||