blob: aaf83f588450814b50d1633d40045783c00b3c74 [file] [log] [blame]
Herbert Eiselt3d202a02019-02-11 14:54:12 +01001{
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",
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 "marked" : "0.6.0",
26 "@types/marked": "0.6.0",
27 "highlight.js" : "9.13.1",
28 "@types/highlight.js": "9.12.3",
29 "github-markdown-css": "2.10.0"
30 },
31 "peerDependencies": {
32 "@types/react": "16.4.14",
33 "@types/react-dom": "16.0.8",
34 "@types/react-router-dom": "4.3.1",
35 "@material-ui/core": "3.8.3",
36 "@material-ui/icons": "3.0.2",
37 "@types/classnames": "2.2.6",
38 "@types/flux": "3.1.8",
39 "@types/jquery": "3.3.10",
40 "jquery": "3.3.1",
41 "react": "16.5.2",
42 "react-dom": "16.5.2",
43 "react-router-dom": "4.3.1"
44 }
45}