-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
50 lines (50 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "vue-json-excel3",
"version": "1.0.29",
"description": "Download your JSON as an excel or CSV file directly from the browser",
"main": "dist/vue-json-excel.umd.js",
"module": "dist/vue-json-excel.esm.js",
"scripts": {
"build": "rollup -c ./rollup.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pratik227/vue3-json-excel.git"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/pratik227"
},
"keywords": [
"vue",
"vuejs",
"vue3",
"Excel",
"xls",
"csv",
"json",
"export",
"json excel",
"download",
"component"
],
"author": "Pratik Patel",
"license": "MIT",
"bugs": {
"url": "https://github.com/pratik227/vue3-json-excel/issues"
},
"homepage": "https://vue-json-excel3.netlify.app",
"dependencies": {
"downloadjs": "^1.4.7",
"file-saver": "^2.0.5",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"devDependencies": {
"rollup": "^1.32.1",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.4",
"rollup-plugin-vue": "^6.0.0",
"vue-template-compiler": "^2.6.14"
}
}