gl-react/package.json
Gaëtan Renaudeau 4600bcedd0 initial release
2016-12-02 10:55:17 +01:00

30 lines
862 B
JSON
Executable File

{
"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.1.1",
"browserify-shim": "^3.8.12",
"documentation": "4.0.0-beta11",
"eslint": "^3.11.1",
"eslint-plugin-flowtype": "^2.28.2",
"eslint-plugin-react": "^6.7.1",
"flow-copy-source": "^1.1.0"
}
}