UNPKG

react-treebeard

Version:
77 lines (76 loc) 2.26 kB
{ "name": "react-treebeard", "version": "3.2.4", "description": "React Tree View Component", "main": "index.js", "scripts": { "build": "rimraf dist && babel src/ --out-dir dist/", "test": "jest --config=jest.config.js", "test:watch": "jest --config=jest.config.js --watch", "test:coverage": "jest --config=jest.config.js --coverage", "lint": "eslint .", "example": "webpack-dev-server --content-base ./example/ --config ./example/webpack.config.js", "build-example": "webpack --content-base ./example/ --config ./example/webpack.config.js --output ./dist/example.js" }, "peerDependencies": { "@babel/runtime": ">=7.0.0", "@emotion/styled": "^10.0.10", "prop-types": ">=15.7.2", "react": ">=16.7.0", "react-dom": ">=16.7.0" }, "repository": { "type": "git", "url": "git+https://github.com/storybooks/react-treebeard.git" }, "keywords": [ "react", "treeview", "data-driven", "customisable", "fast" ], "author": "Alex Curtis", "license": "MIT", "bugs": { "url": "https://github.com/storybooks/react-treebeard/issues" }, "homepage": "https://github.com/storybooks/react-treebeard#readme", "devDependencies": { "@babel/cli": "^7.4.4", "@babel/core": "^7.4.4", "@babel/preset-env": "^7.4.4", "@babel/preset-react": "^7.0.0", "@babel/runtime": "^7.4.4", "@commitlint/cli": "^7.5.2", "@commitlint/travis-cli": "^7.5.2", "babel-eslint": "^10.0.1", "babel-jest": "^24.8.0", "babel-loader": "^8.0.5", "babel-preset-react": "^6.24.1", "enzyme": "^3.9.0", "enzyme-adapter-react-16": "^1.12.1", "enzyme-to-json": "^3.3.5", "eslint": "^5.16.0", "eslint-loader": "^2.1.2", "eslint-plugin-react": "^7.13.0", "husky": "^2.2.0", "jest": "^24.8.0", "lodash": "^4.17.11", "prop-types": "^15.7.2", "react": "^16.8.6", "react-dom": "^16.8.6", "react-hot-loader": "^4.8.4", "rimraf": "^2.6.3", "webpack": "^4.30.0", "webpack-cli": "^3.3.2", "webpack-dev-server": "^3.3.1" }, "dependencies": { "@emotion/core": "^10.0.10", "@emotion/styled": "^10.0.10", "deep-equal": "^1.0.1", "shallowequal": "^1.1.0", "velocity-react": "^1.4.1" } }