42 lines
1.4 KiB
JSON
42 lines
1.4 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",
|
|
"build": "./scripts/build"
|
|
},
|
|
"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",
|
|
"react-redux": "=3.1.2",
|
|
"redux": "=3.0.5",
|
|
"redux-api-middleware": "git://github.com/realorangeone/redux-api-middleware#4edf49b04fe459cc69c8ccd758180d3a6d66bf2e",
|
|
"redux-storage": "=4.0.0",
|
|
"redux-storage-decorator-filter": "=1.1.3",
|
|
"redux-storage-engine-reactnativeasyncstorage": "=1.0.0",
|
|
"redux-storage-merger-immutablejs": "=1.0.1",
|
|
"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"
|
|
}
|
|
}
|