forked from satya164/PocketGear
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.48 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "PocketGear",
"version": "0.0.1",
"private": true,
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "scripts/run.js react-native-scripts start",
"android": "scripts/run.js react-native-scripts android",
"ios": "scripts/run.js react-native-scripts ios",
"lint": "eslint .",
"flow": "flow",
"test": "jest",
"coverage": "cat ./coverage/lcov.info | coveralls"
},
"jest": {
"preset": "jest-expo",
"collectCoverage": true
},
"dependencies": {
"expo": "^19.0.1",
"lodash": "^4.17.4",
"react": "16.0.0-alpha.12",
"react-native": "~0.46.0",
"react-native-vector-icons": "^4.2.0",
"react-navigation": "^1.0.0-beta.11"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"babel-preset-expo": "^2.0.0",
"babel-preset-react-native": "^2.1.0",
"coveralls": "^2.13.1",
"eslint": "^4.2.0",
"eslint-config-prettier": "^2.3.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-prettier": "^2.1.2",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-react-native": "^2.3.2",
"flow-bin": "~0.45.0",
"jest": "^20.0.4",
"jest-expo": "~19.0.0",
"node-cleanup": "^2.1.2",
"prettier": "^1.5.2",
"react-native-scripts": "0.0.50",
"react-test-renderer": "16.0.0-alpha.12"
}
}