-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 868 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 868 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": "mnm",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"moment": "^2.10.6",
"react": "^15.3.1",
"react-addons-shallow-compare": "^15.3.1",
"react-native": "^0.33.0",
"react-native-button": "^1.5.0",
"react-native-htmlview": "^0.5.0",
"react-native-navbar": "^1.4.2",
"react-native-navigator-wrapper": "^0.2.0",
"react-native-parallax-view": "^2.0.4",
"react-native-radio-buttons": "^0.11.0",
"react-native-section-menu": "github:apsl/react-native-section-menu",
"react-native-vector-icons": "^2.0.3",
"react-timer-mixin": "^0.13.3",
"thumbor-url-builder": "APSL/ThumborUrlBuilder"
},
"devDependencies": {
"babel-eslint": "^4.1.5",
"eslint": "^1.9.0",
"eslint-plugin-react": "^3.9.0"
}
}