-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Showing
19 changed files
with
1,542 additions
and
1,583 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
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,58 +1,57 @@ | ||
{ | ||
"private": true, | ||
"type": "module", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"dev": "vite --port 4444", | ||
"netlify": "netlify dev --port 3333 --targetPort 4444", | ||
"build": "vite build", | ||
"preview": "vite preview", | ||
"lint": "eslint . --ext=.ts,.vue", | ||
"lint": "eslint .", | ||
"update": "TEST=true vite-node tools/update.ts", | ||
"test": "vitest" | ||
}, | ||
"dependencies": { | ||
"@iconify-json/ri": "^1.1.3", | ||
"@supabase/supabase-js": "^1.35.6", | ||
"@vueuse/core": "^9.1.0", | ||
"axios": "^0.27.2", | ||
"canvas-confetti": "^1.5.1", | ||
"html-to-image": "^1.9.0", | ||
"lru-cache": "^7.13.2", | ||
"@iconify-json/ri": "^1.1.4", | ||
"@vueuse/core": "^9.6.0", | ||
"axios": "^1.2.1", | ||
"canvas-confetti": "^1.6.0", | ||
"html-to-image": "^1.11.2", | ||
"lru-cache": "^7.14.1", | ||
"nanoid": "^4.0.0", | ||
"pinyin": "^2.11.2", | ||
"seedrandom": "^3.0.5", | ||
"vue": "^3.2.37" | ||
"vue": "^3.2.45" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^0.25.2", | ||
"@iconify-json/carbon": "^1.1.7", | ||
"@iconify-json/ep": "^1.1.6", | ||
"@iconify-json/mdi": "^1.1.29", | ||
"@iconify-json/noto-v1": "^1.1.3", | ||
"@netlify/functions": "^1.0.0", | ||
"@types/canvas-confetti": "^1.4.3", | ||
"@antfu/eslint-config": "^0.34.0", | ||
"@iconify-json/carbon": "^1.1.11", | ||
"@iconify-json/ep": "^1.1.8", | ||
"@iconify-json/mdi": "^1.1.37", | ||
"@iconify-json/noto-v1": "^1.1.4", | ||
"@netlify/functions": "^1.3.0", | ||
"@types/canvas-confetti": "^1.6.0", | ||
"@types/file-saver": "^2.0.5", | ||
"@types/node": "^18.6.4", | ||
"@types/node": "^18.11.15", | ||
"@types/pinyin": "^2.10.0", | ||
"@types/seedrandom": "^3.0.2", | ||
"@unocss/reset": "^0.45.5", | ||
"@vitejs/plugin-vue": "^3.0.1", | ||
"@vue/test-utils": "^2.0.2", | ||
"@unocss/reset": "^0.47.6", | ||
"@vitejs/plugin-vue": "^4.0.0", | ||
"@vue/test-utils": "^2.2.6", | ||
"cheerio": "^1.0.0-rc.12", | ||
"eslint": "^8.21.0", | ||
"eslint": "^8.29.0", | ||
"file-saver": "^2.0.5", | ||
"jsdom": "^20.0.0", | ||
"ohmyfetch": "^0.4.18", | ||
"jsdom": "^20.0.3", | ||
"ohmyfetch": "^0.4.21", | ||
"picocolors": "^1.0.0", | ||
"pnpm": "^7.8.0", | ||
"typescript": "^4.7.4", | ||
"unbuild": "^0.7.6", | ||
"unocss": "^0.45.5", | ||
"unplugin-auto-import": "^0.11.0", | ||
"unplugin-vue-components": "^0.22.0", | ||
"vite": "^3.0.4", | ||
"vite-node": "^0.21.0", | ||
"vitest": "^0.21.0" | ||
"pnpm": "^7.18.2", | ||
"typescript": "^4.9.4", | ||
"unbuild": "^1.0.2", | ||
"unocss": "^0.47.6", | ||
"unplugin-auto-import": "^0.12.1", | ||
"unplugin-vue-components": "^0.22.12", | ||
"vite": "^4.0.1", | ||
"vite-node": "^0.25.8", | ||
"vitest": "^0.25.8" | ||
} | ||
} |
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,38 +2,38 @@ | |
"name": "@hankit/tools", | ||
"version": "0.0.1", | ||
"description": "Toolkits for Hanzi and Pinyin", | ||
"keywords": [ | ||
"hanzi", | ||
"chinese", | ||
"chinese-character", | ||
"pinyin" | ||
], | ||
"homepage": "https://github.com/antfu/handle/tree/main/packages/tools#readme", | ||
"bugs": { | ||
"url": "https://github.com/antfu/handle/issues" | ||
}, | ||
"author": "Anthony Fu <[email protected]>", | ||
"license": "MIT", | ||
"funding": "https://github.com/sponsors/antfu", | ||
"homepage": "https://github.com/antfu/handle/tree/main/packages/tools#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/antfu/handle.git", | ||
"directory": "packages/tools" | ||
}, | ||
"funding": "https://github.com/sponsors/antfu", | ||
"author": "Anthony Fu <[email protected]>", | ||
"sideEffects": false, | ||
"files": [ | ||
"dist" | ||
"bugs": { | ||
"url": "https://github.com/antfu/handle/issues" | ||
}, | ||
"keywords": [ | ||
"hanzi", | ||
"chinese", | ||
"chinese-character", | ||
"pinyin" | ||
], | ||
"sideEffects": false, | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts" | ||
"import": "./dist/index.mjs" | ||
} | ||
}, | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "unbuild", | ||
"stub": "unbuild --stub" | ||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
"ia": "x", | ||
"ian": "m", | ||
"iang": "l", | ||
"iong":"s", | ||
"iong": "s", | ||
"iao": "n", | ||
"ie": "p", | ||
"in": "b", | ||
|
Oops, something went wrong.