UNPKG

react-table-pro

Version:
132 lines (131 loc) 5 kB
{ "name": "react-table-pro", "version": "0.0.8", "description": "React Table Pro", "keywords": [ "react", "table", "react-table", "react-table-pro", "typescript", "ts", "flow", "flowjs" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "start-demo": "cross-env NODE_ENV=development BUILD_TYPE=site webpack-cli serve --progress", "start-demo:hot": "cross-env NODE_ENV=development BUILD_TYPE=site webpack-cli serve --progress --hot", "build-demo": "cross-env NODE_ENV=production BUILD_TYPE=site webpack --progress", "build": "cross-env NODE_ENV=production BUILD_TYPE=lib webpack --progress", "remove-extra": "rm -rf ./coverage && rm -rf ./.nyc_output", "check": "npm run remove-extra; npm run eslint; npm run stylelint; npm run flow;", "check:fix": "npm run remove-extra; npm run prettier; npm run eslint:fix; npm run stylelint:fix; npm run flow;", "eslint": "eslint .", "eslint:fix": "eslint . --fix", "stylelint": "stylelint ./**/*.scss", "stylelint:fix": "stylelint ./**/*.scss --fix", "flow": "flow stop; flow;", "flow-stop": "flow stop;", "prettier": "prettier --write \"./**/*.js\"", "mdlint": "eslint --ext md .", "mdlint:fix": "eslint --ext md . --fix", "flow-coverage": "flow-coverage-report --config ./flow-coverage-config.json", "zip": "zip -9 --exclude=*node_modules* --exclude=*.git* -r my-project_`git symbolic-ref --short HEAD`-`date +%Y-%m-%d--%H-%M-%S` ./", "pre-commit-hook": "npm run eslint && npm run stylelint && npm run flow", "test": "babel-node node_modules/.bin/_mocha ./test/", "test-coverage": "nyc --reporter=html --reporter=text --reporter=lcov babel-node node_modules/.bin/_mocha ./test/", "coveralls": "npm run test-coverage && cat ./coverage/lcov.info | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/webbestmaster/react-table-pro.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/webbestmaster/react-table-pro/issues" }, "homepage": "https://github.com/webbestmaster/react-table-pro#readme", "engines": { "node": ">=12.0.0", "npm": ">=5.0.0" }, "dependencies": {}, "peerDependencies": { "react": "^17.0.1", "react-dom": "^17.0.1" }, "devDependencies": { "@babel/core": "^7.12.3", "@babel/node": "^7.12.6", "@babel/plugin-proposal-export-namespace-from": "^7.12.1", "@babel/plugin-proposal-throw-expressions": "^7.12.1", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-flow-strip-types": "^7.12.1", "@babel/plugin-transform-runtime": "^7.12.1", "@babel/plugin-transform-strict-mode": "^7.12.1", "@babel/preset-env": "^7.12.1", "@babel/preset-flow": "^7.12.1", "@babel/preset-react": "^7.12.5", "@babel/runtime": "^7.12.5", "babel-eslint": "^10.1.0", "babel-loader": "^8.2.0", "babel-plugin-css-modules-transform": "^1.6.2", "babel-plugin-file-loader": "^2.0.0", "babel-plugin-flow-runtime": "^0.19.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-preset-minify": "^0.5.1", "circular-dependency-plugin": "^5.2.2", "clean-webpack-plugin": "^3.0.0", "copy-webpack-plugin": "^6.3.0", "coveralls": "^3.1.0", "cross-env": "^7.0.2", "css-loader": "^5.0.1", "css-modules-flow-types-loader": "^1.4.1", "duplicate-package-checker-webpack-plugin": "^3.0.0", "eslint": "^7.13.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-filenames": "^1.3.2", "eslint-plugin-flowtype": "^5.2.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-markdown": "^1.0.2", "eslint-plugin-no-loops": "^0.3.0", "eslint-plugin-no-use-extend-native": "^0.5.0", "eslint-plugin-optimize-regex": "^1.2.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-sonarjs": "^0.5.0", "eslint-plugin-unicorn": "^23.0.0", "file-loader": "^6.2.0", "flow-bin": "^0.137.0", "flow-coverage-report": "^0.8.0", "flow-runtime": "^0.17.0", "flow-typed": "^3.2.1", "html-webpack-plugin": "^4.5.0", "husky": "^4.3.0", "mini-css-extract-plugin": "^1.3.0", "mocha": "^8.2.1", "node-sass": "^5.0.0", "nyc": "^15.1.0", "optimize-css-assets-webpack-plugin": "^5.0.4", "prettier": "^2.1.2", "raw-loader": "^4.0.2", "react-hot-loader": "^4.13.0", "sass-loader": "^10.0.5", "script-ext-html-webpack-plugin": "^2.1.5", "style-loader": "^2.0.0", "stylelint": "^13.7.2", "stylelint-config-sass-guidelines": "^7.1.0", "stylelint-config-standard": "^20.0.0", "stylelint-scss": "^3.18.0", "terser-webpack-plugin": "^5.0.3", "webpack": "^5.4.0", "webpack-bundle-analyzer": "^4.1.0", "webpack-cli": "^4.2.0", "webpack-dev-server": "^3.11.0" } }