{"name":"semantic-ui-react","version":"0.86.0","description":"The official Semantic-UI-React integration.","jsnext:main":"dist/es/index.js","main":"dist/commonjs/index.js","module":"dist/es/index.js","types":"index.d.ts","sideEffects":false,"scripts":{"build":"cross-env NODE_ENV=production gulp build","build:changelog":"github_changelog_generator --user Semantic-Org --project Semantic-UI-React --no-issues --no-unreleased --release-branch master --since-tag $(git describe --abbrev=0 --tags $(git rev-parse HEAD~250))","build:docs":"cross-env NODE_ENV=production gulp build:docs","build:docs:staging":"cross-env STAGING=true yarn build:docs && yarn serve docs/dist","build:dist":"gulp --series build:dist","ci":"yarn tsd:lint && yarn tsd:test && yarn lint && yarn test","predeploy:docs":"cross-env NODE_ENV=production yarn build:docs && gulp build:docs:cname","deploy:changelog":"git add CHANGELOG.md && git commit -m \"docs(changelog): update changelog [ci skip]\" && git push","deploy:docs":"gulp deploy:docs","postdeploy:docs":"yarn build:changelog && yarn deploy:changelog","lint":"cross-env NODE_ENV=production eslint .","lint:fix":"yarn lint --fix","prettier":"prettier --list-different \"**/*.{js,jsx,ts,tsx}\"","prettier:fix":"prettier --write \"**/*.{js,jsx,ts,tsx}\"","precommit":"lint-staged","postcommit":"git update-index --again","prerelease":"yarn lint && yarn tsd:lint && yarn tsd:test && yarn test && cross-env NODE_ENV=production yarn build","postrelease":"yarn deploy:docs","release:major":"yarn prerelease && ta-script npm/release major && yarn postrelease","release:minor":"yarn prerelease && ta-script npm/release minor && yarn postrelease","release:patch":"yarn prerelease && ta-script npm/release patch && yarn postrelease","prestart":"yarn satisfied --fix yarn","start":"cross-env NODE_ENV=development gulp --series start:docs","satisfied":"satisfied --skip-invalid","pretest":"yarn satisfied && gulp build:docs:docgen","test":"cross-env NODE_ENV=test node -r @babel/register ./node_modules/karma/bin/karma start karma.conf.babel.js","test:watch":"yarn test --no-single-run","tsd:lint":"tslint \"./index.d.ts\" \"./src/**/*.d.ts\" \"./src/**/*.tsx\" \"./test/**/*.d.ts\" \"./test/**/*.tsx\"","tsd:lint:fix":"yarn tsd:lint --fix","tsd:test":"gulp build:dist:commonjs:tsd && tsc -p ./ && rm test/typings.js"},"lint-staged":{"**/*.{js,jsx}":["prettier --write","eslint --fix","git add"],"**/*.mdx":["prettier --parser mdx --write","git add"],"**/*.{ts,tsx}":["prettier --write","tslint --fix","git add"]},"repository":{"type":"git","url":"git+ssh://git@github.com/Semantic-Org/Semantic-UI-React.git"},"author":{"name":"Levi Thomason","email":"me@levithomason.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":"^7.1.2","@semantic-ui-react/event-stack":"^3.1.0","classnames":"^2.2.6","keyboard-key":"^1.0.4","lodash":"^4.17.11","prop-types":"^15.6.2","react-is":"^16.7.0","shallowequal":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.1.2","@babel/core":"^7.1.2","@babel/plugin-proposal-class-properties":"^7.1.0","@babel/plugin-proposal-export-default-from":"^7.0.0","@babel/plugin-proposal-export-namespace-from":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-transform-runtime":"^7.1.0","@babel/polyfill":"^7.0.0","@babel/preset-env":"^7.1.0","@babel/preset-env-standalone":"7.0.0","@babel/preset-react":"^7.0.0","@babel/register":"^7.0.0","@babel/standalone":"^7.1.0","@mdx-js/loader":"^0.15.5","@types/react":"^16.4.14","anchor-js":"^4.1.1","babel-eslint":"^10.0.1","babel-loader":"^8.0.4","babel-plugin-filter-imports":"^2.0.3","babel-plugin-istanbul":"^5.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-transform-react-handled-props":"^1.0.2","babel-plugin-transform-react-remove-prop-types":"^0.4.19","babel-plugin-universal-import":"^2.0.2","chai":"^4.1.2","chai-enzyme":"^1.0.0-beta.1","copy-to-clipboard":"^3.0.8","cross-env":"^5.2.0","debug":"^4.1.1","dirty-chai":"^2.0.1","doctoc":"^1.3.1","doctrine":"^2.1.0","enzyme":"^3.7.0","enzyme-adapter-react-16":"^1.6.0","eslint":"^4.12.1","eslint-config-airbnb":"^15.1.0","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^5.1.1","eslint-plugin-mocha":"^4.11.0","eslint-plugin-react":"^7.2.1","faker":"^4.1.0","gh-pages":"^1.0.0","gulp":"^4.0.0","gulp-load-plugins":"^1.5.0","gulp-util":"^3.0.8","husky":"^0.14.3","imports-loader":"^0.8.0","karma":"^3.1.4","karma-chrome-launcher":"^2.2.0","karma-cli":"^2.0.0","karma-coverage":"^1.1.2","karma-mocha":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-webpack":"^4.0.0-rc.5","leven":"^2.1.0","lint-staged":"^7.2.2","mocha":"^5.2.0","prettier":"^1.15.3","puppeteer":"^1.7.0","raw-loader":"^1.0.0","react":"^16.6.0","react-ace":"^6.2.0","react-codesandboxer":"^3.1.3","react-docgen":"^3.0.0-rc.1","react-dom":"^16.6.0","react-hot-loader":"^4.3.11","react-router":"^4.3.1","react-router-dom":"^4.3.1","react-source-render":"^1.2.0","react-static":"^5.9.7","react-static-routes":"^1.0.0","react-test-renderer":"^16.5.2","react-universal-component":"^3.0.3","rimraf":"^2.6.2","satisfied":"^1.1.2","semantic-ui-css":"^2.4.1","simulant":"^0.2.2","sinon":"^6.2.0","sinon-chai":"^3.2.0","ta-scripts":"^2.5.2","through2":"^2.0.3","tslint":"^5.11.0","tslint-config-airbnb":"^5.11.0","typescript":"^2.9.2","vinyl":"^2.2.0","webpack":"^4.28.4","webpack-cli":"^3.2.1","webpack-dev-middleware":"^3.5.0"},"peerDependencies":{"react":"^16.3.0","react-dom":"^16.3.0"},"resolutions":{"babel-plugin-universal-import":"^2.0.2","react-universal-component":"^3.0.3"},"gitHead":"afc9f74df9722e21dd6d4377db91b22c7c300718","_id":"semantic-ui-react@0.86.0","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"levithomason","email":"me@levithomason.com"},"dist":{"shasum":"f3c6a27250f2e9e07a975d0a3399ffd3a48861b5","size":575885,"noattachment":false,"key":"/semantic-ui-react/-/semantic-ui-react-0.86.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/semantic-ui-react/download/semantic-ui-react-0.86.0.tgz"},"maintainers":[{"name":"levithomason","email":"me@levithomason.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/semantic-ui-react_0.86.0_1552461890624_0.8185752326596865"},"_hasShrinkwrap":false,"publish_time":1552461890913,"_cnpm_publish_time":1552461890913,"dist-tags":{"latest":"2.1.1"}}