chore(deps): bump + docs: update sponsor list
This commit is contained in:
11
README.md
11
README.md
@@ -6,7 +6,7 @@
|
||||
<b>Hoppscotch - A free, fast and beautiful API request builder</b>
|
||||
</p>
|
||||
<p>
|
||||
<i>Helps you create requests faster, saving precious time on development - <a href="https://hoppscotch.launchaco.com">Subscribe</a></i>
|
||||
<i>Helps you create requests faster, saving precious time on development - <a href="http://eepurl.com/g6n_P5">Subscribe</a></i>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
@@ -34,6 +34,15 @@
|
||||
<a href="https://hoppscotch.io"><img src="https://raw.githubusercontent.com/hoppscotch/hoppscotch/main/static/images/screenshots/banner_dark.png" alt="Screenshot" width="100%"></a>
|
||||
</div>
|
||||
|
||||
<p align="center">
|
||||
<b>Powered by</b>
|
||||
<br>
|
||||
<br>
|
||||
<a href="https://oss.capital/?ref=hoppscotch" title="OSS Capital" target="_blank">
|
||||
<img height="80px" src="https://raw.githubusercontent.com/hoppscotch/hoppscotch/main/assets/images/oscc-logo.png" title="OSS Capital">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
#### **Contact**
|
||||
|
||||
[](https://t.me/hoppscotch) [](https://discord.gg/GAMWxmR)
|
||||
|
||||
BIN
assets/images/oscc-logo.png
Normal file
BIN
assets/images/oscc-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
@@ -81,6 +81,15 @@
|
||||
<hr />
|
||||
<div class="p-2">
|
||||
<h3 class="title">Financial Contributors</h3>
|
||||
<div class="contributors">
|
||||
<a href="https://oss.capital/?ref=hoppscotch" target="_blank" rel="noopener">
|
||||
<img
|
||||
style="height: 100%; width: 300px"
|
||||
src="~assets/images/oscc-logo.png"
|
||||
alt="OSS Capital"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="contributors">
|
||||
<a
|
||||
href="https://appwrite.io/?utm_source=hoppscotch&utm_medium=banner&utm_campaign=hello"
|
||||
|
||||
@@ -6,6 +6,17 @@
|
||||
Powered by Netlify
|
||||
</a>
|
||||
<span class="footer-link"> Sponsored by </span>
|
||||
<span>
|
||||
<a
|
||||
class="footer-link"
|
||||
href="https://oss.capital/?ref=hoppscotch"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
>
|
||||
OSS Capital
|
||||
</a>
|
||||
</span>
|
||||
<span class="footer-link"> & </span>
|
||||
<span>
|
||||
<a
|
||||
class="footer-link"
|
||||
|
||||
21641
package-lock.json
generated
21641
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
@@ -22,36 +22,36 @@
|
||||
"dependencies": {
|
||||
"@nuxtjs/axios": "^5.13.1",
|
||||
"@nuxtjs/gtm": "^2.4.0",
|
||||
"@nuxtjs/robots": "^2.4.2",
|
||||
"@nuxtjs/robots": "^2.5.0",
|
||||
"@nuxtjs/sitemap": "^2.4.0",
|
||||
"@nuxtjs/toast": "^3.3.1",
|
||||
"ace-builds": "^1.4.12",
|
||||
"acorn": "^8.1.0",
|
||||
"acorn-walk": "^8.0.2",
|
||||
"esprima": "^4.0.1",
|
||||
"firebase": "^8.2.10",
|
||||
"firebase": "^8.3.0",
|
||||
"graphql": "^15.5.0",
|
||||
"graphql-language-service-interface": "^2.8.2",
|
||||
"mustache": "^4.1.0",
|
||||
"nuxt": "^2.15.2",
|
||||
"nuxt-i18n": "^6.20.6",
|
||||
"nuxt": "^2.15.3",
|
||||
"nuxt-i18n": "^6.21.0",
|
||||
"paho-mqtt": "^1.1.0",
|
||||
"socket.io-client": "^3.1.1",
|
||||
"socket.io-client": "^4.0.0",
|
||||
"socketio-wildcard": "^2.0.0",
|
||||
"tern": "^0.24.3",
|
||||
"v-tooltip": "^2.1.2",
|
||||
"vuejs-auto-complete": "^0.9.0",
|
||||
"vuex-persist": "^3.1.3",
|
||||
"yargs-parser": "^20.2.6"
|
||||
"yargs-parser": "^20.2.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.13.10",
|
||||
"@babel/preset-env": "^7.13.10",
|
||||
"@nuxtjs/color-mode": "^2.0.4",
|
||||
"@nuxtjs/color-mode": "^2.0.5",
|
||||
"@nuxtjs/google-analytics": "^2.4.0",
|
||||
"@nuxtjs/google-fonts": "^1.3.0",
|
||||
"@nuxtjs/pwa": "^3.3.5",
|
||||
"@nuxtjs/tailwindcss": "^3.4.2",
|
||||
"@nuxtjs/tailwindcss": "^3.4.3",
|
||||
"@testing-library/jest-dom": "^5.11.9",
|
||||
"@vue/test-utils": "^1.1.3",
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
|
||||
Reference in New Issue
Block a user