Create wt-odlux directory
[ccsdk/features.git] / sdnr / wt-odlux / odlux / apps / helpApp / package.json
1 {
2   "name": "@odlux/help-app",
3   "version": "0.1.0",
4   "description": "A react based modular UI providing the help functionaliy.",
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",
22   "license": "Apache-2.0",
23   "dependencies": {
24     "@emotion/react": "^11.7.0",
25     "@emotion/styled": "^11.6.0",
26     "@mui/icons-material": "^5.2.0",
27     "@mui/material": "^5.2.2",
28     "@mui/styles": "^5.2.2",
29     "@odlux/framework": "*",
30     "@types/highlight.js": "9.12.3",
31     "@types/marked": "0.6.0",
32     "github-markdown-css": "2.10.0",
33     "highlight.js": "9.13.1",
34     "marked": "0.6.0"
35   },
36   "peerDependencies": {
37     "@types/classnames": "2.2.6",
38     "@types/flux": "3.1.8",
39     "@types/jquery": "3.3.10",
40     "@types/react": "17.0.37",
41     "@types/react-dom": "17.0.11",
42     "@types/react-router-dom": "5.1.7",
43     "jquery": "3.3.1",
44     "react": "17.0.2",
45     "react-dom": "17.0.2",
46     "react-router-dom": "5.2.0"
47   }
48 }