UNPKG

custom-app

Version:

ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������

223 lines (222 loc) 7.9 kB
{ "_from": "semantic-ui-react", "_id": "semantic-ui-react@0.87.3", "_inBundle": false, "_integrity": "sha1-WbbhylKyAr9t7tTGXoGxcLShK/Y=", "_location": "/semantic-ui-react", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "semantic-ui-react", "name": "semantic-ui-react", "escapedName": "semantic-ui-react", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "http://172.24.24.236:8081/repository/npmGroup24.236/semantic-ui-react/-/semantic-ui-react-0.87.3.tgz", "_shasum": "59b6e1ca52b202bf6deed4c65e81b170b4a12bf6", "_spec": "semantic-ui-react", "_where": "G:\\dhcc-app-dll", "author": { "name": "Levi Thomason", "email": "me@levithomason.com" }, "bugs": { "url": "https://github.com/Semantic-Org/Semantic-UI-React/issues" }, "bundleDependencies": false, "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", "react-popper": "^1.3.3", "shallowequal": "^1.1.0" }, "deprecated": false, "description": "The official Semantic-UI-React integration.", "devDependencies": { "@babel/cli": "^7.4.4", "@babel/core": "^7.4.5", "@babel/plugin-proposal-class-properties": "^7.4.4", "@babel/plugin-proposal-export-default-from": "^7.2.0", "@babel/plugin-proposal-export-namespace-from": "^7.2.0", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-transform-runtime": "^7.4.4", "@babel/preset-env": "^7.4.5", "@babel/preset-env-standalone": "7.4.5", "@babel/preset-react": "^7.0.0", "@babel/register": "^7.4.4", "@babel/standalone": "^7.4.5", "@mdx-js/loader": "^0.20.3", "@stardust-ui/docs-components": "^0.33.0", "@types/react": "^16.4.14", "anchor-js": "^4.2.0", "babel-eslint": "^10.0.2", "babel-loader": "^8.0.6", "babel-plugin-filter-imports": "^3.0.0", "babel-plugin-istanbul": "^5.1.4", "babel-plugin-lodash": "^3.3.4", "babel-plugin-transform-react-handled-props": "^2.0.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "babel-plugin-universal-import": "^2.0.2", "chai": "^4.2.0", "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.4.0", "doctrine": "^3.0.0", "enzyme": "^3.9.0", "enzyme-adapter-react-16": "^1.11.2", "eslint": "^5.15.2", "eslint-config-airbnb": "^17.1.0", "eslint-config-prettier": "^4.1.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-mocha": "^5.3.0", "eslint-plugin-react": "^7.12.4", "faker": "^4.1.0", "gh-pages": "^2.0.1", "gulp": "^4.0.0", "gulp-load-plugins": "^1.5.0", "gulp-util": "^3.0.8", "husky": "^1.3.1", "imports-loader": "^0.8.0", "karma": "^4.0.1", "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.6", "leven": "^3.0.0", "lint-staged": "^8.1.5", "mocha": "^6.0.2", "prettier": "^1.18.2", "puppeteer": "^1.7.0", "raw-loader": "^1.0.0", "react": "^16.8.4", "react-ace": "^6.4.0", "react-codesandboxer": "^3.1.3", "react-docgen": "^4.1.0", "react-dom": "^16.8.4", "react-hot-loader": "^4.11.1", "react-router": "^5.0.0", "react-router-dom": "^5.0.0", "react-source-render": "^3.0.0-5", "react-static": "^5.9.7", "react-static-routes": "^1.0.0", "react-test-renderer": "^16.8.4", "react-universal-component": "^3.0.3", "react-visibility-sensor": "^5.0.2", "rimraf": "^2.6.3", "satisfied": "^1.1.2", "semantic-ui-css": "^2.4.1", "simulant": "^0.2.2", "sinon": "^7.2.7", "sinon-chai": "^3.3.0", "ta-scripts": "^2.5.2", "terser-webpack-plugin-legacy": "^1.2.3", "through2": "^3.0.1", "tslint": "^5.14.0", "tslint-config-airbnb": "^5.11.1", "typescript": "^3.3.3333", "vinyl": "^2.2.0", "webpack": "^4.28.4", "webpack-cli": "^3.2.1", "webpack-dev-middleware": "^3.5.0" }, "files": [ "src", "dist", "index.d.ts" ], "homepage": "https://github.com/Semantic-Org/Semantic-UI-React#readme", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "jsnext:main": "dist/es/index.js", "license": "MIT", "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" ] }, "main": "dist/commonjs/index.js", "module": "dist/es/index.js", "name": "semantic-ui-react", "peerDependencies": { "react": "^16.3.0", "react-dom": "^16.3.0" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/Semantic-Org/Semantic-UI-React.git" }, "resolutions": { "babel-plugin-universal-import": "^2.0.2", "react-universal-component": "^3.0.3", "react-router": "^5.0.0", "react-router-dom": "^5.0.0" }, "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:dist": "gulp --series build:dist", "build:docs": "cross-env NODE_ENV=production gulp build:docs", "build:docs:staging": "cross-env STAGING=true yarn build:docs && yarn serve docs/dist", "ci": "yarn tsd:lint && yarn tsd:test && yarn lint && yarn test", "deploy:changelog": "git add CHANGELOG.md && git commit -m \"docs(changelog): update changelog [ci skip]\" && git push", "deploy:docs": "gulp deploy:docs", "lint": "cross-env NODE_ENV=production eslint .", "lint:fix": "yarn lint --fix", "postcommit": "git update-index --again", "postdeploy:docs": "yarn build:changelog && yarn deploy:changelog", "postrelease": "yarn deploy:docs", "predeploy:docs": "cross-env NODE_ENV=production yarn build:docs && gulp build:docs:cname", "prerelease": "yarn lint && yarn tsd:lint && yarn tsd:test && yarn test && cross-env NODE_ENV=production yarn build", "prestart": "yarn satisfied --fix yarn", "pretest": "yarn satisfied && gulp build:docs:docgen", "prettier": "prettier --list-different \"**/*.{js,jsx,ts,tsx}\"", "prettier:fix": "prettier --write \"**/*.{js,jsx,ts,tsx}\"", "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", "satisfied": "satisfied --ignore \"webpack\" --skip-invalid", "start": "cross-env NODE_ENV=development gulp --series start:docs", "test": "cross-env NODE_ENV=test node -r @babel/register ./node_modules/karma/bin/karma start karma.conf.babel.js", "test:umd": "gulp build:dist:umd && node test/umd.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" }, "sideEffects": false, "types": "index.d.ts", "unpkg": "dist/umd/semantic-ui-react.min.js", "version": "0.87.3" }