table-forge
Version:
A flexible, interactive data table generator with built-in sorting, filtering, and inline editing capabilities
59 lines (58 loc) • 1.28 kB
JSON
{
"name": "table-forge",
"version": "1.0.0",
"description": "A flexible, interactive data table generator with built-in sorting, filtering, and inline editing capabilities",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "webpack --mode production",
"dev": "webpack --mode development --watch"
},
"keywords": [
"table",
"data-grid",
"interactive-table",
"sorting",
"filtering",
"excel-export",
"json-export",
"editable-table",
"frozen-columns",
"inline-editing"
],
"author": {
"name": "Pablo García Prado",
"url": "https://github.com/pablogarciaprado"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Locaria/table-forge"
},
"bugs": {
"url": "https://github.com/Locaria/table-forge/issues"
},
"dependencies": {
"xlsx": "^0.18.5"
},
"devDependencies": {
"@babel/core": "^7.27.3",
"@babel/preset-env": "^7.27.2",
"babel-loader": "^9.2.1",
"jest": "^29.5.0",
"webpack": "^5.99.9",
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
"tailwindcss": "^3.0.0"
},
"engines": {
"node": ">=14.0.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}