-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 897 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 897 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
29
{
"name": "vneedu",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"moment": "^2.13.0",
"react": "^0.14.8",
"react-native": "^0.25.1",
"react-native-alphabetlistview": "^0.1.2",
"react-native-image-picker": "^0.18.15",
"react-native-keyboard-aware-scroll-view": "0.0.6",
"react-native-loading-spinner-overlay": "0.0.8",
"react-native-modalbox": "^1.3.2",
"react-native-router-flux": "^3.22.21",
"react-native-star-rating": "https://github.com/magrinj/react-native-star-rating/tarball/master",
"react-native-uploader": "0.0.9",
"react-native-vector-icons": "^1.3.4",
"react-redux": "^4.4.5",
"reduce-reducers": "^0.1.2",
"redux": "^3.5.2",
"redux-thunk": "^2.0.1"
},
"devDependencies": {
"redux-devtools": "^3.2.0"
}
}