forked from bailabs/tailpos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 4.55 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "tailpos",
"version": "1.4.0",
"private": true,
"devDependencies": {
"babel-eslint": "8.1.0",
"babel-jest": "22.4.3",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native-stage-0": "^1.0.1",
"eslint": "4.19.1",
"eslint-plugin-flowtype": "2.46.2",
"eslint-plugin-import": "2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "2.6.0",
"eslint-plugin-react": "7.7.0",
"eslint-plugin-react-native": "3.2.1",
"jest": "^22.4.3",
"react-test-renderer": "16.3.1",
"remote-redux-devtools": "^0.5.12"
},
"scripts": {
"postinstall": "remotedev-debugger",
"start": "react-native start",
"android": "yarn change && react-native run-android",
"ios": "react-native run-ios",
"jest": "node node_modules/jest/bin/jest.js --no-cache --maxWorkers=2",
"test": "yarn run prettier && eslint src/**",
"lint": "eslint src/**",
"fixcode": "eslint --fix src/**",
"prettier": "prettier --trailing-comma all --write \"src/**/*.js\"",
"clean": "rm -rf $TMPDIR/react-* && rm -rf node_modules/",
"apk": "cd android && ./gradlew assembleRelease && cd ..",
"change": "cp changes/nfc-manager-build.gradle node_modules/react-native-nfc-manager/android/build.gradle && cp changes/localization-build.gradle node_modules/react-native-localization/android/build.gradle && cp changes/deviceinfo-build.gradle node_modules/react-native-device-info/android/build.gradle && cp changes/camera-build.gradle node_modules/react-native-camera/android/build.gradle && cp changes/maps-build.gradle node_modules/react-native-maps/lib/android/build.gradle && cp changes/RCTBluetoothSerialPackage.java node_modules/react-native-bluetooth-serial/android/src/main/java/com/rusel/RCTBluetoothSerial/"
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": [
"node_modules/(?!react-native|expo|fbjs|react-navigation|pouchdb-react-native|pouchdb-adapter-asyncstorage|native-base-shoutem-theme|@shoutem/theme|@shoutem/animation|@shoutem/ui|tcomb-form-native)"
],
"collectCoverageFrom": [
"!/node_modules/*"
]
},
"dependencies": {
"accounting-js": "^1.1.1",
"babel-core": "^6.0.0",
"buffer": "^5.1.0",
"cryptiles": "^4.1.2",
"currencies-symbol": "^1.0.1",
"deep-extend": "^0.5.1",
"email-validator": "^2.0.3",
"es6-symbol": "^3.1.1",
"extend": "^3.0.2",
"fstream": "^1.0.12",
"handlebars": "^4.1.0",
"husky": "^1.0.0-rc.2",
"i": "^0.3.6",
"install": "^0.11.0",
"is-float": "^1.0.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.13",
"lodash.template": "^4.5.0",
"mem": "^4.0.0",
"merge": "^1.2.1",
"mobx": "^4.2.0",
"mobx-react": "5.0.0",
"mobx-state-tree": "2.0.4",
"money-currencies": "^2015.3.31",
"morgan": "^1.9.1",
"native-base": "^2.4.2",
"pouchdb-adapter-react-native-sqlite": "^1.0.3",
"pouchdb-find": "^6.4.3",
"pouchdb-react-native": "^6.4.1",
"pouchdb-upsert": "^2.2.0",
"prettier": "^1.12.1",
"randomatic": "^3.0.0",
"react": "16.3.1",
"react-native": "^0.55.3",
"react-native-background-job": "^2.2.0",
"react-native-barcode-scanner-google": "git+https://github.com/ekreutz/react-native-barcode-scanner-google.git#v1.3.0",
"react-native-ble-manager": "^6.3.3",
"react-native-bluetooth-serial": "^1.0.0-rc1",
"react-native-bluetooth-status": "^1.1.3",
"react-native-camera": "^1.1.4",
"react-native-confirmation-code-input": "^1.0.4",
"react-native-datepicker": "^1.7.2",
"react-native-device-info": "^0.21.5",
"react-native-frappe-fetch": "^0.9.1",
"react-native-key-event": "^1.0.0",
"react-native-localization": "^2.1.2",
"react-native-maps": "^0.21.0",
"react-native-modal": "^6.0.0",
"react-native-nfc-manager": "^1.2.2",
"react-native-orientation": "^3.1.3",
"react-native-searchable-dropdown": "^1.0.4",
"react-native-simple-dialogs": "^0.3.1",
"react-native-sound": "^0.10.9",
"react-native-splash-screen": "^3.0.9",
"react-native-sqlite-2": "^1.6.0",
"react-native-sqlite-storage": "^3.3.4",
"react-native-swipe-list-view": "^1.3.0",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^1.5.11",
"remote-redux-devtools": "^0.5.12",
"remotedev-rn-debugger": "^0.8.3",
"stringstream": "^0.0.6",
"tar": "^2.2.2",
"tiny-esc-pos": "^0.1.7",
"uuid": "^3.2.1",
"valid-url": "^1.0.9"
},
"husky": {
"hooks": {
"pre-commit": "yarn test"
}
}
}