-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 972 Bytes
/
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
{
"name": "@d2-projects/vue-table-export",
"description": "vue plugin to export data to csv | xlsx | txt file",
"version": "1.1.3",
"author": "liyang <1711467488@qq.com>",
"private": false,
"license": "MIT",
"main": "dist/vue-table-export.js",
"files": [
"dist/",
"src/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/d2-projects/vue-table-export.git"
},
"scripts": {
"build": "webpack"
},
"dependencies": {
"file-saver": "^2.0.0",
"xlsx": "^0.14.1"
},
"bugs": {
"url": "https://github.com/d2-projects/vue-table-export/issues"
},
"homepage": "https://github.com/d2-projects/vue-table-export#readme",
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"terser-webpack-plugin": "^3.0.6",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
}
}