UNPKG

xlsx-preview

Version:

Preview the .xlsx in the browser, convert to HTML with styles.

45 lines (44 loc) 1.09 kB
{ "name": "xlsx-preview", "version": "1.0.4", "description": "Preview the .xlsx in the browser, convert to HTML with styles.", "main": "dist/xlsxPreview.umd.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npm run webpack", "webpack": "rimraf ./dist && webpack --config ./webpack.config.ts", "lint": "tslint --project ." }, "pre-commit": [ "lint" ], "repository": { "type": "git", "url": "git+https://github.com/nslyc/xlsx-preview.git" }, "keywords": [ "xlsx", "html", "xlsx-preview" ], "author": "nslyc", "license": "MIT", "bugs": { "url": "https://github.com/nslyc/xlsx-preview/issues" }, "homepage": "https://github.com/nslyc/xlsx-preview#readme", "devDependencies": { "@types/node": "^16.11.2", "@types/webpack": "^5.28.0", "rimraf": "^3.0.2", "ts-loader": "^9.2.6", "ts-node": "^10.3.0", "tslint": "^6.1.3", "typescript": "^4.4.4", "webpack": "^5.59.1", "webpack-cli": "^4.9.1" }, "dependencies": { "exceljs": "^4.3.0" } }