-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.39 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "DealDiscloser",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "SERVER_ADDR=http://172.20.10.7:3000 node node_modules/react-native/local-cli/cli.js start",
"pretest": "./node_modules/.bin/eslint -c .eslintrc.yaml --ext .js src",
"test": "jest",
"lint-fix": "./node_modules/.bin/eslint -c .eslintrc.yaml --ext .js src --fix"
},
"jest": {
"preset": "react-native",
"setupFiles": [
"<rootDir>/jest.setup.js"
],
"transformIgnorePatterns": [
"node_modules/(?!react-native|tcomb-form-native|apsl-react-native-button,react-native-device-info|react-clone-referenced-element)"
],
"collectCoverage": true,
"verbose": true
},
"dependencies": {
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-inline-environment-variables": "^0.1.1",
"babel-preset-env": "^1.5.2",
"fetch-everywhere": "^1.0.5",
"glob": "^7.1.2",
"html-entities": "^1.2.0",
"jwt-decode": "^2.1.0",
"prop-types": "^15.5.10",
"qs": "^6.3.0",
"react": "16.0.0-alpha.12",
"react-addons-pure-render-mixin": "15.6.0",
"react-addons-shallow-compare": "15.6.0",
"react-native": "^0.45.1",
"react-native-background-geolocation": "^2.8.3",
"react-native-device-info": "^0.10.1",
"react-native-elements": "^0.13.0",
"react-native-google-analytics-bridge": "^5.1.0",
"react-native-maps": "^0.15.2",
"react-native-push-notification": "^3.0.0",
"react-native-vector-icons": "^4.2.0",
"react-navigation": "^1.0.0-beta.11",
"tcomb-form-native": "^0.6.9"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.1.1",
"babel-jest": "20.0.3",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react-native": "2.0.0",
"babel-register": "^6.16.3",
"bplist-creator": "0.0.7",
"bplist-parser": "^0.1.1",
"eslint": "^4.0.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"fs-extra": "^3.0.1",
"jest": "20.0.4",
"jest-haste-map": "^20.0.4",
"jest-react-native": "^18.0.0",
"react-test-renderer": "15.6.1",
"simple-plist": "^0.2.1",
"stream-buffers": "^3.0.1"
}
}