-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 833 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 833 Bytes
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
{
"name": "connect-flowtype",
"version": "0.0.1",
"description": "Experimenting with better flowtypes for React-Redux' connect method",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Anders Hellerup Madsen <[email protected]>",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-react": "^6.24.1",
"eslint": "^4.0.0",
"eslint-plugin-flow": "^2.29.1",
"eslint-plugin-react": "^7.1.0",
"flow-bin": "^0.48.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"redux": "^3.6.0",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}