305fc07f4cd365e0f4ccecdc1cc7cc53290495ed
[ccsdk/features.git] / sdnr / wt / odlux / apps / performanceHistoryApp / package.json
1 {
2   "name": "@odlux/performancehistory-app",
3   "version": "0.1.1",
4   "description": "A react based modular UI to display performance history data from a database.",
5   "main": "index.js",
6   "scripts": {
7     "start": "webpack-dev-server --env debug",
8     "build": "webpack --env release --config webpack.config.js",
9     "build:dev": "webpack --env debug --config webpack.config.js"
10   },
11   "repository": {
12     "type": "git",
13     "url": "https://git.mfico.de/highstreet-technologies/odlux.git"
14   },
15   "keywords": [
16     "reactjs",
17     "redux",
18     "ui",
19     "framework"
20   ],
21   "author": "Sai Neetha Phulmali",
22   "license": "Apache-2.0",
23   "dependencies": {
24     "@odlux/framework": "*",
25     "@odlux/connect-app": "*",
26     "react-chartjs-2": "2.7.6",
27     "chart.js": "2.8.0"
28   },
29   "peerDependencies": {
30     "@types/react": "17.0.3",
31     "@types/react-dom": "17.0.2",
32     "@types/react-router-dom": "5.1.7",
33     "@material-ui/core": "4.11.0",
34     "@material-ui/icons": "4.9.1",
35     "@types/classnames": "2.2.6",
36     "@types/flux": "3.1.8",
37     "@types/jquery": "3.3.10",
38     "jquery": "3.3.1",
39     "react": "17.0.1",
40     "react-dom": "17.0.1",
41     "react-router-dom": "5.2.0"
42   }
43 }