-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "RxReactNativeBoilerplate",
"keywords": [
"React Native",
"Starter Kit",
"Boilerplate",
"Redux",
"Rxjs",
"Rx",
"reactivex",
"immutable",
"Auth0"
],
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"devtools": "remotedev --hostname=localhost --port=8000"
},
"dependencies": {
"immutable": "^3.8.1",
"lodash": "^4.16.2",
"react": "^15.3.1",
"react-native": "^0.35.0",
"react-native-lock": "^0.4.0",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-immutable": "^3.0.8",
"redux-observable": "^0.12.0",
"rxjs": "5.0.0-beta.12"
},
"description": "ReactNative/redux/observable/auth boilerplate which include immutable, rxjs, auth0 integration",
"author": "Brian Luan",
"email": "jznight@gmail.com",
"devDependencies": {
"babel-core": "^6.9.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-runtime": "^6.9.2",
"redux-logger": "^2.6.1",
"remote-redux-devtools": "^0.4.9",
"remotedev-server": "^0.2.0"
}
}