blob: a4f43359462c5ca099a8f1a3a5ac1487b912367d [file] [log] [blame]
Herbert Eiselt7446f232019-02-28 15:23:42 +01001{
2 "name": "@odlux/maintenance-app",
3 "version": "0.1.0",
4 "description": "A react based modular UI for the maintenance app.",
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 Eiselt7446f232019-02-28 15:23:42 +010023 "dependencies": {
24 "@odlux/framework": "*",
25 "@odlux/connect-app": "*"
26 },
27 "peerDependencies": {
28 "@types/react": "16.4.14",
29 "@types/react-dom": "16.0.8",
30 "@types/react-router-dom": "4.3.1",
31 "@material-ui/core": "3.8.3",
32 "@material-ui/icons": "3.0.2",
33 "@types/classnames": "2.2.6",
34 "@types/flux": "3.1.8",
35 "@types/jquery": "3.3.10",
36 "jquery": "3.3.1",
37 "react": "16.5.2",
38 "react-dom": "16.5.2",
39 "react-router-dom": "4.3.1"
40 }
41}