-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
90 lines (90 loc) · 2.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "innometrics-dashboard",
"version": "0.1.0",
"description": "/",
"author": "Dragos Strugar",
"copyright": "Copyright 2019 Innopolis University",
"license": "/",
"private": true,
"repository": "/",
"dependencies": {
"@babel/helper-regex": "^7.10.5",
"@coreui/coreui": "^2.1.9",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
"@coreui/icons": "0.3.0",
"@coreui/react": "~2.1.5",
"@unicef/react-org-chart": "^0.3.4",
"apexcharts": "^3.30.0",
"bootstrap": "^4.3.1",
"chart.js": "^2.8.0",
"classnames": "^2.2.6",
"connected-react-router": "^6.3.2",
"core-js": "^2.6.5",
"d3": "3.5.17",
"downshift": "^5.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.11.2",
"flag-icon-css": "^3.3.0",
"font-awesome": "^4.7.0",
"glamor": "^2.20.40",
"glamorous": "^5.0.0",
"history": "^4.9.0",
"immutable": "^4.0.0-rc.12",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.11",
"match-sorter": "^4.1.0",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react": "^16.8.5",
"react-apexcharts": "^1.3.9",
"react-app-polyfill": "^0.2.2",
"react-beautiful-dnd": "^13.0.0",
"react-chartjs-2": "^2.7.4",
"react-cookie": "^4.0.3",
"react-datepicker": "^3.3.0",
"react-dom": "^16.8.5",
"react-grid-layout": "^1.2.5",
"react-redux": "^7.1.3",
"react-router-config": "^4.4.0-beta.8",
"react-router-dom": "~4.3.1",
"react-sizeme": "^3.0.1",
"react-test-renderer": "^16.8.5",
"reactstrap": "^7.1.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"simple-line-icons": "^2.4.1",
"yarn": "^1.22.19"
},
"devDependencies": {
"react-scripts": "^2.1.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test:cov": "react-scripts test --coverage",
"test:debug": "react-scripts --inspect-brk test --runInBand",
"eject": "react-scripts eject",
"predeploy": "yarn run build",
"deploy": "react-scripts build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 9",
"not op_mini all"
],
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}",
"!**/*index.js",
"!src/serviceWorker.js",
"!src/polyfill.js"
]
},
"main": "index.js"
}