UNPKG

react-sentence-tree

Version:
55 lines 1.61 kB
{ "name": "react-sentence-tree", "version": "3.1.6", "description": "Create sentence trees with this react component", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "babel ./src --out-dir ./dist -s inline", "corenlp:download": "./scripts/corenlp-download", "corenlp:server": "./scripts/corenlp-server", "docz:dev": "docz dev", "docz:build": "docz build", "docz:serve": "docz build && docz serve" }, "repository": { "type": "git", "url": "https://github.com/Lucas-Kohorst/react-sentence-tree" }, "keywords": [ "react", "sentence", "d3", "corenlp", "nlp" ], "author": { "name": "Lucas Kohorst", "email": "kohorstlucas@gmail.com", "url": "kohorstlucas.com" }, "license": "MIT", "bugs": { "url": "https://github.com/Lucas-Kohorst/react-sentence-tree/issues" }, "homepage": "https://github.com/Lucas-Kohorst/react-sentence-tree", "readme": "https://github.com/Lucas-Kohorst/react-sentence-tree#readme", "devDependencies": { "@babel/cli": "^7.6.4", "@babel/core": "^7.6.4", "@babel/preset-env": "^7.6.3", "@babel/preset-react": "^7.6.3" }, "peerDependencies": { "react": "^16.10.2" }, "files": [ "dist/*" ], "dependencies": { "@material-ui/core": "^4.5.1", "corenlp": "^1.5.2", "docz": "^2.0.0-rc.71", "react-d3-tree": "^1.15.3" } }