forked from keepping/react-native-living
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.05 KB
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": "react-native-living",
"version": "1.0.0",
"description": "A Living showcase based on Air Apps",
"main": "index.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/airapps/react-native-living.git"
},
"author": "buhe",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/airapps/react-native-living/issues"
},
"dependencies": {
"@exponent/ex-navigation": "^1.7.0",
"@shoutem/ui": "^0.9.1",
"air-umeng": "^1.0.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"react": "^15.3.1",
"react-native": "^0.36.0",
"react-native-emoji-picker": "^0.2.2",
"react-native-keyboard-spacer": "^0.3.0",
"react-native-pili": "^2.1.2",
"react-native-sidebar": "^0.2.0",
"react-native-wechat": "^1.6.1",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-logger": "^2.7.0",
"redux-thunk": "^2.1.0"
},
"homepage": "https://github.com/airapps/react-native-living#readme"
}