2015-03-21 02:30:22 +03:00
|
|
|
{
|
2017-06-24 00:39:58 +03:00
|
|
|
"private": true,
|
2015-09-08 18:53:46 +03:00
|
|
|
"scripts": {
|
2018-11-10 01:11:52 +03:00
|
|
|
"prefresh": "npm run clean || exit 0",
|
2018-11-08 20:27:10 +03:00
|
|
|
"fresh": "npm install",
|
2017-09-07 22:18:14 +03:00
|
|
|
"postinstall": "npm run bootstrap",
|
2017-08-14 23:43:46 +03:00
|
|
|
"start": "start-storybook -p 8000 -c .storybook",
|
2017-10-10 01:54:41 +03:00
|
|
|
"storybook": "build-storybook -o build",
|
2017-10-17 00:29:21 +03:00
|
|
|
"publish-storybook": "npm run storybook && gh-pages -d build -b gh-pages -r https://github.com/primer/storybook",
|
2017-07-26 20:38:55 +03:00
|
|
|
"bootstrap": "lerna bootstrap --hoist",
|
2018-11-08 20:27:10 +03:00
|
|
|
"clean": "lerna clean --yes",
|
|
|
|
"postclean": "rm -rf node_modules {,*/*/}package-lock.json",
|
2017-06-25 19:11:41 +03:00
|
|
|
"diff": "lerna diff",
|
2017-07-27 00:48:44 +03:00
|
|
|
"updated": "lerna updated || exit 0",
|
2017-07-15 01:09:39 +03:00
|
|
|
"lint": "lerna run lint",
|
2017-07-14 02:36:27 +03:00
|
|
|
"release-pr": "script/release-pr",
|
2017-07-14 02:09:10 +03:00
|
|
|
"release-candidate": "script/release-candidate",
|
|
|
|
"release": "script/release",
|
2017-11-02 19:21:25 +03:00
|
|
|
"publish-skipgit": "lerna publish --skip-git",
|
2019-01-08 01:58:32 +03:00
|
|
|
"bump": "script/bump --scope='primer*'",
|
2017-09-07 21:38:38 +03:00
|
|
|
"new-module": "script/new-module",
|
2017-10-27 21:25:09 +03:00
|
|
|
"test": "npm run test-all-modules && lerna run test",
|
|
|
|
"test-all-modules": "ava --verbose tests/test-*.js"
|
2016-05-25 21:56:43 +03:00
|
|
|
},
|
2018-10-16 02:32:42 +03:00
|
|
|
"dependencies": {
|
2018-05-11 20:40:31 +03:00
|
|
|
"@storybook/addon-options": "3.4.3",
|
|
|
|
"@storybook/addons": "3.4.3",
|
|
|
|
"@storybook/react": "3.4.3",
|
2017-11-08 05:47:04 +03:00
|
|
|
"ava": "^0.23.0",
|
2018-05-03 01:36:25 +03:00
|
|
|
"babel-core": "^6.26.3",
|
2017-08-14 23:43:46 +03:00
|
|
|
"babel-preset-env": "^1.6.0",
|
2017-10-10 01:44:36 +03:00
|
|
|
"babel-preset-minify": "^0.2.0",
|
2017-08-14 23:43:46 +03:00
|
|
|
"babel-preset-react": "^6.24.1",
|
2017-09-21 08:39:44 +03:00
|
|
|
"code-blocks": "^1.1.0",
|
2017-07-14 00:55:31 +03:00
|
|
|
"commit-status": "^4.1.0",
|
2017-08-16 21:30:16 +03:00
|
|
|
"css-loader": "^0.28.4",
|
2018-05-09 22:24:23 +03:00
|
|
|
"execa": "^0.10.0",
|
2017-10-10 21:41:41 +03:00
|
|
|
"fs-extra": "^4.0.2",
|
2017-10-17 00:29:21 +03:00
|
|
|
"gh-pages": "^1.0.0",
|
2017-07-26 20:38:55 +03:00
|
|
|
"glob": "^7.1.2",
|
2017-10-10 21:41:41 +03:00
|
|
|
"globby": "^6.1.0",
|
2017-09-13 02:43:10 +03:00
|
|
|
"html-to-react": "^1.2.11",
|
2017-10-10 21:41:41 +03:00
|
|
|
"isomorphic-fetch": "^2.2.1",
|
2017-11-10 03:18:48 +03:00
|
|
|
"lerna-changelog": "^0.7.0",
|
2018-05-04 01:14:43 +03:00
|
|
|
"minimatch": "^3.0.4",
|
2019-01-29 02:02:47 +03:00
|
|
|
"node-sass": "^4.11.0",
|
2018-11-29 21:14:43 +03:00
|
|
|
"npm-run-all": "4.1.5",
|
2017-09-09 03:25:21 +03:00
|
|
|
"octicons": "^6.0.1",
|
2017-08-16 21:30:16 +03:00
|
|
|
"postcss-loader": "^2.0.6",
|
2017-09-13 02:43:10 +03:00
|
|
|
"raw-loader": "^0.5.1",
|
2018-11-08 11:03:56 +03:00
|
|
|
"react": "16.6.1",
|
|
|
|
"react-dom": "16.6.1",
|
2017-10-10 21:41:41 +03:00
|
|
|
"registry-url": "^3.1.0",
|
2017-09-13 02:43:10 +03:00
|
|
|
"remark": "^8.0.0",
|
2017-08-16 21:30:16 +03:00
|
|
|
"sass-loader": "^6.0.6",
|
2017-07-26 20:38:55 +03:00
|
|
|
"semver": "^5.3.0",
|
2017-08-16 21:30:16 +03:00
|
|
|
"style-loader": "^0.18.2",
|
2017-07-26 20:38:55 +03:00
|
|
|
"stylelint": "^7.13.0",
|
2019-02-04 23:38:05 +03:00
|
|
|
"stylelint-config-primer": "4.0.0"
|
2017-06-24 00:39:58 +03:00
|
|
|
}
|
2015-03-21 02:30:22 +03:00
|
|
|
}
|