{
  "name": "ffr-components",
  "version": "0.4.1-beta.7",
  "description": "Fiori styled UI components",
  "repository": "https://github.wdf.sap.corp/UXR-POC/ffr",
  "scripts": {
    "roll": "rollup -c ./rollup.config.js",
    "test": "jest --watchAll --config ./jest.config.js",
    "test:watch": "jest --watch --config ./jest.config.js",
    "test:ci": "jest --config ./jest.config.js --coverage",
    "test:debug": "node --inspect-brk node_modules/.bin/jest --watchAll --runInBand",
    "start": "start-storybook -p 9091 -s ./node_modules/fundamental-styles/dist/,./src/ -c .storybook",
    "build:storybook": "build-storybook -c .storybook -o .out",
    "lint": "eslint src",
    "dev": "rollup -c --watch --environment NODE_ENV:development",
    "build:css": "node build.js",
    "build": "npm run build:css && NODE_ENV=production babel src -d es --plugins=babel-plugin-trans-import-style  --ignore \"src/**/*.spec.js\",\"src/**/*.test.js\",\"src/**/*.stories.js\",\"src/**/style.js\",\"src/__snapshots__/*\",\"src/index.js\""
  },
  "keywords": [
    "React",
    "Fiori",
    "Components"
  ],
  "dependencies": {
    "classnames": "2.2.6",
    "focus-trap-react": "6.0.0",
    "fundamental-react": "0.6.1",
    "fundamental-styles": "0.3.0"
  },
  "devDependencies": {
    "@babel/cli": "7.5.5",
    "@babel/core": "7.5.5",
    "@sf/postcss-custom-prop": "1.2.0",
    "@storybook/addon-storyshots": "5.1.11",
    "@storybook/react": "5.1.11",
    "babel-eslint": "10.0.2",
    "babel-jest": "24.8.0",
    "babel-loader": "8.0.6",
    "babel-plugin-require-context-hook": "1.0.0",
    "babel-plugin-trans-import-style": "^0.3.0",
    "babel-preset-env": "1.7.0",
    "babel-preset-react-app": "9.0.1",
    "enzyme": "3.10.0",
    "enzyme-adapter-react-16": "1.14.0",
    "eslint": "6.1.0",
    "eslint-config-prettier": "6.0.0",
    "eslint-config-react-app": "5.0.1",
    "eslint-plugin-flowtype": "4.2.0",
    "eslint-plugin-import": "2.18.2",
    "eslint-plugin-jsx-a11y": "6.2.3",
    "eslint-plugin-prettier": "3.1.0",
    "eslint-plugin-react": "7.14.3",
    "eslint-plugin-react-hooks": "1.7.0",
    "identity-obj-proxy": "3.0.0",
    "jest": "24.8.0",
    "jest-environment-jsdom-fourteen": "0.1.0",
    "jest-resolve": "24.8.0",
    "jest-watch-typeahead": "0.3.1",
    "postcss-preset-env": "6.7.0",
    "postcss-url": "8.0.0",
    "prettier": "1.18.2",
    "react-test-renderer": "16.9.0",
    "rollup": "1.27.0",
    "rollup-plugin-node-resolve": "5.2.0",
    "rollup-plugin-postcss": "2.0.3"
  },
  "peerDependencies": {
    "@babel/runtime": "7.6.0",
    "prop-types": "15.7.2",
    "react": "16.9.0",
    "react-dom": "16.9.0"
  },
  "files": [
    "es/**/"
  ],
  "author": "UI-common",
  "license": "UNLICENSED"
}
