@vitorlans/react-table-ui
Version:
Out-of-the-box UI for React-Table 7
111 lines (110 loc) • 3.02 kB
JSON
{
"name": "@vitorlans/react-table-ui",
"version": "0.1.5",
"description": "Out-of-the-box UI for React-Table 7",
"author": "Siddhant Gupta <me@guptasiddhant.com> (https://guptsiddhant.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/GuptaSiddhant/react-table-ui.git"
},
"homepage": "https://react-table-ui.js.org",
"bugs": {
"url": "https://github.com/GuptaSiddhant/react-table-ui/issues"
},
"browser": "dist/index.js",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"source": "src/index.ts",
"engines": {
"node": ">=12"
},
"files": [
"dist",
"scripts"
],
"dependencies": {
"@types/react-table": "^7.0.29",
"react-table": "^7.6.3",
"react-table-sticky": "^1.1.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17"
},
"optionalDependencies": {
"@reach/menu-button": "^0.15.0"
},
"scripts": {
"build": "run-p build:js build:ts",
"build:js": "node scripts/esbuild",
"build:ts": "tsc",
"build:docs": "typedoc",
"prebuild": "del-cli --force ./dist",
"postbuild": "ncp src/react-table-config.d.ts dist/react-table-config.d.ts",
"start": "yarn watch",
"watch": "run-p watch:js watch:ts",
"watch:js": "node scripts/esbuild watch",
"watch:ts": "tsc --watch",
"watch:docs": "typedoc --emit --watch",
"prepublishOnly": "yarn build",
"postinstall": "node scripts/postInstall.js",
"example": "cd example; yarn start"
},
"devDependencies": {
"@types/jest": "^25.1.4",
"@types/node": "^12.12.38",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/styled-components": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"babel-eslint": "^10.0.3",
"cross-env": "^7.0.2",
"del-cli": "^4.0.1",
"esbuild": "^0.11.8",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.7.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-tsdoc": "^0.2.11",
"gh-pages": "^2.2.0",
"namor": "^2.0.2",
"ncp": "^2.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.4",
"react": "^17",
"react-dom": "^17",
"react-scripts": "^3.4.1",
"styled-components": "^5.2.1",
"typedoc": "^0.20.35",
"typedoc-plugin-sourcefile-url": "^1.0.6",
"typescript": "^3.7.5"
},
"resolutions": {
"@types/react": "17.0.3",
"@types/react-dom": "17.0.3"
},
"keywords": [
"react",
"table",
"grid",
"ui",
"interface",
"accessible",
"ready-made",
"react-table",
"typescript",
"customise",
"style"
],
"directories": {
"example": "example"
}
}