@mhmdaljefri/revogrid
Version:
Virtual reactive data grid component - RevoGrid.
92 lines (91 loc) • 2.46 kB
JSON
{
"name": "@mhmdaljefri/revogrid",
"version": "3.0.99",
"description": "Virtual reactive data grid component - RevoGrid.",
"license": "MIT",
"directories": {
"doc": "docs"
},
"author": "revolist",
"homepage": "https://github.com/revolist/revogrid#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/revolist/revogrid.git"
},
"bugs": {
"url": "https://github.com/revolist/revogrid/issues"
},
"keywords": [
"revo-grid",
"revolist",
"datagrid",
"storybook",
"stenciljs",
"reactive",
"grid",
"datagrid",
"virtualgrid",
"virtual",
"vue",
"react",
"react-grid",
"vue-grid",
"vue-datagrid",
"fast-grid",
"excel-grid",
"editable",
"excel",
"export",
"filtering"
],
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/revo-grid/revo-grid.js",
"files": [
"dist/",
"loader/",
"custom-element/"
],
"scripts": {
"build": "stencil build --prod --docs",
"build:demo": "cd ./demo/ && rm -rf node_modules && npm i && npm run build",
"serve": "stencil build --dev --watch --serve",
"generate": "stencil generate",
"deploy": "git submodule update && npm run build:demo && gh-pages -d ./demo/src/.vuepress/dist",
"prettier": "npx prettier --write ./src"
},
"devDependencies": {
"@angular/core": "^11.0.9",
"@juggle/resize-observer": "^3.2.0",
"@stencil/angular-output-target": "0.0.5",
"@stencil/core": "2.6.0",
"@stencil/react-output-target": "0.0.9",
"@stencil/sass": "^1.4.1",
"@stencil/store": "^1.3.0",
"@stencil/svelte-output-target": "0.0.3",
"@stencil/vue-output-target": "^0.2.5",
"@types/events": "^3.0.0",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.20",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/resize-observer-browser": "^0.1.5",
"gh-pages": "^2.2.0",
"jest": "26.0.1",
"jest-cli": "26.0.1",
"lodash": "^4.17.20",
"prettier": "2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rxjs": "^6.6.3",
"svelte": "^3.31.2",
"typescript": "^3.9.7",
"vue": "^3.0.5"
}
}