{
  "name": "themed",
  "version": "2.1.0",
  "description": "Themed react components using styled-components",
  "main": "index.js",
  "files": [
    "themed/",
    "types/",
    "dev/",
    "prod/",
    "Theme.js",
    "Theme.d.ts",
    "AbstractButton.js",
    "AbstractButton.d.ts",
    "AbstractForm.js",
    "AbstractForm.d.ts",
    "AbstractFormGroup.js",
    "AbstractFormGroup.d.ts",
    "AbstractInput.js",
    "AbstractInput.d.ts",
    "AbstractInputBox.js",
    "AbstractInputBox.d.ts",
    "AbstractInputCore.js",
    "AbstractInputCore.d.ts",
    "AbstractLabelText.js",
    "AbstractLabelText.d.ts",
    "AbstractTextInput.js",
    "AbstractTextInput.d.ts",
    "AbstractValidationMessage.js",
    "AbstractValidationMessage.d.ts",
    "Button.js",
    "Button.d.ts",
    "ColorInput.js",
    "ColorInput.d.ts",
    "FormGroup.js",
    "FormGroup.d.ts",
    "InputBox.js",
    "InputBox.d.ts",
    "LabelText.js",
    "LabelText.d.ts",
    "ScreenReaderOnly.js",
    "ScreenReaderOnly.d.ts",
    "TextInput.js",
    "TextInput.d.ts",
    "UTCDateTimeInput.js",
    "UTCDateTimeInput.d.ts",
    "ValidationMessage.js",
    "ValidationMessage.d.ts",
    "InputType.js",
    "InputType.d.ts",
    "InputType.js",
    "InputType.d.ts",
    "LabelMode.js",
    "LabelMode.d.ts",
    "LabelMode.js",
    "LabelMode.d.ts",
    "ValidationState.js",
    "ValidationState.d.ts",
    "ValidationState.js",
    "ValidationState.d.ts"
  ],
  "scripts": {
    "precommit": "lint-staged",
    "prepublish": "npm run prettier:check && npm run build",
    "build": "npm run build:clean && npm run build:theme && concurrently --kill-others-on-fail \"npm run build:compile\" \"npm run build:styleguide\"",
    "build:theme": "node scripts/build && npm run prettier",
    "build:clean": "concurrently --kill-others-on-fail \"rimraf themed styleguide dev prod\" \"node ./scripts/copy-to-output --clean\"",
    "build:compile": "npm run build:tsc && npm run build:babel && npm run build:output",
    "build:tsc": "tsc",
    "build:babel": "concurrently --kill-others-on-fail \"npm run build:babel:dev\" \"npm run build:babel:prod\"",
    "build:babel:dev": "cross-env NODE_ENV=development babel themed --out-dir dev",
    "build:babel:prod": "cross-env NODE_ENV=production babel themed --out-dir prod",
    "build:output": "node ./scripts/copy-to-output",
    "build:styleguide": "styleguidist build",
    "prettier:base": "prettier --parser typescript --single-quote --trailing-comma all --no-bracket-spacing",
    "prettier": "npm run prettier:base -- --write \"src/**/*.ts*\"",
    "prettier:check": "npm run prettier:base -- --list-different \"src/**/*.ts*\"",
    "test": "jest",
    "start": "styleguidist server"
  },
  "lint-staged": {
    "*.ts*": [
      "npm run prettier:base -- --write",
      "git add"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/themed-react/themed.git"
  },
  "author": "ForbesLindesay",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/themed-react/themed/issues"
  },
  "homepage": "https://github.com/themed-react/themed#readme",
  "devDependencies": {
    "@types/react": "^15.0.33",
    "@types/react-dom": "^15.5.1",
    "babel-cli": "^6.24.1",
    "babel-loader": "^7.1.1",
    "babel-plugin-styled-components": "^1.1.7",
    "babel-plugin-transform-dead-code-elimination": "^2.2.2",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
    "babel-plugin-transform-node-env-inline": "^0.1.1",
    "babel-preset-react-app": "^3.0.1",
    "concurrently": "^3.5.0",
    "cross-env": "^5.0.1",
    "happypack": "^4.0.0-beta.1",
    "jest": "^20.0.4",
    "jest-styled-components": "^3.1.5",
    "lsr": "^2.0.0",
    "prettier": "^1.5.3",
    "react": "^15.5.4",
    "react-docgen-typescript": "0.0.15",
    "react-dom": "^15.5.4",
    "react-styleguidist": "^5.5.0",
    "rimraf": "^2.6.1",
    "s3": "^4.4.0",
    "snapguidist": "^2.0.0",
    "ts-loader": "^2.2.1",
    "typescript": "^2.4.1",
    "webpack": "^2.6.1"
  },
  "dependencies": {
    "@types/node": "^8.0.8",
    "@types/react-color": "^2.11.4",
    "husky": "^0.14.3",
    "lint-staged": "^4.0.2",
    "polished": "^1.2.1",
    "react-color": "^2.13.1",
    "styled-components": "^2.1.1"
  }
}
