-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 978 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "flow-by-example",
"version": "1.0.0",
"description": "Collection of Examples with Facebook's Flow",
"main": "index.js",
"author": "Braden R. Napier",
"license": "MIT",
"devDependencies": {
"babel": "^6.23.0",
"babel-eslint": "^8.0.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^4.10.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-compat": "^2.0.1",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-flowtype-errors": "^3.3.5",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.4.0",
"flow-bin": "0.57.3",
"flow-typed": "^2.2.1",
"prettier-eslint": "^8.2.1"
},
"dependencies": {
"flow-type-transformer": "^1.0.6"
}
}