34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"name": "sphere",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint 'app/' 'index.ios.js' 'index.android.js'",
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
"test": "npm run lint",
|
|
"link": "rnpm link"
|
|
},
|
|
"dependencies": {
|
|
"immutable": "=3.8.1",
|
|
"moment": "=2.13.0",
|
|
"moment-duration-format": "=1.3.0",
|
|
"react": "=0.14.8",
|
|
"react-native": "=0.24.1",
|
|
"react-native-busy-indicator": "git://github.com/RealOrangeOne/react-native-busy-indicator#99e8521dd980f902e187c89c35bfb318463c31fb",
|
|
"react-native-gifted-listview": "0.0.14",
|
|
"react-native-modalbox": "=1.3.2",
|
|
"react-native-side-menu": "=0.18.1",
|
|
"react-native-vector-icons": "=1.3.4",
|
|
"underscore": "=1.8.3",
|
|
"url": "=0.11.0",
|
|
"url-assembler": "=1.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "=5.0.0",
|
|
"eslint": "=1.10.3",
|
|
"eslint-config": "git://github.com/oleous/eslint-config.git",
|
|
"eslint-plugin-react": "=3.14.0",
|
|
"eslint-plugin-react-native": "=1.0.0",
|
|
"rnpm": "=1.6.2"
|
|
}
|
|
}
|