jsheet-plus
Version:
Jspreadsheet-plus is an enhanced lightweight, vanilla javascript plugin to create amazing web-based interactive data grids with spreadsheet like controls compatible with Excel, Google Spreadsheets and any other spreadsheet software.
100 lines (99 loc) • 2.92 kB
JSON
{
"name": "jsheet-plus",
"title": "The Enhanced Javascript Spreadsheet",
"description": "Jspreadsheet-plus is an enhanced lightweight, vanilla javascript plugin to create amazing web-based interactive data grids with spreadsheet like controls compatible with Excel, Google Spreadsheets and any other spreadsheet software.",
"repository": {
"type": "git",
"url": "https://github.com/kklong10/jspreadsheet-plus.git"
},
"author": {
"name": "Contact <kurt_cn@outlook.com>"
},
"keywords": [
"spreadsheet",
"spreadsheets",
"tables",
"table",
"excel",
"grid",
"data grid",
"data tables",
"javascript data grid",
"javascript spreadsheet",
"data spreadsheet",
"react",
"grid",
"datagrid",
"reactjs",
"react-component",
"angular",
"data-grid",
"vue",
"csv",
"datatable",
"vuejs",
"angular-component",
"javascript",
"data-table",
"web-components",
"xlsx",
"react-table",
"sheets",
"sheet",
"export",
"markdown",
"parser",
"xls",
"datasheet"
],
"dependencies": {
"@jspreadsheet/formula": "^2.0.2",
"jsuites": "^5.8.5"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/register": "^7.7.4",
"c8": "^7.13.0",
"chai": "^4.3.7",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"html-replace-webpack-plugin": "^2.6.0",
"html-webpack-plugin": "^5.5.0",
"jsdoc": "^4.0.2",
"jsdom": "^22.0.0",
"jsdom-global": "^3.0.2",
"mini-css-extract-plugin": "^2.7.6",
"mocha": "^10.2.0",
"mochawesome": "^7.1.3",
"prettier": "2.8.8",
"style-loader": "^3.3.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "0.1.14",
"bugs": "https://github.com/kklong10/jspreadsheet-plus/issues",
"homepage": "https://github.com/kklong10/jspreadsheet-plus",
"download": "https://github.com/kklong10/jspreadsheet-plus/archive/master.zip",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"format": "npm run prettier:fix && npm run lint:fix",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",
"start": "webpack serve --history-api-fallback",
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js",
"test": "npm run build && mocha --recursive --require=mocha.config.js",
"build-publish": "npm run build && npm publish --registry https://registry.npmjs.org"
}
}