herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 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 | "@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.9.11", |
| 33 | "@types/react-dom": "16.9.4", |
| 34 | "@types/react-router-dom": "4.3.1", |
Aijana Schumann | d0fc432 | 2020-02-12 09:08:39 +0100 | [diff] [blame^] | 35 | "@material-ui/core": "4.9.0", |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 36 | "@material-ui/icons": "4.5.1", |
| 37 | "@types/classnames": "2.2.6", |
| 38 | "@types/flux": "3.1.8", |
| 39 | "@types/jquery": "3.3.10", |
| 40 | "jquery": "3.3.1", |
Aijana Schumann | d0fc432 | 2020-02-12 09:08:39 +0100 | [diff] [blame^] | 41 | "react": "16.12.0", |
| 42 | "react-dom": "16.12.0", |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 43 | "react-router-dom": "4.3.1" |
| 44 | } |
| 45 | } |