{
  "name": "govuk-react-components",
  "version": "1.2.0",
  "description": "React components for govuk layouts and elements",
  "main": "dist/govuk-react-components.js",
  "module": "dist/govuk-react-components.module.js",
  "scripts": {
    "lint": "eslint .",
    "pretest": "npm run build",
    "test": "npm run lint && npm run test:unit-built",
    "test:unit-built": "jest --config ./scripts/jest/config.build.js --env=jsdom",
    "test:unit-source": "jest --config ./scripts/jest/config.source.js --env=jsdom",
    "test:watch": "npm run test:unit-source -- --watch",
    "test:update": "npm run test:unit-source -- --updateSnapshot",
    "build": "npm run build:js && npm run build:css",
    "build:js": "rollup -c rollup.config.js",
    "prebuild:css": "mkdir -p ./assets",
    "build:css": "npm-sass ./src/styles/elements.scss > ./assets/elements.css",
    "prepublish": "npm run build",
    "contributors:add": "all-contributors add",
    "contributors:generate": "all-contributors generate"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lennym/govuk-react-components.git"
  },
  "author": "Leonard Martin <hello@lennym.co.uk>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lennym/govuk-react-components/issues"
  },
  "homepage": "https://github.com/lennym/govuk-react-components#readme",
  "dependencies": {
    "govuk_frontend_toolkit": "^7.5.0",
    "govuk_template_mustache": "^0.23.0"
  },
  "peerDependencies": {
    "prop-types": ">= 15.4.0",
    "react": ">= 16.0.0"
  },
  "devDependencies": {
    "all-contributors-cli": "^4.10.1",
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.2.1",
    "babel-jest": "^22.0.6",
    "babel-plugin-external-helpers": "6.22.0",
    "babel-preset-env": "1.7.0",
    "babel-preset-react": "6.24.1",
    "babel-preset-stage-0": "6.24.1",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "enzyme-to-json": "^3.3.0",
    "eslint": "^4.15.0",
    "eslint-plugin-class-property": "^1.1.0",
    "eslint-plugin-react": "^7.5.1",
    "govuk-elements-sass": "^3.1.2",
    "jest": "^22.0.6",
    "jest-cli": "^23.1.0",
    "jest-serializer-html": "^5.0.0",
    "npm-sass": "^2.2.1",
    "react": "^16.4.1",
    "react-dom": "^16.4.1",
    "react-test-renderer": "^16.2.0",
    "rollup": "0.60.7",
    "rollup-plugin-babel": "3.0.4",
    "rollup-plugin-commonjs": "9.1.3",
    "rollup-plugin-json": "3.0.0",
    "rollup-plugin-node-resolve": "3.3.0",
    "rollup-plugin-replace": "2.0.0",
    "rollup-plugin-terser": "1.0.1",
    "rollup-plugin-uglify": "3.0.0"
  },
  "files": [
    "components/*",
    "assets/*",
    "index.js"
  ]
}
