{
  "name": "semantic-ui-react",
  "version": "0.67.2",
  "description": "The official Semantic-UI-React integration.",
  "jsnext:main": "dist/es/index.js",
  "main": "dist/commonjs/index.js",
  "module": "dist/es/index.js",
  "files": [
    "src",
    "dist",
    "index.d.ts"
  ],
  "scripts": {
    "docs": "gulp docs",
    "build": "npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:docs",
    "prebuild:commonjs": "rimraf dist/commonjs",
    "build:commonjs": "babel src -d dist/commonjs && npm run tsd",
    "prebuild:es": "rimraf dist/es",
    "build:es": "cross-env BABEL_ENV=es babel src -d dist/es",
    "prebuild:docs": "npm run build:docs-toc",
    "build:dll": "gulp dll",
    "build:docs": "gulp build:docs",
    "build:umd": "gulp umd",
    "build:docs-toc": "doctoc ./.github/CONTRIBUTING.md --github --maxlevel 4",
    "build:docs-cname": "echo react.semantic-ui.com > docs/build/CNAME",
    "predeploy:docs": "cross-env NODE_ENV=production npm run build:docs && npm run build:docs-cname",
    "deploy:docs": "gh-pages -d docs/build -m 'deploy docs [ci skip]'",
    "lint": "cross-env NODE_ENV=production eslint .",
    "lint:fix": "npm run lint -- --fix",
    "lint:watch": "watch 'npm run lint --silent' docs gulp src test",
    "prerelease": "npm run lint && npm run tsd:lint && npm test && cross-env NODE_ENV=production npm run build",
    "postrelease": "NODE_ENV=production npm run deploy:docs",
    "release:major": "npm run prerelease && ta-script npm/release.sh major && npm run prerelease",
    "release:minor": "npm run prerelease && ta-script npm/release.sh minor && npm run prerelease",
    "release:patch": "npm run prerelease && ta-script npm/release.sh patch && npm run prerelease",
    "start": "npm run docs",
    "start:local-modules": "npm run docs -- --local-modules",
    "pretest": "npm run build:dll",
    "test": "cross-env NODE_ENV=test karma start",
    "test:watch": "npm run test --silent -- --watch",
    "tsd": "gulp tsd",
    "tsd:lint": "tslint './src/**/*.d.ts'",
    "tsd:lint:fix": "npm run -s tsd:lint -- --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://github.com/Semantic-Org/Semantic-UI-React.git"
  },
  "author": "Technology Advice <devteam@technologyadvice.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Semantic-Org/Semantic-UI-React/issues"
  },
  "homepage": "https://github.com/Semantic-Org/Semantic-UI-React#readme",
  "dependencies": {
    "babel-runtime": "^6.22.0",
    "classnames": "^2.1.5",
    "debug": "^2.6.3",
    "lodash": "^4.17.2"
  },
  "devDependencies": {
    "@types/react": "^0.14.54",
    "babel-cli": "^6.18.0",
    "babel-core": "^6.21.0",
    "babel-eslint": "^7.0.0",
    "babel-loader": "^6.2.8",
    "babel-plugin-__coverage__": "^11.0.0",
    "babel-plugin-lodash": "^3.2.10",
    "babel-plugin-react-transform": "^2.0.2",
    "babel-plugin-transform-react-handled-props": "^0.2.3",
    "babel-plugin-transform-react-remove-prop-types": "^0.2.10",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-1": "^6.5.0",
    "babel-standalone": "^6.21.1",
    "chai": "^3.5.0",
    "chai-enzyme": "^0.6.1",
    "connect-history-api-fallback": "^1.2.0",
    "copy-to-clipboard": "^3.0.5",
    "cross-env": "^3.1.4",
    "css-loader": "^0.27.1",
    "del": "^2.2.2",
    "dirty-chai": "^1.2.2",
    "doctoc": "^1.2.0",
    "doctrine": "^2.0.0",
    "empty": "^0.10.1",
    "enzyme": "^2.7.1",
    "eslint-config-ta": "^5.2.0",
    "eslint-plugin-jsx-a11y": "^3.0.1",
    "express": "^4.13.4",
    "faker": "^3.0.1",
    "file-loader": "^0.9.0",
    "gh-pages": "^0.12.0",
    "gulp": "github:gulpjs/gulp#4.0",
    "gulp-html-replace": "^1.6.2",
    "gulp-load-plugins": "^1.2.2",
    "gulp-plumber": "^1.0.1",
    "gulp-util": "^3.0.6",
    "html-webpack-plugin": "^2.24.0",
    "imports-loader": "^0.7.0",
    "js-beautify": "^1.6.8",
    "json-loader": "^0.5.3",
    "karma": "^1.4.0",
    "karma-cli": "^1.0.0",
    "karma-coverage": "^1.0.0",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.1",
    "karma-phantomjs-launcher": "^1.0.0",
    "karma-phantomjs-shim": "^1.4.0",
    "karma-webpack-with-fast-source-maps": "^1.9.2",
    "mocha": "^3.2.0",
    "node-sass": "^4.1.1",
    "phantomjs-prebuilt": "^2.1.7",
    "raw-loader": "^0.5.1",
    "react": "15.4.2",
    "react-ace": "^4.1.1",
    "react-addons-test-utils": "15.4.2",
    "react-docgen": "^2.13.0",
    "react-document-title": "^2.0.2",
    "react-dom": "15.4.2",
    "react-router": "^4.0.0",
    "react-router-dom": "^4.0.0",
    "require-dir": "^0.3.0",
    "rimraf": "^2.5.2",
    "sass-loader": "^4.0.2",
    "semantic-ui-css": "^2.2.2",
    "simulant": "^0.2.2",
    "sinon": "^2.1.0",
    "sinon-chai": "^2.9.0",
    "style-loader": "^0.14.0",
    "ta-scripts": "^2.5.2",
    "through2": "^2.0.2",
    "tslint": "^4.3.1",
    "tslint-config-typings": "^0.3.1",
    "typescript": "^2.1.5",
    "watch": "^1.0.1",
    "webpack": "^1.12.14",
    "webpack-dev-middleware": "^1.5.1",
    "webpack-hot-middleware": "^2.15.0",
    "yargs": "^7.0.2"
  },
  "peerDependencies": {
    "react": ">=0.14.0 <= 15",
    "react-dom": ">=0.14.0 <= 15"
  }
}
