1 Star 0 Fork 0

哈哈哈/toolkit-x

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 694 Bytes
一键复制 编辑 原始数据 按行查看 历史
哈哈哈 提交于 2023-08-25 18:11 . feat: ts支持
{
"name": "toolkit-x1",
"version": "1.2.2",
"author": "kyx",
"type": "module",
"description": "this is a general purpose toolkit",
"keywords": [
"utils",
"validate"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://gitee.com/A1059784729/toolkit-x.git"
},
"files": [
"dist/**/*",
"package.json",
"readme.md"
],
"license": "MIT",
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.1.6",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.5.2"
},
"dependencies": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/A1059784729/toolkit-x.git
git@gitee.com:A1059784729/toolkit-x.git
A1059784729
toolkit-x
toolkit-x
master

搜索帮助