blob: 22b2a6c0abca719456edb367fa8c9758644eb743 [file] [log] [blame]
Aijana Schumann4bd84be2020-08-27 09:01:53 +02001{
2 "name": "@odlux/linkcalculation-app",
3 "version": "0.1.0",
4 "description": "A react based modular UI to do link analysis.",
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": "Mohammad Boroon",
22 "license": "Apache-2.0",
23 "dependencies": {
Mohammadda4768f2020-11-09 15:59:34 +010024 "@odlux/framework": "*",
25 "formik": "^2.1.5",
26 "yup": "^0.29.3"
Aijana Schumann4bd84be2020-08-27 09:01:53 +020027 },
28 "peerDependencies": {
29 "@types/react": "16.9.19",
30 "@types/react-dom": "16.9.5",
31 "@types/react-router-dom": "4.3.1",
Aijana Schumannf1d9bf42020-11-04 17:29:38 +010032 "@material-ui/core": "4.11.0",
33 "@material-ui/icons": "4.9.1",
Aijana Schumann4bd84be2020-08-27 09:01:53 +020034 "@types/classnames": "2.2.6",
35 "@types/flux": "3.1.8",
36 "@types/jquery": "3.3.10",
37 "jquery": "3.3.1",
38 "react": "16.12.0",
39 "react-dom": "16.12.0",
40 "react-router-dom": "4.3.1"
Mohammadda4768f2020-11-09 15:59:34 +010041 },
42 "devDependencies": {
43 "@types/yup": "^0.29.7",
44 "node-sass": "^4.14.1",
45 "sass": "^1.26.11",
46 "sass-loader": "^10.0.2",
47 "webpack": "^4.44.2"
Aijana Schumann4bd84be2020-08-27 09:01:53 +020048 }
Mohammadda4768f2020-11-09 15:59:34 +010049}