semantic-ui-react
Version:
The official Semantic-UI-React integration.
144 lines (143 loc) • 5.11 kB
JSON
{
"name": "semantic-ui-react",
"version": "0.68.0",
"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",
"prerelease": "npm run lint -s && npm run tsd:lint -s && npm test -s && 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",
"release:minor": "npm run prerelease && ta-script npm/release.sh minor",
"release:patch": "npm run prerelease && ta-script npm/release.sh patch",
"prestart": "npm run satisfied -s -- --fix",
"start": "npm run docs",
"satisfied": "satisfied --skip-invalid",
"pretest": "npm run satisfied -s && npm run build:dll",
"test": "cross-env NODE_ENV=test karma start",
"test:watch": "npm run test --silent -- --no-single-run",
"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",
"prop-types": "15.5.8"
},
"devDependencies": {
"@types/react": "^15.0.14",
"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.3.2",
"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.24.0",
"chai": "^3.5.0",
"chai-enzyme": "^0.6.1",
"connect-history-api-fallback": "^1.2.0",
"copy-to-clipboard": "^3.0.5",
"cross-env": "^4.0.0",
"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": "^4.0.0",
"express": "^4.13.4",
"faker": "^4.1.0",
"gh-pages": "^0.12.0",
"gulp": "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.1",
"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.5.4",
"react-ace": "^4.1.1",
"react-addons-test-utils": "15.5.1",
"react-docgen": "^2.13.0",
"react-document-title": "^2.0.2",
"react-dom": "15.5.4",
"react-router": "^4.0.0",
"react-router-dom": "^4.0.0",
"require-dir": "^0.3.0",
"rimraf": "^2.5.2",
"satisfied": "^1.0.0",
"semantic-ui-css": "^2.2.2",
"simulant": "^0.2.2",
"sinon": "^2.1.0",
"sinon-chai": "^2.9.0",
"ta-scripts": "^2.5.2",
"through2": "^2.0.2",
"tslint": "^5.0.0",
"tslint-config-typings": "^0.3.1",
"typescript": "^2.1.5",
"webpack": "^2.3.2",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.17.1"
},
"peerDependencies": {
"react": ">=0.14.0 <= 15",
"react-dom": ">=0.14.0 <= 15"
}
}