{ "private": true, "scripts": { "postinstall": "npm run bootstrap", "start": "start-storybook -p 8000 -c .storybook", "storybook": "build-storybook -o build", "publish-storybook": "npm run storybook && gh-pages -d build -b gh-pages -r https://github.com/primer/storybook", "bootstrap": "lerna bootstrap --hoist", "clean": "lerna clean", "distclean": "lerna clean --yes && rm -rf node_modules", "diff": "lerna diff", "updated": "lerna updated || exit 0", "lint": "lerna run lint", "release-pr": "script/release-pr", "release-candidate": "script/release-candidate", "release": "script/release", "publish-skipgit": "lerna publish --skip-git", "bump": "lerna publish --exact --skip-npm --since \"v$(npm info primer version)\"", "new-module": "script/new-module", "test": "npm run test-all-modules && lerna run test", "test-all-modules": "ava --verbose tests/test-*.js" }, "devDependencies": { "@storybook/addon-options": "^3.2.6", "@storybook/react": "^3.2.12", "ava": "^0.23.0", "babel-preset-env": "^1.6.0", "babel-preset-minify": "^0.2.0", "babel-preset-react": "^6.24.1", "commit-status": "^4.1.0", "css-loader": "^0.28.4", "execa": "^0.8.0", "fs-extra": "^4.0.2", "gh-pages": "^1.0.0", "glob": "^7.1.2", "globby": "^6.1.0", "html-to-react": "^1.2.11", "isomorphic-fetch": "^2.2.1", "lerna": "^2.7.0", "lerna-changelog": "^0.7.0", "node-sass": "^4.5.3", "npm-run-all": "^4.0.2", "octicons": "^6.0.1", "parse-pairs": "^0.2.2", "postcss-loader": "^2.0.6", "primer-module-build": "^1.0.2", "raw-loader": "^0.5.1", "react": "^15.6.1", "react-dom": "^15.6.1", "registry-url": "^3.1.0", "remark": "^8.0.0", "sass-loader": "^6.0.6", "semver": "^5.3.0", "style-loader": "^0.18.2", "stylelint": "^7.13.0", "stylelint-config-primer": "^2.0.0", "unist-util-find-before": "^2.0.1", "unist-util-parents": "^1.0.0", "unist-util-select": "^1.5.0", "yo": "^2.0.0" } }