archive
/
Sphere
Archived
1
Fork 0
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

35 lines
1.1 KiB
JSON
Raw Normal View History

2016-01-31 21:38:54 +00:00
{
2016-04-28 14:43:41 +01: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",
2016-03-11 10:53:12 +00:00
"test": "npm run lint",
"link": "rnpm link"
2016-01-31 21:38:54 +00:00
},
"dependencies": {
2016-04-28 14:43:41 +01:00
"immutable": "=3.8.1",
"moment": "=2.13.0",
"moment-duration-format": "=1.3.0",
2016-04-28 14:43:41 +01:00
"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",
2016-02-06 12:42:19 +00:00
"underscore": "=1.8.3",
2016-02-23 23:09:43 +00:00
"url": "=0.11.0",
2016-02-06 12:42:19 +00:00
"url-assembler": "=1.2.4"
2016-01-31 22:02:17 +00:00
},
"devDependencies": {
2016-02-25 17:36:51 +00:00
"babel-eslint": "=5.0.0",
2016-02-26 13:53:32 +00:00
"eslint": "=1.10.3",
2016-02-01 22:41:36 +00:00
"eslint-config": "git://github.com/oleous/eslint-config.git",
2016-03-11 21:35:51 +00:00
"eslint-plugin-react": "=3.14.0",
2016-03-11 10:53:12 +00:00
"eslint-plugin-react-native": "=1.0.0",
2016-04-28 14:43:41 +01:00
"rnpm": "=1.6.2"
2016-02-01 22:41:36 +00:00
}
2016-01-31 21:38:54 +00:00
}