-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1005 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
33
34
35
36
{
"name": "newApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"@exponent/react-native-navigator": "^0.4.1",
"babel-preset-react-native-stage-0": "^1.0.1",
"buffer": "^4.6.0",
"classnames": "^2.2.3",
"immutable": "^3.7.5",
"lodash": "^4.13.1",
"moment": "^2.13.0",
"react": "^15.1.0",
"react-native": "0.27.2",
"react-native-swiper": "^1.4.3",
"react-native-vector-icons": "^2.0.3",
"react-redux": "^4.4.0",
"redux": "^3.3.0",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"babel-core": "^6.3.17",
"babel-eslint": "^6.0.4",
"babel-preset-react-native": "^1.4.0",
"babel-preset-stage-0": "^6.3.13",
"eslint": "^2.12.0",
"eslint-plugin-react": "^4.3.0",
"remote-redux-devtools": "^0.1.1",
"remote-redux-devtools-on-debugger": "^0.2.4",
"remotedev-server": "0.0.1"
}
}