-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
105b0e2
commit d027a13
Showing
37 changed files
with
101 additions
and
101 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "web-tools", | ||
"description": "Many many useful Web Online Tools For Web Developers & Programmers.", | ||
"homepage": "https://github.com/jaywcjlove/tools.git", | ||
"version": "1.9.4", | ||
"version": "1.10.0", | ||
"main": "main.js", | ||
"author": "Kenny Wong <[email protected]>", | ||
"private": true, | ||
|
@@ -18,13 +18,13 @@ | |
"build": "npm run copy && cross-env NODE_ENV=production electron-builder build --publish=never --config config.json" | ||
}, | ||
"dependencies": { | ||
"@wcj/tools-app-main": "1.9.4" | ||
"@wcj/tools-app-main": "1.10.0" | ||
}, | ||
"devDependencies": { | ||
"@wcj/tools-app-preload": "1.9.4", | ||
"@wcj/tools-app-preload": "1.10.0", | ||
"cpy-cli": "4.2.0", | ||
"electron": "20.0.0", | ||
"electron-builder": "23.1.0", | ||
"website": "1.9.4" | ||
"website": "1.10.0" | ||
} | ||
} |
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,4 +1,4 @@ | ||
{ | ||
"version": "1.9.4", | ||
"version": "1.10.0", | ||
"packages": ["packages/*", "website", "electron/*"] | ||
} |
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,6 +1,6 @@ | ||
{ | ||
"name": "@wcj/tools-react-amount-in-rmb", | ||
"version": "1.9.4", | ||
"version": "1.10.0", | ||
"main": "./cjs/index.js", | ||
"module": "./esm/index.js", | ||
"scripts": { | ||
|
@@ -16,7 +16,7 @@ | |
"author": "Kenny Wong <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@wcj/tools-react-components": "1.9.4", | ||
"@wcj/tools-react-components": "1.10.0", | ||
"nzh": "^1.0.8" | ||
}, | ||
"peerDependencies": { | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@wcj/tools-react-base64-encoder", | ||
"version": "1.9.4", | ||
"version": "1.10.0", | ||
"main": "./cjs/index.js", | ||
"module": "./esm/index.js", | ||
"scripts": { | ||
|
@@ -16,7 +16,7 @@ | |
"author": "Kenny Wong <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@wcj/tools-react-components": "1.9.4" | ||
"@wcj/tools-react-components": "1.10.0" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=16.14.0", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@wcj/tools-react-chinese-pinyin-conversion", | ||
"version": "1.9.4", | ||
"version": "1.10.0", | ||
"main": "./cjs/index.js", | ||
"module": "./esm/index.js", | ||
"scripts": { | ||
|
@@ -16,7 +16,7 @@ | |
"author": "Kenny Wong <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@wcj/tools-react-components": "1.9.4", | ||
"@wcj/tools-react-components": "1.10.0", | ||
"pinyin": "^2.11.2" | ||
}, | ||
"peerDependencies": { | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@wcj/tools-react-css-easing-animation", | ||
"version": "1.9.4", | ||
"version": "1.10.0", | ||
"main": "./cjs/index.js", | ||
"module": "./esm/index.js", | ||
"scripts": { | ||
|
@@ -16,7 +16,7 @@ | |
"author": "Kenny Wong <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@wcj/tools-react-components": "1.9.4" | ||
"@wcj/tools-react-components": "1.10.0" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=16.14.0", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@wcj/tools-react-generate-github-badges", | ||
"version": "1.9.4", | ||
"version": "1.10.0", | ||
"main": "./cjs/index.js", | ||
"module": "./esm/index.js", | ||
"scripts": { | ||
|
@@ -16,7 +16,7 @@ | |
"author": "Kenny Wong <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@wcj/tools-react-components": "1.9.4" | ||
"@wcj/tools-react-components": "1.10.0" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=16.14.0", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@wcj/tools-react-image-to-base64", | ||
"version": "1.9.4", | ||
"version": "1.10.0", | ||
"main": "./cjs/index.js", | ||
"module": "./esm/index.js", | ||
"scripts": { | ||
|
@@ -16,7 +16,7 @@ | |
"author": "Kenny Wong <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@wcj/tools-react-components": "1.9.4" | ||
"@wcj/tools-react-components": "1.10.0" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=16.14.0", | ||
|
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
Oops, something went wrong.