xlsx-style-downloads
Version:
xlsx-style-plugin
38 lines (37 loc) • 921 B
JSON
{
"name": "xlsx-style-downloads",
"version": "1.0.9",
"description": "xlsx-style-plugin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config ./webpack.config.js"
},
"author": "zhaoxiuquan",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^3.4.2",
"source-map": "^0.7.3",
"style-loader": "^1.1.2",
"ts-loader": "^6.2.1",
"typescript": "^3.7.4",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
},
"dependencies": {
"lodash": "^4.17.15",
"xlsx": "^0.15.4"
},
"keywords": [
"xlsx",
"xlsx-style",
"xlsx-download"
]
}