UNPKG

react-styleguidist

Version:
191 lines 6.14 kB
{ "name": "react-styleguidist", "description": "React components style guide generator", "version": "5.4.4", "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.11", "buble": "^0.15.2", "chalk": "^1.1.3", "classnames": "^2.2.5", "clean-webpack-plugin": "^0.1.16", "codemirror": "^5.26.0", "common-dir": "^1.0.1", "css-loader": "^0.28.4", "es6-object-assign": "~1.1.0", "es6-promise": "^4.1.0", "escodegen": "^1.8.1", "findup": "^0.1.5", "function.name-polyfill": "^1.0.5", "github-slugger": "^1.1.3", "glob": "^7.1.2", "highlight.js": "^9.11.0", "html-webpack-plugin": "^2.28.0", "is-directory": "^0.3.1", "json-loader": "^0.5.4", "jss": "^7.1.5", "jss-camel-case": "^4.0.0", "jss-compose": "^3.0.1", "jss-default-unit": "^6.1.2", "jss-global": "^1.0.1", "jss-isolate": "^3.0.0", "jss-nested": "^4.0.1", "leven": "^2.1.0", "listify": "^1.0.0", "loader-utils": "^1.1.0", "lodash": "^4.17.4", "markdown-to-jsx": "^5.3.3", "minimist": "^1.2.0", "pretty-format": "^20.0.3", "prop-types": "^15.5.10", "react-codemirror": "^1.0.0", "react-dev-utils": "^0.5.2", "react-docgen": "^2.15.0", "react-docgen-displayname-handler": "^1.0.0", "react-group": "^1.0.4", "react-icons": "^2.2.5", "remark": "^7.0.1", "semver-utils": "^1.1.1", "style-loader": "^0.17.0", "to-ast": "^1.0.0", "type-detect": "^4.0.3", "unist-util-visit": "^1.1.1", "webpack-dev-server": "^1.16.3", "webpack-merge": "^4.1.0" }, "peerDependencies": { "react": ">=0.14.0", "react-dom": ">=0.14.0", "webpack": "1 || 2 || ^2.1.0-beta || ^2.2.0-rc" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-eslint": "^7.2.3", "babel-jest": "^20.0.3", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-preset-env": "^1.5.1", "babel-preset-react": "^6.24.1", "dog-names": "^1.0.2", "enzyme": "^2.8.2", "enzyme-to-json": "^1.5.1", "eslint": "^3.19.0", "eslint-config-tamia": "^4.0.2", "eslint-plugin-compat": "^1.0.3", "eslint-plugin-es5": "^1.0.1", "eslint-plugin-prettier": "^2.1.1", "eslint-plugin-react": "^7.0.1", "identity-obj-proxy": "^3.0.0", "jest": "^20.0.4", "keymirror": "^0.1.1", "lint-staged": "^3.5.1", "loaders": "^1.1.3", "pre-commit": "^1.2.2", "preact": "^8.1.0", "preact-compat": "^3.16.0", "prettier": "^1.3.1", "react": "^15.5.4", "react-addons-test-utils": "^15.5.1", "react-dom": "^15.5.4", "react-modal": "^1.7.7", "react-test-renderer": "^15.5.4", "semantic-release": "^6.3.6", "semantic-release-tamia": "^1.1.1", "strip-shebang": "^1.0.2", "webpack": "^2.6.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 . --fix", "lint-staged": "lint-staged", "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" }, "release": { "analyzeCommits": "semantic-release-tamia/analyzeCommits", "generateNotes": "semantic-release-tamia/generateNotes", "verifyRelease": "semantic-release-tamia/verifyRelease" }, "pre-commit": "lint-staged", "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" ] }