blob: 9cc3fc18c1174f171c08963cc355c4a0cc9fd2d6 [file] [log] [blame]
Herbert Eiselt3d202a02019-02-11 14:54:12 +01001{
2 "name": "@odlux/fault-app",
3 "version": "0.1.0",
4 "description": "A react based modular UI to demo the fault management.",
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": "Matthias Fischer",
Herbert Eiselt582e1d22019-04-10 11:23:07 +020022 "license": "Apache License, Version 2.0",
Herbert Eiselt3d202a02019-02-11 14:54:12 +010023 "dependencies": {
24 "@odlux/framework": "*"
25 },
26 "peerDependencies": {
27 "@types/react": "16.4.14",
28 "@types/react-dom": "16.0.8",
29 "@types/react-router-dom": "4.3.1",
30 "@material-ui/core": "3.8.3",
31 "@material-ui/icons": "3.0.2",
32 "@types/classnames": "2.2.6",
33 "@types/flux": "3.1.8",
34 "@types/jquery": "3.3.10",
35 "jquery": "3.3.1",
36 "react": "16.5.2",
37 "react-dom": "16.5.2",
38 "react-router-dom": "4.3.1"
39 }
40}