UNPKG

reliance-react-checkbox-tree

Version:

Fork of checkbox tree in React by Jake Zatecky: https://github.com/jakezatecky/react-checkbox-tree.

81 lines (80 loc) 2.41 kB
{ "name": "reliance-react-checkbox-tree", "version": "2.0.0", "description": "Fork of checkbox tree in React by Jake Zatecky: https://github.com/jakezatecky/react-checkbox-tree.", "author": "Ibai Dorronsoro", "license": "MIT", "types": "src/index.d.ts", "keywords": [ "reliance", "react", "checkbox", "tree" ], "repository": { "type": "git", "url": "http://lorca.act.uji.es/gitlab/dorronso/reliance-react-checkbox-tree.git" }, "main": "lib/index.js", "browser": "lib/index.browser.js", "scripts": { "build": "gulp build", "examples": "gulp examples", "gh-deploy": "gulp build-gh-pages && bash ./gh-deploy.sh", "prepublishOnly": "gulp build", "test": "gulp test-script" }, "peerDependencies": { "react": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" }, "devDependencies": { "@babel/core": "^7.0.0", "@babel/eslint-parser": "^7.13.10", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "@babel/register": "^7.0.0", "@types/react": "^18.0.18", "@wojtekmaj/enzyme-adapter-react-17": "^0.6.1", "babel-loader": "^8.0.0", "browser-sync": "^2.18.6", "chai": "^4.0.0", "enzyme": "^3.0.0", "eslint": "^8.23.0", "eslint-config-takiyon-react": "^2.0.0", "eslint-import-resolver-webpack": "^0.13.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^6.0.2", "eslint-plugin-react": "^7.10.0", "eslint-plugin-react-hooks": "^4.2.0", "gulp": "^4.0.0", "gulp-autoprefixer": "^8.0.0", "gulp-clean-css": "^4.0.0", "gulp-dart-sass": "^1.0.2", "gulp-eslint-new": "^1.6.0", "gulp-exec": "^5.0.0", "gulp-header": "^2.0.5", "gulp-less": "^5.0.0", "gulp-mocha": "^8.0.0", "gulp-stylelint": "^13.0.0", "jsdom": "^20.0.0", "mocha": "^10.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-test-renderer": "^18.2.0", "sass": "^1.28.0", "stylelint": "^14.12.0", "stylelint-config-takiyon": "^2.0.4", "webpack": "^5.3.2", "webpack-stream": "^7.0.0" }, "dependencies": { "classnames": "^2.2.5", "lodash": "^4.17.10", "nanoid": "^3.0.0", "prop-types": "^15.5.8" }, "overrides": { "cheerio": "=1.0.0-rc.3" } }