mirror of
https://github.com/gre/gl-react.git
synced 2026-01-18 16:16:59 +00:00
34 lines
947 B
JSON
34 lines
947 B
JSON
{
|
|
"name": "gl-react-dev",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"clean-all": "./scripts/clean-all.sh",
|
|
"install-all": "./scripts/install-all.sh",
|
|
"build": "./scripts/build.sh",
|
|
"flow": "./scripts/flow.sh",
|
|
"lint": "./scripts/lint.sh",
|
|
"test": "cd tests && npm test",
|
|
"test-rewrite-snapshots": "cd tests && npm test -- -u",
|
|
"deploy-cookbook": "./scripts/deploy-cookbook.sh"
|
|
},
|
|
"dependencies": {
|
|
"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": "^13.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-copy-source": "^1.1.0"
|
|
},
|
|
"version": "3.0.0-alpha.5",
|
|
"devDependencies": {
|
|
"flow-bin": "^0.37.4"
|
|
}
|
|
}
|