This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
Sphere/package.json

30 lines
849 B
JSON
Raw Normal View History

2016-01-31 21:38:54 +00:00
{
"name": "Sphere",
2016-01-31 22:02:17 +00:00
"version": "0.0.0",
2016-01-31 21:38:54 +00:00
"private": true,
"scripts": {
2016-01-31 22:02:17 +00:00
"lint": "eslint 'app/' 'index.ios.js' 'index.android.js'",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "npm run lint"
2016-01-31 21:38:54 +00:00
},
"dependencies": {
2016-01-31 22:02:17 +00:00
"immutable": "=3.7.6",
2016-02-21 16:41:37 +00:00
"react-native": "=0.20.0",
2016-02-06 12:42:44 +00:00
"react-native-busy-indicator": "=1.0.6",
2016-02-10 21:53:07 +00:00
"react-native-modalbox": "=1.3.0",
2016-02-01 22:41:36 +00:00
"react-native-side-menu": "=0.18.0",
2016-01-31 22:02:17 +00:00
"react-native-vector-icons": "=1.0.4",
2016-02-06 12:42:19 +00:00
"underscore": "=1.8.3",
"url-assembler": "=1.2.4"
2016-01-31 22:02:17 +00:00
},
"devDependencies": {
2016-02-02 22:51:53 +00:00
"babel-eslint": "=4.1.7",
2016-02-01 22:41:36 +00:00
"eslint": "=1.10.3",
"eslint-config": "git://github.com/oleous/eslint-config.git",
"eslint-plugin-react": "=3.14.0",
"eslint-plugin-react-native": "=0.5.0",
2016-02-21 16:41:37 +00:00
"react": "=0.14.7",
"react-addons-test-utils": "=0.14.7"
2016-02-01 22:41:36 +00:00
}
2016-01-31 21:38:54 +00:00
}