2 Star 3 Fork 3

帝莎编程/tob-use

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
markthree 提交于 2022-05-17 14:41 . release v1.1.0
{
"name": "tob-use",
"version": "1.1.0",
"description": "uniapp 的高效 use 库",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js"
}
},
"scripts": {
"prepublishOnly": "npm run build",
"auto:create": "node scripts/create.js",
"auto:remove": "node scripts/remove.js",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:dev:open": "vuepress dev docs --open",
"build": "vite build --config uni_modules/tob-use/vite.config.js",
"release": "bumpp --commit --push --tag && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/dishait/tob-use.git"
},
"files": [
"dist"
],
"keywords": [
"tob",
"use",
"vue3",
"uniapp",
"reactivity",
"composition-api"
],
"author": {
"name": "markthree",
"email": "1801982702@qq.com",
"url": "https://github.com/markthree"
},
"license": "MIT",
"devDependencies": {
"@markthree/ilazy": "^1.0.2",
"@markthree/node-shared": "^1.3.2",
"@types/node": "^17.0.21",
"@vuepress/plugin-register-components": "^2.0.0-beta.35",
"@vuepress/plugin-search": "^2.0.0-beta.35",
"@vueuse/core": "^7.7.0",
"bumpp": "^7.1.1",
"chokidar": "^3.5.3",
"fast-glob": "^3.2.11",
"fs-extra": "^10.0.1",
"ityped": "^1.0.3",
"unocss": "^0.28.1",
"unplugin-auto-import": "^0.6.1",
"unplugin-vue-components": "^0.17.21",
"vite": "^2.8.5",
"vite-plugin-inspect": "^0.4.3",
"vuepress": "^2.0.0-beta.35"
},
"dependencies": {
"vue": "^3.2.31"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/dishait/tob-use.git
git@gitee.com:dishait/tob-use.git
dishait
tob-use
tob-use
main

搜索帮助