UNPKG

vue3-json-excel

Version:

a vue3 project for json to excel

54 lines (52 loc) 1.2 kB
{ "name": "vue3-json-excel", "version": "1.0.10-alpha", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "build:lib": "rollup --config rollup.config.js" }, "dependencies": { "downloadjs": "^1.4.7" }, "devDependencies": { "@vitejs/plugin-vue": "^2.0.0", "@vue/compiler-sfc": "^3.2.26", "rollup": "^2.61.1", "rollup-plugin-commonjs": "^9.2.2", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^4.0.1", "rollup-plugin-vue": "6.0.0", "vite": "^2.7.1", "vue": "^3.2.25" }, "peerDependencies": { "downloadjs": "^1.4.7", "vue": "^3.2.25" }, "description": "a vue3 project for json to excel", "main": "./dist/vue3-json-excel.cjs.js", "module": "./dist/vue3-json-excel.esm.js", "files": [ "dist" ], "exports": { ".": { "import": "./dist/vue3-json-excel.cjs.js", "require": "./dist/vue3-json-excel.umd.js" } }, "repository": { "type": "git", "url": "https://gitee.com/wuhaoxiang/vue3-json-excel.git" }, "keywords": [ "vue3", "json", "excel" ], "author": "wuhaoxiangfau", "license": "MIT", "private": false }