1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 21:28:20 +03:00
css/package.json
2018-11-09 14:11:52 -08:00

66 lines
2.2 KiB
JSON

{
"private": true,
"scripts": {
"prefresh": "npm run clean || exit 0",
"fresh": "npm install",
"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 --yes",
"postclean": "rm -rf node_modules {,*/*/}package-lock.json",
"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"
},
"dependencies": {
"@storybook/addon-options": "3.4.3",
"@storybook/addons": "3.4.3",
"@storybook/react": "3.4.3",
"ava": "^0.23.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.6.0",
"babel-preset-minify": "^0.2.0",
"babel-preset-react": "^6.24.1",
"code-blocks": "^1.1.0",
"commit-status": "^4.1.0",
"css-loader": "^0.28.4",
"execa": "^0.10.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.11.0",
"lerna-changelog": "^0.7.0",
"minimatch": "^3.0.4",
"node-sass": "^4.9.0",
"npm-run-all": "^4.0.2",
"npx": "^10.2.0",
"octicons": "^6.0.1",
"postcss-loader": "^2.0.6",
"primer-module-build": "file:tools/primer-module-build",
"raw-loader": "^0.5.1",
"react": "16.6.1",
"react-dom": "16.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": "file:tools/stylelint-config-primer",
"yo": "^2.0.0"
}
}