UNPKG

clanviewer

Version:

A component to visualise the relationships between the Pfam families in a clan

72 lines (71 loc) 1.91 kB
{ "name": "clanviewer", "description": "A component to visualise the relationships between the Pfam families in a clan", "version": "1.1.0", "homepage": "https://github.com/ProteinsWebTeam/clanviewer", "author": { "name": "gustavo-salazar", "email": "gsalazar@ebi.ac.uk" }, "repository": { "type": "git", "url": "git://github.com/ProteinsWebTeam/clanviewer.git" }, "bugs": { "url": "https://github.com/ProteinsWebTeam/clanviewer/issues" }, "licenses": [ { "type": "Apache-2.0", "url": "https://github.com/ProteinsWebTeam/clanviewer/blob/master/LICENSE" } ], "module": "lib/index.ts", "jsnext:main": "lib/index.ts", "main": "build/clanviewer.packed.js", "types": "build/lib/index.d.ts", "scripts": { "build": "webpack", "start": "webpack serve --mode=development --env dev", "lint": "eslint .", "jest": "jest --coverage", "test": "npm run lint && npm run jest" }, "dependencies": { "d3-drag": "3.0.0", "d3-force": "3.0.0", "d3-path": "^3.0.1", "d3-scale": "4.0.2", "d3-selection": "3.0.0", "d3-zoom": "3.0.0" }, "devDependencies": { "@types/d3": "7.1.0", "@types/jest": "27.5.0", "@typescript-eslint/eslint-plugin": "5.22.0", "@typescript-eslint/parser": "5.22.0", "coveralls": "3.1.1", "css-loader": "^6.7.1", "css-minimizer-webpack-plugin": "^3.4.1", "d3": "7.4.4", "eslint": "8.14.0", "eslint-plugin-jest": "26.1.5", "html-webpack-plugin": "5.5.0", "jest": "28.0.3", "jest-environment-jsdom": "28.0.2", "mini-css-extract-plugin": "^2.6.0", "style-loader": "^3.3.1", "ts-jest": "28.0.1", "ts-loader": "^9.3.0", "typescript": "^4.6.4", "webpack": "5.72.0", "webpack-cli": "4.9.2", "webpack-dev-server": "4.8.1" }, "keywords": [ "pfam", "protein families", "clans", "d3" ] }