react-styleguidist
Version:
React components style guide generator
211 lines • 6.65 kB
JSON
{
"name": "react-styleguidist",
"description": "React components style guide generator",
"version": "6.0.1",
"homepage": "https://github.com/styleguidist/react-styleguidist",
"author": {
"name": "Artem Sapegin",
"url": "http://sapegin.me/"
},
"repository": {
"type": "git",
"url": "https://github.com/styleguidist/react-styleguidist.git"
},
"bugs": {
"url": "https://github.com/styleguidist/react-styleguidist/issues"
},
"license": "MIT",
"main": "scripts/index.js",
"bin": {
"styleguidist": "bin/styleguidist.js"
},
"files": [
"bin",
"lib",
"loaders",
"scripts"
],
"engines": {
"node": ">=4",
"npm": ">=3"
},
"dependencies": {
"ast-types": "^0.9.12",
"buble": "^0.15.2",
"chalk": "^2.0.1",
"classnames": "^2.2.5",
"clean-webpack-plugin": "^0.1.16",
"clipboard-copy": "^1.2.0",
"codemirror": "^5.28.0",
"common-dir": "^1.0.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"doctrine": "^2.0.0",
"es6-object-assign": "~1.1.0",
"es6-promise": "^4.1.1",
"escodegen": "^1.8.1",
"findup": "^0.1.5",
"function.name-polyfill": "^1.0.5",
"github-slugger": "^1.1.3",
"glob": "^7.1.2",
"glogg": "^1.0.0",
"highlight.js": "^9.12.0",
"html-webpack-plugin": "^2.30.0",
"is-directory": "^0.3.1",
"javascript-stringify": "^1.6.0",
"jss": "^8.1.0",
"jss-camel-case": "^5.0.0",
"jss-compose": "^4.0.0",
"jss-default-unit": "^7.0.0",
"jss-global": "^2.0.0",
"jss-isolate": "^4.0.0",
"jss-nested": "^5.0.0",
"leven": "^2.1.0",
"listify": "^1.0.0",
"loader-utils": "^1.1.0",
"lodash": "^4.17.4",
"markdown-to-jsx": "^5.4.2",
"minimist": "^1.2.0",
"pretty-format": "^20.0.3",
"prop-types": "^15.5.10",
"react-codemirror": "^1.0.0",
"react-dev-utils": "^3.0.2",
"react-docgen": "^3.0.0-beta5",
"react-docgen-displayname-handler": "^1.0.0",
"react-group": "^1.0.5",
"react-icons": "^2.2.5",
"remark": "^8.0.0",
"semver-utils": "^1.1.1",
"style-loader": "^0.18.2",
"to-ast": "^1.0.0",
"type-detect": "^4.0.3",
"uglifyjs-webpack-plugin": "^1.0.0-beta.2",
"unist-util-visit": "^1.1.3",
"webpack-dev-server": "^2.6.1",
"webpack-merge": "^4.1.0",
"webpage": "^0.3.0"
},
"peerDependencies": {
"react": ">=15",
"react-dom": ">=15"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-loader": "^7.1.1",
"babel-plugin-system-import-transformer": "^3.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"danger": "^1.1.0",
"dog-names": "^1.0.2",
"enzyme": "^2.9.1",
"enzyme-to-json": "^1.5.1",
"eslint": "^4.3.0",
"eslint-config-tamia": "^4.1.2",
"eslint-plugin-compat": "^1.0.4",
"eslint-plugin-es5": "^1.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-prettier": "^2.1.2",
"eslint-plugin-react": "^7.1.0",
"file-loader": "^0.11.2",
"husky": "^0.14.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^20.0.4",
"keymirror": "^0.1.1",
"lint-staged": "^4.0.2",
"preact": "^8.2.1",
"preact-compat": "^3.16.0",
"prettier": "^1.5.3",
"react": "^15.6.1",
"react-addons-test-utils": "^15.6.0",
"react-dom": "^15.6.1",
"react-modal": "^2.2.2",
"react-test-renderer": "^15.6.1",
"rimraf": "^2.6.1",
"semantic-release": "^6.3.6",
"semantic-release-tamia": "^1.1.1",
"strip-shebang": "^1.0.2",
"system": "^1.3.0",
"url-loader": "^0.5.9",
"webpack": "^3.4.1"
},
"scripts": {
"pretest": "npm run lint",
"test": "npm run test:jest",
"test:jest": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"start": "bin/styleguidist.js server --config examples/basic/styleguide.config.js",
"start:customised": "bin/styleguidist.js server --config examples/customised/styleguide.config.js",
"start:sections": "bin/styleguidist.js server --config examples/sections/styleguide.config.js",
"start:express": "bin/styleguidist.js server --config examples/express/styleguide.config.js",
"start:preact": "bin/styleguidist.js server --config examples/preact/styleguide.config.js",
"start:cra": "cd examples/cra && ../../bin/styleguidist.js server",
"start:webpack": "cd examples/webpack && ../../bin/styleguidist.js server",
"lint": "eslint . --cache --fix",
"lint-staged": "lint-staged",
"precompile": "rimraf lib/",
"compile": "babel --ignore '*.spec.js' -d lib/ src/",
"compile:watch": "babel --ignore '*.spec.js' --watch -d lib/ src/",
"build": "bin/styleguidist.js build --config examples/basic/styleguide.config.js",
"build:customised": "bin/styleguidist.js build --config examples/customised/styleguide.config.js",
"build:sections": "bin/styleguidist.js build --config examples/sections/styleguide.config.js",
"prepublish": "npm run compile",
"publish": "npm run build",
"phantomjs": "phantomjs test/phantom.js examples/basic/styleguide/index.html",
"phantomjs:customised": "phantomjs test/phantom.js examples/customised/styleguide/index.html",
"phantomjs:sections": "phantomjs test/phantom.js examples/sections/styleguide/index.html",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"danger": "danger",
"precommit": "lint-staged"
},
"release": {
"analyzeCommits": "semantic-release-tamia/analyzeCommits",
"generateNotes": "semantic-release-tamia/generateNotes",
"verifyRelease": "semantic-release-tamia/verifyRelease"
},
"jest": {
"setupFiles": [
"./test/jestsetup.js"
],
"modulePaths": [
"./src"
],
"moduleNameMapper": {
"^.+\\.css$": "identity-obj-proxy"
},
"testPathIgnorePatterns": [
"<rootDir>/lib/",
"<rootDir>/examples/"
],
"coveragePathIgnorePatterns": [
"<rootDir>/src/utils/markdown-to-jsx.js",
"<rootDir>/scripts/server.js",
"<rootDir>/scripts/build.js",
"<rootDir>/test/jestsetup.js"
],
"snapshotSerializers": [
"<rootDir>/node_modules/enzyme-to-json/serializer"
]
},
"keywords": [
"react",
"jsx",
"styleguide",
"style guide",
"documentation",
"docs",
"generator",
"component",
"components"
],
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
}
}