diff --git a/src/drivers/webextension/images/icons/React Router.png b/src/drivers/webextension/images/icons/React Router.png new file mode 100644 index 000000000..5dbdfcddc Binary files /dev/null and b/src/drivers/webextension/images/icons/React Router.png differ diff --git a/src/drivers/webextension/images/icons/Redux.png b/src/drivers/webextension/images/icons/Redux.png new file mode 100644 index 000000000..f10af8fac Binary files /dev/null and b/src/drivers/webextension/images/icons/Redux.png differ diff --git a/src/technologies.json b/src/technologies.json index c41774662..4874285a5 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -1724,6 +1724,16 @@ "scripts": "/awesomplete\\.js(?:$|\\?)", "website": "https://leaverou.github.io/awesomplete/" }, + "Axios": { + "cats": [ + 19 + ], + "scripts": [ + "/axios@([\\d.]+)/([a-z]+)/axios(?:.min)?\\.js\\;version:\\1" + ], + "description": "Promise based HTTP client for the browser and node.js", + "website": "https://github.com/axios/axios" + }, "Azure": { "cats": [ 62 @@ -5972,6 +5982,16 @@ }, "website": "http://hinzaco.com" }, + "History": { + "cats": [ + 12 + ], + "description": "Manage session history with JavaScript", + "scripts": [ + "/history@([\\d.]+)/([a-z]+)/history(?:.min)?\\.js\\;version:\\1" + ], + "website": "https://github.com/ReactTraining/history" + }, "Hogan.js": { "cats": [ 12 @@ -10617,6 +10637,17 @@ "scripts": "/redoc\\.(?:min\\.)?js", "website": "https://github.com/Rebilly/ReDoc" }, + "Redux": { + "cats": [ + 12 + ], + "description": "Predictable state container for JavaScript apps", + "icon": "Redux.png", + "scripts": [ + "/redux@([\\d.]+)/([a-z]+)/redux(?:.min)?\\.js\\;version:\\1" + ], + "website": "https://redux.js.org/" + }, "React": { "cats": [ 12 @@ -10636,6 +10667,33 @@ ], "website": "https://reactjs.org" }, + "React Redux": { + "cats": [ + 12 + ], + "description": "Official React bindings for Redux", + "icon": "Redux.png", + "implies": [ + "React", + "Redux" + ], + "scripts": [ + "/react-redux@([\\d.]+)/([a-z]+)/react-redux(?:.min)?\\.js\\;version:\\1" + ], + "website": "https://react-redux.js.org/" + }, + "React Router": { + "cats": [ + 12 + ], + "description": "Declarative routing for React", + "icon": "React Router.png", + "implies": "React", + "scripts": [ + "/react-router@([\\d.]+)/([a-z]+)/react-router(?:.min)?\\.js\\;version:\\1" + ], + "website": "https://reactrouter.com/" + }, "RebelMouse": { "cats": [ 1