-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into feat/code-highlighter
- Loading branch information
Showing
29 changed files
with
782 additions
and
32 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
{ | ||
"name": "it-tools", | ||
"version": "2024.5.13-a0bc346", | ||
"packageManager": "[email protected]", | ||
"description": "Collection of handy online tools for developers, with great UX. ", | ||
"author": "Corentin Th <[email protected]> (https://corentin.tech)", | ||
"license": "GNU GPLv3", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/CorentinTh/it-tools" | ||
}, | ||
"keywords": [ | ||
"productivity", | ||
"converter", | ||
|
@@ -13,12 +20,6 @@ | |
"developer-tools", | ||
"developer-productivity" | ||
], | ||
"author": "Corentin Th <[email protected]> (https://github.com/CorentinTh)", | ||
"license": "GNU GPLv3", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/CorentinTh/it-tools" | ||
}, | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vue-tsc --noEmit && NODE_OPTIONS=--max_old_space_size=4096 vite build", | ||
|
@@ -37,11 +38,13 @@ | |
"dependencies": { | ||
"@it-tools/bip39": "^0.0.4", | ||
"@it-tools/oggen": "^1.3.0", | ||
"@regexper/render": "^1.0.0", | ||
"@sindresorhus/slugify": "^2.2.1", | ||
"@tiptap/pm": "2.1.6", | ||
"@tiptap/starter-kit": "2.1.6", | ||
"@tiptap/vue-3": "2.0.3", | ||
"@types/figlet": "^1.5.8", | ||
"@types/markdown-it": "^13.0.7", | ||
"@vicons/material": "^0.12.0", | ||
"@vicons/tabler": "^0.12.0", | ||
"@vueuse/core": "^10.11.1", | ||
|
@@ -70,6 +73,7 @@ | |
"jwt-decode": "^3.1.2", | ||
"libphonenumber-js": "^1.10.28", | ||
"lodash": "^4.17.21", | ||
"markdown-it": "^14.0.0", | ||
"marked": "^10.0.0", | ||
"mathjs": "^11.9.1", | ||
"mime-types": "^2.1.35", | ||
|
@@ -82,6 +86,7 @@ | |
"pinia": "^2.0.34", | ||
"plausible-tracker": "^0.3.8", | ||
"qrcode": "^1.5.1", | ||
"randexp": "^0.5.3", | ||
"shiki": "^1.22.0", | ||
"sql-formatter": "^13.0.0", | ||
"ua-parser-js": "^1.0.35", | ||
|
@@ -92,6 +97,7 @@ | |
"vue": "^3.3.4", | ||
"vue-i18n": "^9.9.1", | ||
"vue-router": "^4.1.6", | ||
"vue-shadow-dom": "^4.2.0", | ||
"vue-tsc": "^1.8.1", | ||
"xml-formatter": "^3.3.2", | ||
"xml-js": "^1.6.11", | ||
|
@@ -141,6 +147,5 @@ | |
"vitest": "^0.34.0", | ||
"workbox-window": "^7.0.0", | ||
"zx": "^7.2.1" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |
Oops, something went wrong.