UNPKG

fhir-react

Version:

React component library for displaying FHIR Resources

111 lines (110 loc) 3.85 kB
{ "name": "fhir-react", "version": "0.2.4", "description": "React component library for displaying FHIR Resources ", "main": "build/index.js", "peerDependencies": { "react": "^17.0.1" }, "dependencies": { "dompurify": "^2.0.7", "lodash": "^4.17.15", "marked": "^0.8.0", "md5": "^2.2.1", "pretty-bytes": "^5.3.0", "prop-types": "^15.7.2", "react": "^17.0.1" }, "scripts": { "test": "NODE_ENV=test jest", "test:coverage": "NODE_ENV=test jest --coverage .", "test:watch": "NODE_ENV=test jest --watchAll", "start": "NODE_ENV=production webpack --watch", "build": "NODE_ENV=production webpack", "lint": "eslint --max-warnings 0 .", "lint:fix": "eslint --fix .", "stylelint": "stylelint 'src/**/*.css'", "stylelint:fix": "stylelint --fix 'src/**/*.css'", "storybook": "start-storybook --port 63653", "deploy-storybook": "storybook-to-aws-s3 --bucket-path=storybook-fhir-react-lib --aws-profile=storybook-deployer", "deploy-storybook-branch": "storybook-to-aws-s3 --aws-profile=storybook-deployer" }, "author": { "name": "1upHealth", "email": "eng@1up.health" }, "repository": { "type": "git", "url": "git+https://github.com/1uphealth/fhir-react.git" }, "bugs": { "url": "https://github.com/1uphealth/fhir-react/issues" }, "homepage": "https://github.com/1uphealth/fhir-react#readme", "keywords": [ "fhir", "react", "hl7", "dstu2", "stu3", "bootstrap", "material", "ui" ], "license": "MIT", "devDependencies": { "@babel/cli": "^7.7.4", "@babel/core": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-proposal-decorators": "^7.0.0", "@babel/plugin-proposal-do-expressions": "^7.0.0", "@babel/plugin-proposal-export-default-from": "^7.0.0", "@babel/plugin-proposal-export-namespace-from": "^7.0.0", "@babel/plugin-proposal-function-bind": "^7.0.0", "@babel/plugin-proposal-function-sent": "^7.0.0", "@babel/plugin-proposal-json-strings": "^7.0.0", "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", "@babel/plugin-proposal-numeric-separator": "^7.0.0", "@babel/plugin-proposal-object-rest-spread": "^7.0.0", "@babel/plugin-proposal-optional-chaining": "^7.0.0", "@babel/plugin-proposal-pipeline-operator": "^7.0.0", "@babel/plugin-proposal-throw-expressions": "^7.0.0", "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-syntax-import-meta": "^7.0.0", "@babel/plugin-transform-react-jsx": "^7.0.0", "@babel/polyfill": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.7.4", "@storybook/addon-knobs": "^5.2.8", "@storybook/react": "^5.2.8", "@storybook/storybook-deployer": "^2.8.1", "@testing-library/react": "^9.3.2", "@typescript-eslint/eslint-plugin": "^2.10.0", "@typescript-eslint/parser": "^2.10.0", "babel-eslint": "^10.0.3", "babel-jest": "^24.9.0", "babel-loader": "^8.0.6", "babel-plugin-transform-imports": "^2.0.0", "copy-webpack-plugin": "^5.1.1", "css-loader": "^3.4.2", "dedent": "^0.7.0", "eslint": "^6.7.2", "eslint-config-prettier": "^6.7.0", "eslint-config-react-app": "^5.0.2", "eslint-plugin-flowtype": "^3.13.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-react": "^7.17.0", "eslint-plugin-react-hooks": "^1.7.0", "jest": "^24.9.0", "mini-css-extract-plugin": "^0.9.0", "prettier": "1.19.1", "react-dom": "^16.12.0", "stylelint": "^13.0.0", "stylelint-config-standard": "^19.0.0", "webpack": "^4.41.2", "webpack-cli": "^3.3.10" } }