UNPKG

sortabular

Version:
76 lines (75 loc) 1.99 kB
{ "name": "sortabular", "version": "1.6.0", "description": "Sort utilities", "scripts": { "test:all": "npm test && npm run test:lint", "test": "jest", "test:coverage": "jest --coverage", "test:lint": "eslint . --ext .js --cache", "test:watch": "jest --watch", "dist:build": "rimraf ./dist && babel ./src --out-dir ./dist", "preversion": "npm run test:all && npm run dist:build && git commit --allow-empty -am \"Update dist\"" }, "main": "dist", "repository": { "type": "git", "url": "https://github.com/reactabular/sortabular.git" }, "keywords": [ "sort", "sorting", "reactabular" ], "files": [ "dist", "style.css" ], "jest": { "collectCoverage": true, "moduleFileExtensions": [ "js" ], "moduleDirectories": [ "node_modules" ] }, "author": "Juho Vepsalainen <bebraw@gmail.com> (http://github.com/bebraw)", "license": "MIT", "bugs": { "url": "https://github.com/reactabular/sortabular/issues" }, "dependencies": {}, "devDependencies": { "babel-cli": "^6.23.0", "babel-core": "^6.23.1", "babel-eslint": "^7.1.1", "babel-jest": "^19.0.0", "babel-plugin-lodash": "^3.2.11", "babel-plugin-syntax-object-rest-spread": "^6.13.0", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-preset-es2015": "^6.22.0", "babel-preset-react": "^6.23.0", "classnames": "^2.2.5", "eslint": "^3.16.0", "eslint-config-airbnb": "^14.1.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^4.0.0", "eslint-plugin-react": "^6.10.0", "git-prepush-hook": "^1.0.2", "jest": "^19.0.2", "lodash": "^4.17.4", "prop-types": "^15.6.0", "react": "^16.0.0", "react-dom": "^16.0.0", "rimraf": "^2.6.0" }, "peerDependencies": { "classnames": ">= 2.0.0 < 3.0.0", "lodash": ">= 4.0.0 < 5.0.0", "react": ">= 15.0.0 < 17.0.0" }, "pre-push": [ "test:all" ] }