diff options
author | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2023-12-07 22:45:28 +0530 |
---|---|---|
committer | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2023-12-07 22:46:39 +0530 |
commit | dfd91573b7567e1dab482f17111ab8f809553d99 (patch) | |
tree | 8368580d1b1add9cfef5e8354ccf1080f27109b0 /sdnr/wt-odlux/odlux/package.json | |
parent | bf8d701f85d02a140a1290d288adc7f437c1cc90 (diff) |
Create wt-odlux directory
Include odlux apps, helpserver and readthedocs
Issue-ID: CCSDK-3970
Change-Id: I1aee1327e7da12e8f658185b9a985a5204ad6065
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt-odlux/odlux/package.json')
-rw-r--r-- | sdnr/wt-odlux/odlux/package.json | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/sdnr/wt-odlux/odlux/package.json b/sdnr/wt-odlux/odlux/package.json new file mode 100644 index 000000000..c90cf1d29 --- /dev/null +++ b/sdnr/wt-odlux/odlux/package.json @@ -0,0 +1,101 @@ +{ + "private": true, + "version": "0.1.0", + "workspaces": [ + "framework", + "apps/*" + ], + "scripts": { + "init": "lerna bootstrap --hoist", + "build": "lerna build", + "test": "jest --no-cache --coverage --config jest.json" + }, + "dependencies": { + "@emotion/react": "^11.7.0", + "@emotion/styled": "^11.6.0", + "@fortawesome/fontawesome-svg-core": "1.2.35", + "@fortawesome/free-solid-svg-icons": "5.6.3", + "@fortawesome/react-fontawesome": "0.1.14", + "@mui/icons-material": "^5.2.0", + "@mui/lab": "^5.0.0-alpha.58", + "@mui/material": "^5.2.2", + "@mui/styles": "^5.2.2", + "@types/classnames": "2.2.6", + "@types/flux": "3.1.8", + "@types/glob-to-regexp": "0.4.0", + "@types/history": "^4.7.9", + "@types/jquery": "3.3.10", + "@types/jsonwebtoken": "7.2.8", + "@types/node": "^12.0.0", + "@types/react": "17.0.37", + "@types/react-dom": "17.0.11", + "@types/react-router-dom": "5.1.7", + "@types/react-transition-group": "2.0.15", + "classnames": "2.2.6", + "csstype": "2.6.8", + "history": "^4.9.0", + "jquery": "3.3.1", + "jsonwebtoken": "8.3.0", + "jss": "10.0.3", + "material-ui-confirm": "3.0.2", + "notistack": "2.0.3", + "prop-types": "15.7.2", + "react": "17.0.2", + "react-dom": "17.0.2", + "react-router-dom": "5.2.0", + "react-split-pane": "0.1.92", + "react-transition-group": "4.3.0" + }, + "devDependencies": { + "@babel/core": "7.1.0", + "@babel/polyfill": "7.0.0", + "@babel/preset-env": "7.1.0", + "@babel/preset-react": "7.0.0", + "@octokit/core": "3.0.0", + "@types/jest": "23.3.12", + "@typescript-eslint/eslint-plugin": "5.42.0", + "@typescript-eslint/parser": "5.42.0", + "autoprefixer": "9.1.5", + "babel-loader": "8.0.4", + "copy-webpack-plugin": "4.5.2", + "css-loader": "1.0.0", + "eslint": "8.26.0", + "eslint-config-airbnb": "19.0.4", + "eslint-config-airbnb-typescript": "17.0.0", + "eslint-plugin-import": "2.26.0", + "eslint-plugin-jsx-a11y": "6.6.1", + "eslint-plugin-react": "7.31.10", + "eslint-plugin-react-hooks": "4.6.0", + "extract-text-webpack-plugin": "next", + "file-loader": "2.0.0", + "glob-to-regexp": "0.4.1", + "html-webpack-include-assets-plugin": "1.0.5", + "html-webpack-plugin": "3.2.0", + "jest": "23.6.0", + "lerna": "3.22.1", + "postcss-loader": "3.0.0", + "requirejs": "2.3.6", + "requirejs-webpack-plugin": "1.0.5", + "rimraf": "2.6.2", + "style-loader": "0.23.0", + "terser-webpack-plugin": "1.2.1", + "ts-jest": "23.10.5", + "ts-loader": "5.2.1", + "tslint": "5.12.1", + "tslint-config-airbnb": "5.11.1", + "tslint-config-airbnb-base": "0.2.0", + "tslint-config-prettier": "1.17.0", + "tslint-eslint-rules": "4.1.1", + "tslint-react": "3.6.0", + "tslint-react-recommended": "1.0.15", + "typescript": "4.1.4", + "typings-for-css-modules-loader": "1.7.0", + "url-loader": "1.1.2", + "webpack": "4.28.4", + "webpack-cli": "3.2.1", + "webpack-dev-server": "3.1.14" + }, + "resolutions": { + "@types/react": "17.0.37" + } +} |