-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.22 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
{
"name": "react-native-tfl-notifications",
"version": "0.1.0",
"private": true,
"devDependencies": {
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-react-native": "^3.2.0",
"flow-bin": "0.53.0",
"jest-expo": "^22.0.0",
"jest-fetch-mock": "^1.3.3",
"react-dom": "^16.2.0",
"react-native-scripts": "1.7.0"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"android": "react-native-scripts android",
"flow": "flow",
"ios": "react-native-scripts ios",
"start": "react-native-scripts start",
"test": "npx jest",
"test:watch": "npx jest --watchAll"
},
"jest": {
"collectCoverage": true,
"preset": "jest-expo",
"automock": false,
"setupFiles": [
"./setupJest.js"
]
},
"dependencies": {
"config": "^1.28.1",
"expo": "^22.0.2",
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
"react": "16.0.0-beta.5",
"react-native": "^0.49.5",
"react-native-elements": "^0.18.4",
"react-navigation": "^1.0.0-beta.21"
}
}