UNPKG

seqviz-plus

Version:
94 lines (93 loc) 2.69 kB
{ "name": "seqviz-plus", "description": "An extension for Seqviz", "version": "2.0.28", "main": "dist/index.js", "types": "dist/index.d.ts", "unpkg": "dist/seqviz-plus.min.js", "scripts": { "build": "webpack --config webpack.config.js", "demo": "cd demo && npm run deploy", "fix": "prettier ./src/** --write && eslint src --ext ts,tsx --fix", "lint": "prettier ./src/** --check && eslint src --ext ts,tsx --quiet", "minor": "./release.sh minor", "patch": "./release.sh patch", "start": "cd demo && npm run start", "test": "CI=true jest" }, "keywords": [ "AA", "DNA", "RNA", "plasmid", "sequence", "seqviz", "vector", "viewer" ], "homepage": "https://github.com/alemastro97/SeqViz-Plus", "bugs": { "url": "https://github.com/alemastro97/SeqViz-Plus/issues", "email": "alessandro.mastropasqua@digitiamo.com" }, "repository": { "type": "git", "url": "https://github.com/alemastro97/SeqViz-Plus.git" }, "license": "MIT", "author": "Lattice Automation (https://latticeautomation.com/)", "files": [ "dist", "LICENSE", "README.md" ], "browserslist": [ ">1%", "not dead" ], "dependencies": { "next": "^13.3.0", "react-resize-detector": "^7.1.2", "semantic-ui-css": "^2.5.0", "seqparse": "^0.2.0" }, "devDependencies": { "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@trivago/prettier-plugin-sort-imports": "^3.2.0", "@types/jest": "^28.1.4", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/xml2js": "^0.4.9", "@typescript-eslint/eslint-plugin": "^5.10.1", "@typescript-eslint/parser": "^5.10.1", "css-loader": "^6.7.3", "eslint": "^8.8.0", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-sort-destructure-keys": "^1.4.0", "eslint-plugin-sort-keys-fix": "^1.1.2", "eslint-plugin-typescript-sort-keys": "^2.1.0", "html-webpack-plugin": "^5.5.0", "jest": "^28.0.0", "jest-css-modules": "^2.1.0", "jest-environment-jsdom": "^28.1.3", "mini-css-extract-plugin": "^2.6.1", "path-browserify": "^1.0.1", "postcss-loader": "^7.0.1", "prettier": "^2.5.1", "react": "^18.2.0", "react-dom": "^18.2.0", "source-map-loader": "^1.1.3", "stream-browserify": "^3.0.0", "style-loader": "^3.3.1", "timers-browserify": "^2.0.12", "ts-jest": "^28.0.0", "ts-loader": "^8.3.0", "typescript": "^4.5.2", "webpack": "^5.79.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.9.3", "webpack-node-externals": "^3.0.0" } }