Compare commits

...

11 Commits

Author SHA1 Message Date
dependabot[bot]
73123a0dcb Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-12 08:59:51 +00:00
wellá
478274536d Merge pull request #281 from tanaybhardwaj24/dev 2021-08-09 22:45:55 +02:00
tanaybhardwaj24
a3029c3c39 removed middleware dir as it was unused + added dribbble 2021-08-08 07:01:45 +00:00
wellá
59e5f7924d Merge pull request #278 from CrazyPython/patch-1
Add Web Periodic Table
2021-06-15 15:47:02 +02:00
James
afa239eb40 Remove Web Periodic Table from General section 2021-06-04 20:12:11 -04:00
James
43239e9f8c Add Web Periodic Table to Frontend 2021-06-01 19:27:12 -04:00
James
0dc9edc1ef Fix syntax error 2021-06-01 19:18:52 -04:00
James
b490ad0e7a Fix web periodic table 2021-06-01 19:16:42 -04:00
James
01d986d3b8 Add Web Periodic Table 2021-06-01 19:15:41 -04:00
wellá
560fc2fe8e Merge pull request #273 from tianheg/dev
Update utility.json
2021-05-31 11:38:50 +02:00
Jim Gao
e17e842032 Update utility.json
Update Postwoman to Hoppscotch https://postwoman.io/
2021-04-17 22:17:35 +08:00
6 changed files with 2608 additions and 1433 deletions

View File

@@ -1,8 +0,0 @@
# MIDDLEWARE
**This directory is not required, you can delete it if you don't want to use it.**
This directory contains your application middleware.
Middleware let you define custom functions that can be run before rendering either a page or a group of pages.
More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/routing#middleware).

6
package-lock.json generated
View File

@@ -10866,9 +10866,9 @@
"integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A="
},
"path-parse": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
"integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw=="
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
},
"path-to-regexp": {
"version": "0.1.7",

View File

@@ -14,6 +14,12 @@
"url": "https://undraw.co",
"tags": ["illustration", "svg", "ui"]
},
{
"title": "Dribbble",
"desc": "Gain inspiration and feedback. Basically social media for designers",
"url": "https://dribbble.com/",
"tags": ["career", "ux", "ui"]
},
{
"title": "Practical UI tips",
"desc": "7 Tips to boost your UI design.",

View File

@@ -61,6 +61,33 @@
"desc": "Friendly web development tutorials for complete beginners in HTML and CSS",
"url": "https://www.internetingishard.com/",
"tags": ["html", "semantic", "css", "typography"]
},
{
"title": "Periodic Table of Web APIs",
"desc": "A visual map of almost all browser APIs with links to tutorials and documentation, color-coded by browser support",
"url": "https://wwwperiodictable.surge.sh/",
"tags": [
"resources",
"aggregator",
"fundamentals",
"web",
"visual",
"browser",
"frontend",
"overview",
"guides",
"tutorial",
"compatibility",
"lists",
"obselete",
"reference",
"specification",
"standards",
"comprehensive",
"advanced",
"guides",
"links"
]
}
]
}

View File

@@ -183,9 +183,9 @@
"tags": ["development", "ide","editor", "share", "testing"]
},
{
"title": "Postwoman.io",
"desc": "The Postwoman API request builder helps you create your requests faster, saving you precious time on your development.",
"url": "https://Postwoman.io/",
"title": "Hoppscotch",
"desc": "The Hoppscotch API request builder helps you create your requests faster, saving you precious time on your development.",
"url": "https://hoppscotch.io/",
"tags": ["testing","api"]
},
{

3988
yarn.lock

File diff suppressed because it is too large Load Diff