1 Star 2 Fork 0

mxnjs/vue-data-dict

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 954 Bytes
一键复制 编辑 原始数据 按行查看 历史
moxun1639 提交于 2023-09-29 01:51 . initial
{
"name": "vue-data-dict",
"version": "2.0.1",
"description": "Data dict for Vue2",
"main": "src/index.js",
"unpkg": "dist/vue-data-dict.js",
"jsdelivr": "dist/vue-data-dict.js",
"sideEffects": false,
"files": [
"src",
"dist",
"LICENSE",
"postinstall.js"
],
"scripts": {
"build": "webpack --mode production",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"postinstall": "node ./postinstall"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mxnjs/vue-data-dict.git"
},
"bugs": {
"url": "https://github.com/mxnjs/vue-data-dict/issues"
},
"homepage": "https://github.com/mxnjs/vue-data-dict#readme",
"keywords": [
"dict",
"data dict",
"Vue"
],
"author": "Moxun<mxnstrive@gmail.com>",
"license": "Apache-2.0",
"devDependencies": {
"webpack-cli": "^5.1.4"
},
"dependencies": {},
"peerDependencies": {
"vue": "^2.0.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mxnjs/vue-data-dict.git
git@gitee.com:mxnjs/vue-data-dict.git
mxnjs
vue-data-dict
vue-data-dict
main

搜索帮助