ketcher-react
Version:
Web-based molecule sketcher
151 lines (150 loc) • 4.75 kB
JSON
{
"name": "ketcher-react",
"version": "3.1.0",
"description": "Web-based molecule sketcher",
"license": "Apache-2.0",
"homepage": "http://lifescience.opensource.epam.com/ketcher",
"author": {
"name": "EPAM Life Sciences",
"url": "http://lifescience.opensource.epam.com"
},
"repository": {
"type": "git",
"url": "https://github.com/epam/ketcher.git",
"directory": "packages/ketcher-react"
},
"keywords": [
"molecule",
"sketcher",
"chemistry"
],
"bugs": {
"url": "https://github.com/epam/ketcher/issues"
},
"types": "dist/index.d.ts",
"source": "src/index.tsx",
"engines": {
"node": ">=14"
},
"scripts": {
"build": "cross-env NODE_ENV=production rollup -c -m true",
"start": "cross-env NODE_ENV=development rollup -c -m true -w",
"test": "run-s test:prettier test:stylelint test:eslint:quiet test:types test:unit",
"test:eslint": "eslint . --ext .ts,.tsx,.js,.jsx",
"test:eslint:quiet": "npm run test:eslint -- --quiet",
"test:eslint:fix": "npm run test:eslint -- --fix",
"test:types": "tsc --noEmit",
"test:unit": "jest --passWithNoTests",
"test:unit:update": "jest -u",
"test:prettier": "prettier --check \"./**/*.{js,jsx,json,ts,tsx}\"",
"test:stylelint": "stylelint \"./**/*.{css,less}\" --formatter",
"prettier:write": "prettier --write \"./**/*.{js,jsx,json,ts,tsx}\"",
"stylelint:fix": "stylelint \"./**/*.{css,less}\" --formatter verbose --fix"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/material": "^5.2.4",
"ajv": "^8.10.0",
"cfb": "^1.2.2",
"clsx": "^1.1.1",
"draft-js": "^0.11.7",
"draft-js-custom-styles": "^2.1.1",
"element-closest-polyfill": "^1.0.2",
"file-saver": "^2.0.2",
"font-face-observer": "^1.0.0",
"hoist-non-react-statics": "^3.3.2",
"intersection-observer": "^0.12.0",
"ketcher-core": "*",
"lodash": "^4.17.21",
"miew-react": "^1.0.0",
"react-colorful": "^5.4.0",
"react-contexify": "^6.0.0",
"react-device-detect": "^2.2.2",
"react-dropzone": "^11.7.1",
"react-intersection-observer": "^8.32.1",
"react-redux": "^7.2.1",
"react-virtualized": "^9.22.3",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.7",
"remark-gfm": "^1.0.0",
"remark-parse": "^9.0.0",
"replace": "^1.2.0",
"reselect": "^4.0.0",
"subscription": "^3.0.0",
"url-search-params-polyfill": "^8.1.1",
"use-resize-observer": "^7.0.0",
"w3c-keyname": "^2.2.4",
"whatwg-fetch": "^3.4.1"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@rollup/plugin-replace": "^2.3.4",
"@rollup/plugin-strip": "^2.0.0",
"@svgr/rollup": "^5.4.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/draft-js": "^0.11.7",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.178",
"@types/node": "^16.11.12",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"autoprefixer": "^10.2.5",
"babel-jest": "^27.4.5",
"cross-env": "^7.0.3",
"eslint": "^8.49.0",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^5.0.1",
"jest": "^27.4.5",
"less": "^3.12.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.10",
"prettier": "^2.5.1",
"rollup": "^2.79.2",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-typescript2": "^0.31.1",
"rollup-plugin-visualizer": "^5.5.2",
"stylelint": "13.13.1",
"ts-jest": "^27.1.2",
"typescript": "^4.5.2"
},
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/cjs/index.js"
},
"./dist/index.css": {
"import": "./dist/index.css",
"require": "./dist/index.css"
}
}
}