@1771technologies/lytenyte-pro
Version:
Blazingly fast headless React data grid with 100s of features.
58 lines • 1.4 kB
JSON
{
"name": "@1771technologies/lytenyte-pro",
"description": "Blazingly fast headless React data grid with 100s of features.",
"version": "1.0.20",
"type": "module",
"license": "COMMERCIAL",
"files": [
"dist",
"main.css",
"LICENSE",
"README.md"
],
"keywords": [
"react",
"data-grid",
"react-table",
"headless",
"virtualized"
],
"homepage": "https://1771technologies.com",
"repository": {
"type": "git",
"url": "https://github.com/1771-technologies/lytenyte.git",
"directory": "packages/commercial-lytenyte-pro"
},
"bugs": {
"url": "https://github.com/1771-technologies/lytenyte/issues"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"./icons": {
"types": "./dist/icons/index.d.ts",
"import": "./dist/icons/index.js",
"require": "./dist/icons/index.js"
},
"./types": {
"types": "./dist/+types.d.ts",
"import": "./dist/+types.js",
"require": "./dist/+types.js"
},
"./grid.css": "./main.css"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@1771technologies/lytenyte-core": "1.0.20",
"@1771technologies/lytenyte-shared": "1.0.20"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
}
}