{ "name": "@material-table/core", "publishConfig": { "access": "public" }, "url": "https://github.com/material-table-core/core", "version": "3.2.5", "description": "Datatable for React based on https://material-ui.com/api/table/ with additional features", "main": "dist/index.js", "types": "types/index.d.ts", "files": [ "dist", "types" ], "babel": { "extends": "./babel.config.js" }, "scripts": { "start": "./node_modules/.bin/webpack serve --config ./__tests__/demo/webpack.config.js --mode development --progress", "build:esbuild": "node esbuild.config.js", "build": "npm run build:root", "build:root": "./node_modules/.bin/babel src -d dist", "lint": "npm run eslint && npm run tsc", "eslint": "./node_modules/.bin/eslint src/** -c ./.eslintrc --ignore-path ./.eslintignore", "tsc": "./node_modules/.bin/tsc --noEmit --lib es6,dom --skipLibCheck types/index.d.ts", "lint:fix": "./node_modules/.bin/eslint src/** -c ./.eslintrc --ignore-path ./.eslintignore --fix", "prettify": "./node_modules/.bin/prettier -c ./.prettierrc --write **/*.js", "test": "jest", "test:build": "jest __tests__/post.build.test.js", "release:major": "changelog -M && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version major -m 'Release v%s' && npm run git:push:tags", "release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor -m 'Release v%s' && npm run git:push:tags", "release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch -m 'Release v%s' && npm run git:push:tags", "git:push:tags": "git push origin && git push origin --tags" }, "husky": { "hooks": { "pre-commit": "npm run lint && pretty-quick --staged" } }, "repository": { "type": "git", "url": "git+https://github.com/material-table-core/core.git" }, "keywords": [ "react", "material-ui", "material", "datatable", "table" ], "author": "Mehmet Baran, @material-table/core contributors", "license": "MIT", "bugs": { "url": "https://github.com/material-table-core/core/issues" }, "homepage": "https://material-table-core.com", "devDependencies": { "@babel/cli": "^7.12.10", "@babel/core": "^7.12.10", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-object-rest-spread": "^7.12.1", "@babel/plugin-transform-runtime": "^7.12.10", "@babel/preset-env": "^7.12.11", "@babel/preset-react": "^7.12.10", "@material-ui/core": "^4.12.1", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", "@types/jest": "^26.0.20", "@webpack-cli/serve": "^1.2.1", "@wojtekmaj/enzyme-adapter-react-17": "^0.4.1", "babel-eslint": "^10.1.0", "babel-jest": "^26.6.3", "babel-loader": "^8.2.2", "babel-polyfill": "^6.26.0", "buble": "^0.20.0", "chalk": "^4.1.0", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.6", "esbuild": "^0.8.57", "esbuild-webpack-plugin": "^1.1.0", "eslint": "^7.16.0", "eslint-config-defaults": "^9.0.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-only-warn": "^1.0.2", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.21.5", "eslint-plugin-standard": "^5.0.0", "generate-changelog": "^1.8.0", "husky": "1.2.0", "jest": "^26.6.3", "jest-canvas-mock": "^2.3.0", "prettier": "^2.2.1", "pretty-quick": "2.0.1", "react": ">=16.8.0", "react-dom": ">=16.8.0", "react-hot-loader": "^4.13.0", "react-test-renderer": ">=16.8.0", "typescript": "^4.1.3", "webpack": "^5.11.0", "webpack-bundle-analyzer": "^4.3.0", "webpack-cli": "^4.3.1", "webpack-dev-server": "^3.11.0" }, "dependencies": { "@babel/runtime": "^7.12.5", "@date-io/date-fns": "^1.3.13", "@material-ui/pickers": "^3.2.10", "@material-ui/styles": "^4.11.4", "classnames": "^2.2.6", "date-fns": "^2.16.1", "debounce": "^1.2.0", "fast-deep-equal": "^3.1.3", "prop-types": "^15.7.2", "react-beautiful-dnd": "^13.0.0", "react-double-scrollbar": "0.0.15", "uuid": "^3.4.0" }, "peerDependencies": { "@date-io/core": "^1.3.13", "@material-ui/core": "^4.11.2", "react": ">=16.8.0", "react-dom": ">=16.8.0" } }