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

26 lines
685 B
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"
},
"dependencies": {
"immutable": "=3.7.6",
"react-native": "=0.19.0",
"react-native-vector-icons": "=1.0.4",
"underscore": "=1.8.3"
},
"devDependencies": {
"babel-eslint": "=4.1.6",
"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",
"react": "=0.14.6",
"react-addons-test-utils": "=0.14.6"
}
}