This commit is contained in:
Norbert de Langen 2017-06-16 09:48:17 +02:00
parent 59d4cc2b15
commit 436767d7e9

View File

@ -6,9 +6,9 @@
},
"scripts": {
"bootstrap": "lerna bootstrap",
"bootstrap:docs": "cd docs && npm i",
"bootstrap:test-cra": "lerna exec --scope test-cra -- npm i",
"bootstrap:react-native-vanilla": "lerna exec --scope react-native-vanilla -- npm i",
"bootstrap:docs": "cd docs && npmc install",
"bootstrap:test-cra": "lerna exec --scope test-cra -- npmc install",
"bootstrap:react-native-vanilla": "lerna exec --scope react-native-vanilla -- npmc install",
"changelog": "pr-log --sloppy",
"precommit": "lint-staged",
"coverage": "codecov",
@ -26,6 +26,9 @@
"publish": "lerna publish",
"test": "jest --projects ./ ./examples/react-native-vanilla"
},
"engines": {
"node": "node"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
@ -58,6 +61,7 @@
"markdown-it-anchor": "^4.0.0",
"markdownlint-cli": "^0.3.1",
"nodemon": "^1.11.0",
"npmc": "^5.0.3-canary.12",
"prettier": "^1.3.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
@ -70,9 +74,6 @@
"remark-toc": "^4.0.0",
"shelljs": "^0.7.7"
},
"engines": {
"npm": "<5.0.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/storybook"