multreeselect
Version:
> This project is created to simplify the process of publishing a React component to npm. For a full tutorial on publishing React component to npm, please refer to [this guide](https://medium.com/groftware/how-to-publish-your-react-component-on-npm-9cf48d
55 lines (54 loc) • 1.55 kB
JSON
{
"name": "multreeselect",
"version": "2.0.2",
"description": "> This project is created to simplify the process of publishing a React component to npm. For a full tutorial on publishing React component to npm, please refer to [this guide](https://medium.com/groftware/how-to-publish-your-react-component-on-npm-9cf48d91944d)",
"main": "./lib/index.js",
"license": "MIT",
"scripts": {
"build": "webpack"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^3.5.1",
"path": "^0.12.7",
"prop-types": "^15.6.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"style-loader": "^1.1.3",
"webpack": "^4.5.0",
"webpack-cli": "^3.2.1"
},
"dependencies": {
"antd": "^3.26.7",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-svg-loader": "^3.0.3",
"webpack-node-externals": "^2.5.0"
},
"keywords": [
"select",
"multiselect",
"multiselectwithcheckbox",
"react",
"react-superselect",
"react-tree-select",
"tree-select",
"multreeselect"
],
"author": "Nitin Sharma <nitinbrains@gmail.com>",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nitinbrains/MultreeSelect.git"
},
"bugs": {
"url": "https://github.com/nitinbrains/MultreeSelect/issues"
},
"homepage": "https://github.com/nitinbrains/MultreeSelect#readme"
}