mirror of
https://github.com/gre/gl-react.git
synced 2026-01-18 16:16:59 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"name": "gl-react-dev",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"bootstrap": "yarn && lerna bootstrap && ./packages/undo-unsupported-symlinks.sh",
|
|
"build": "lerna bootstrap && ./packages/undo-unsupported-symlinks.sh",
|
|
"flow": "cd packages/gl-react && flow --quiet",
|
|
"lint": "eslint packages/gl-react*/src/",
|
|
"test": "cd packages/tests && yarn test",
|
|
"test-rewrite-snapshots": "cd packages/tests && yarn test -- -u",
|
|
"deploy-cookbook": "cd packages/cookbook && yarn run build && cp build/index.html build/200.html && surge -p build -d gl-react-cookbook.surge.sh"
|
|
},
|
|
"dependencies": {
|
|
"react": "^15.5.4",
|
|
"react-native": "~0.42.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.14.0",
|
|
"babel-eslint": "^7.1.1",
|
|
"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",
|
|
"eslint": "^3.13.1",
|
|
"eslint-plugin-flowtype": "^2.30.0",
|
|
"eslint-plugin-react": "^6.9.0",
|
|
"flow-bin": "^0.44.2",
|
|
"flow-copy-source": "^1.1.0",
|
|
"lerna": "^2.0.0-rc.2"
|
|
}
|
|
}
|