1 Star 9 Fork 2

江夏尧 / 中文 web font 切割工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
江夏尧 提交于 2022-08-27 10:02 . fixed: 修改配置文件
{
"name": "@konghayao/cn-font-split",
"version": "3.0.3",
"description": "中文 web font 切割工具",
"main": "dist/index.js",
"module": "dist/index.js",
"scripts": {
"build": "rollup -c && tsc",
"dev": "rollup -c -w",
"prepublish": "pnpm build",
"live": "live-server ./build"
},
"type": "module",
"author": "KonghaYao<dongzhongzhidong@qq.com>",
"license": "Apache-2.0",
"dependencies": {
"chalk": "4",
"fonteditor-core": "^2.1.8",
"fs-extra": "^10.0.1",
"lodash-es": "^4.17.21",
"threads": "^1.7.0",
"uuid": "^8.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KonghaYao/cn-font-split.git"
},
"homepage": "https://chinese-font.netlify.app/#/home",
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/fs-extra": "^9.0.13",
"@types/lodash-es": "^4.17.6",
"@types/uuid": "^8.3.4",
"rollup": "^2.78.1",
"rollup-plugin-analyzer": "^4.0.0"
}
}
TypeScript
1
https://gitee.com/dongzhongzhidong/cn-font-split.git
git@gitee.com:dongzhongzhidong/cn-font-split.git
dongzhongzhidong
cn-font-split
中文 web font 切割工具
ts

搜索帮助