Add Detection for new Tech

Add Axios, History, Redux, React Redux and React Router detection
Adding two new icons
main
Honjes 4 years ago
parent 9ffb1df03a
commit ba92d99162

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

@ -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

Loading…
Cancel
Save