1 Star 1 Fork 1

网安科技前端组 / xlsxio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
小李 提交于 2024-04-08 13:52 . 调整 仓库地址
{
"name": "@wangankeji/xlsxio",
"version": "0.6.1",
"description": "Import/Export data for .xlsx based on ExcelJS",
"main": "dist/xlsxio.common.js",
"types": "types/index.d.ts",
"license": "MIT",
"scripts": {
"serve": "npx vue-cli-service serve",
"build": "npx vue-cli-service build --target lib",
"lint": "npx vue-cli-service lint --mode=production"
},
"author": {
"name": "hyjiacan",
"email": "hyjiacan@163.com"
},
"repository": {
"url": "https://gitee.com/wangankeji-fe/xlsxio.git"
},
"homepage": "https://gitee.com/wangankeji-fe/xlsxio",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"files": [
"dist",
"types",
"README.md"
],
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"babel-loader": "^9.1.3",
"chalk": "^4.1.0",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"vue": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"webpack": "4",
"webpack-bundle-analyzer": "^4.9.1"
},
"dependencies": {
"exceljs": "^4.4.0",
"jszip": "^3.7.1"
},
"keywords": [
"excel",
"xlsx",
"import",
"export"
]
}
1
https://gitee.com/wangankeji-fe/xlsxio.git
git@gitee.com:wangankeji-fe/xlsxio.git
wangankeji-fe
xlsxio
xlsxio
master

搜索帮助