summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/package.json')
-rw-r--r--sdnr/wt/odlux/package.json14
1 files changed, 10 insertions, 4 deletions
diff --git a/sdnr/wt/odlux/package.json b/sdnr/wt/odlux/package.json
index d65555e45..ac9bfb5b4 100644
--- a/sdnr/wt/odlux/package.json
+++ b/sdnr/wt/odlux/package.json
@@ -42,6 +42,7 @@
"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": {
@@ -51,24 +52,29 @@
"@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",
- "less": "3.8.1",
- "less-loader": "4.1.0",
- "node-sass": "4.12.0",
"postcss-loader": "3.0.0",
"requirejs": "2.3.6",
"requirejs-webpack-plugin": "1.0.5",
"rimraf": "2.6.2",
- "sass-loader": "7.1.0",
"style-loader": "0.23.0",
"terser-webpack-plugin": "1.2.1",
"ts-jest": "23.10.5",