blob: b1d7d95d5fc3aebbdb85919cdcb0c08ca6cb06dd [file] [log] [blame]
herberte6d0d672019-12-14 01:05:47 +01001{
2 "name": "@odlux/configuration-app",
3 "version": "0.1.0",
4 "description": "A react based modular UI for the configuration 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",
22 "license": "Apache-2.0",
23 "dependencies": {
Aijana Schumann1a868112022-02-01 13:18:42 +010024 "@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",
sai-neetha15e2d3a2023-03-20 08:05:47 +010029 "@odlux/framework": "*",
30 "@fortawesome/fontawesome-svg-core": "1.2.35",
31 "@fortawesome/free-solid-svg-icons": "5.6.3",
32 "@fortawesome/react-fontawesome": "0.1.14",
33 "material-ui-confirm": "3.0.2"
herberte6d0d672019-12-14 01:05:47 +010034 },
35 "peerDependencies": {
herberte6d0d672019-12-14 01:05:47 +010036 "@types/classnames": "2.2.6",
37 "@types/flux": "3.1.8",
38 "@types/jquery": "3.3.10",
Aijana Schumann1a868112022-02-01 13:18:42 +010039 "@types/react": "17.0.37",
40 "@types/react-dom": "17.0.11",
41 "@types/react-router-dom": "5.1.7",
herberte6d0d672019-12-14 01:05:47 +010042 "jquery": "3.3.1",
Aijana Schumann1a868112022-02-01 13:18:42 +010043 "react": "17.0.2",
44 "react-dom": "17.0.2",
Michael DÜrre21e4a942021-04-08 07:27:18 +020045 "react-router-dom": "5.2.0"
herberte6d0d672019-12-14 01:05:47 +010046 }
Aijana Schumann1a868112022-02-01 13:18:42 +010047}