summaryrefslogtreecommitdiffstats
path: root/releases/0.5.2.yaml
blob: 84de327c27dbd676f5c9078cc979ce8bafa6c275 (plain)
1
2
3
4
5
---
distribution_type: 'maven'
version: '0.5.2'
project: 'ccsdk-features'
log_dir: 'ccsdk-features-maven-stage-master/172/'
sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
{
  "name": "@odlux/maintenance-app",
  "version": "0.1.0",
  "description": "A react based modular UI for the maintenance app.",
  "main": "index.js",
  "scripts": {
    "start": "webpack-dev-server --env debug",
    "build": "webpack --env release --config webpack.config.js",
    "build:dev": "webpack --env debug --config webpack.config.js"
  },
  "repository": {
    "type": "git",
    "url": "https://git.mfico.de/highstreet-technologies/odlux.git"
  },
  "keywords": [
    "reactjs",
    "redux",
    "ui",
    "framework"
  ],
  "author": "Matthias Fischer",
  "license": "Apache-2.0",
  "dependencies": {
    "@emotion/react": "^11.7.0",
    "@emotion/styled": "^11.6.0",
    "@mui/icons-material": "^5.2.0",
    "@mui/material": "^5.2.2",
    "@mui/styles": "^5.2.2",
    "@odlux/connect-app": "*",
    "@odlux/framework": "*"
  },
  "peerDependencies": {
    "@types/classnames": "2.2.6",
    "@types/flux": "3.1.8",
    "@types/jquery": "3.3.10",
    "@types/react": "17.0.37",
    "@types/react-dom": "17.0.11",
    "@types/react-router-dom": "5.1.7",
    "jquery": "3.3.1",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-router-dom": "5.2.0"
  }
}