gl-react/package.json
Gaëtan Renaudeau bb72706be4 make gl-react working with if gl-react lib is duplicated
we need that because lerna don't always allow us to dedup (because symlinks). it's ok for the cookbooks/tests but it will be up to user to dedup anyway.
+ fix gl-react for latest yarn/npm. comment symlinks undo script
+ cookbook-rn & cookbook-expo will probably need to be fixed because don't support symlinks... however, the old way to undo this don't work.
2017-09-28 17:30:40 +02:00

32 lines
979 B
JSON

{
"name": "gl-react-dev",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
"postinstall": "lerna bootstrap && ./packages/undo-unsupported-symlinks.sh",
"watch": "lerna run watch --stream --no-sort",
"prettier":
"prettier --write 'packages/{gl-react,gl-react-dom,gl-react-expo,gl-react-headless,gl-react-native}/src/*.js'",
"flow": "cd packages/gl-react && flow --quiet",
"test": "cd packages/tests && yarn test",
"test-rewrite-snapshots": "cd packages/tests && yarn test -- -u"
},
"dependencies": {
"react": "16.0.0-alpha.12"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.13.0",
"browserify": "^14.3.0",
"browserify-shim": "^3.8.12",
"documentation": "4.0.0-beta.18",
"flow-bin": "^0.51.1",
"flow-copy-source": "^1.2.0",
"lerna": "^2.2.0",
"prettier": "^1.5.3"
}
}