diff options
author | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2023-12-19 17:13:25 +0530 |
---|---|---|
committer | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2023-12-19 17:13:25 +0530 |
commit | c5b8756512cb6dfbb0093514af7924cb3e78699b (patch) | |
tree | 7202621ea816d666bbce482b420ef574280a1c0a /sdnr/wt/odlux/package.json | |
parent | dfd91573b7567e1dab482f17111ab8f809553d99 (diff) |
Delete wt/odlux directory
New directory for odlux is sdnr/wt-odlux
Issue-ID: CCSDK-3971
Change-Id: Ia0f8ba38d913a3d3bcde999b871794c65d5e575e
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/odlux/package.json')
-rw-r--r-- | sdnr/wt/odlux/package.json | 101 |
1 files changed, 0 insertions, 101 deletions
diff --git a/sdnr/wt/odlux/package.json b/sdnr/wt/odlux/package.json deleted file mode 100644 index c90cf1d29..000000000 --- a/sdnr/wt/odlux/package.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "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" - } -} |