-
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.04 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.04 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": "Beauty",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"async": "^2.0.1",
"autoresponsive-react-native": "^1.0.8",
"lodash": "^4.14.2",
"moment": "^2.17.1",
"query-string": "^4.2.2",
"react": "^15.4.1",
"react-native": "^0.39.2",
"react-native-blur": "^1.2.0",
"react-native-fs": "^2.0.1-rc.2",
"react-native-image-carousell": "^0.1.3",
"react-native-image-progress": "^0.6.0",
"react-native-loading-spinner-overlay": "^0.3.0",
"react-native-photo-view": "^1.2.0",
"react-native-progress": "^3.1.0",
"react-native-responsive-image": "^1.3.0",
"react-native-root-siblings": "^1.0.8",
"react-native-router-flux": "^3.31.0",
"react-native-swiper": "^1.4.6",
"react-native-wechat": "^1.8.0",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"rn-viewpager": "^1.1.3"
},
"devDependencies": {
"redux-devtools": "^3.3.1",
"remote-redux-devtools": "^0.3.3"
}
}