-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 741 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 741 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": "react-redux-modules",
"private": true,
"version": "1.0.0",
"main": "dist/build.js",
"repository": "https://github.com/daftlabs/react-redux-modules",
"license": "MIT",
"scripts": {
"build": "webpack"
},
"dependencies": {
"lodash": "^4.17.4",
"react": "^16.0.0",
"react-navigation": "^1.0.0-beta.19",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"remote-redux-devtools": "^0.5.12"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"webpack": "^3.8.1"
}
}