slickgrid
Version:
A lightning fast JavaScript grid/spreadsheet
59 lines (58 loc) • 1.26 kB
JSON
{
"name": "slickgrid",
"version": "5.9.0",
"description": "A lightning fast JavaScript grid/spreadsheet",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "index.d.ts",
"typesVersions": {
">=4.2": {
"*": [
"dist/types/*"
]
}
},
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"node": "./dist/cjs/index.js",
"require": "./dist/cjs/index.js",
"default": "./dist/esm/index.js"
},
"./dist/styles/*": "./dist/styles/*",
"./package.json": "./package.json"
},
"directories": {
"example": "examples",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/6pac/SlickGrid.git"
},
"keywords": [
"slickgrid",
"grid"
],
"author": "Michael Leibman <michael.leibman@gmail.com>",
"contributors": [
"Ben McIntyre <email.ben.mcintyre@gmail.com>",
"Ghislain B."
],
"license": "MIT",
"bugs": {
"url": "https://github.com/6pac/SlickGrid/issues"
},
"homepage": "https://github.com/6pac/SlickGrid#readme",
"dependencies": {
"sortablejs": "^1.15.2"
},
"browserslist": [
"last 2 version",
"> 0.5%",
"not dead"
],
"engines": {
"node": ">=18.0.0"
}
}