forked from brekekesoftware/brekekephone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 4.36 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
{
"name": "BrekekePhone",
"version": "2.3.0",
"private": true,
"homepage": "./",
"scripts": {
"start": "craco start",
"build": "del-cli -f \"node_modules/.cache/babel*\" && craco build",
"intl": "del-cli -f \"src/intl/en.json\" && cross-env EXTRACT_INTL=1 yarn build",
"rn": "react-native start",
"ts": "tsc && type-coverage",
"android": "react-native run-android",
"shake": "adb shell input keyevent 82",
"ios": "react-native run-ios",
"pret": "eslint --ignore-path=.gitignore --fix --ext=.js,.ts,.tsx . && prettier --ignore-path=.gitignore --loglevel=error --write \"**/*.{html,js,ts,tsx,json,md}\"",
"f": "yarn pret && yarn f-objc && yarn f-java && yarn f-xml && yarn imagemin",
"f-objc": "yarn git-ls | egrep -h '.(h|m)$' | xargs clang-format -i -style=file",
"f-java": "yarn git-ls | egrep -h '.(java)$' | xargs google-java-format -i",
"f-xml": "yarn git-ls | egrep -h '.(xml|xib|xccheme|xcworkspacedata|plist)$' | xargs -L1 bash -c 'xmllint --format --output $0 $0'",
"imagemin": "yarn git-ls | egrep -h '.(png|jpg|gif|ico)$' | xargs -L1 bash -c 'imagemin $0 --out-dir $(dirname $0)'",
"git-ls": "bash -c 'comm -3 <(git ls-files) <(git ls-files -d)'"
},
"dependencies": {
"@callstack/async-storage": "2.0.3",
"@mdi/js": "5.3.45",
"@react-native-community/async-storage": "1.6.3",
"@use-it/interval": "0.1.3",
"brekekejs": "github:brekekesoftware/brekekejs#b4ade72cef3c0bef1bdeca2819bb69c410913cac",
"buffer": "5.6.0",
"circular-json": "0.5.9",
"crypto-js": "3.3.0",
"es6-shim": "0.35.5",
"es7-shim": "6.0.0",
"eventemitter3": "4.0.4",
"filesize": "6.1.0",
"handlebars": "4.7.6",
"helper-moment": "0.2.0",
"json-stable-stringify": "1.0.1",
"jssip": "github:brekekesoftware/jssip#1e8446f930647bf9ebb1c2e642a38684db5729fd",
"lodash": "4.17.15",
"mobx": "5.15.4",
"mobx-react": "6.2.2",
"moment": "2.26.0",
"polished": "3.6.4",
"prop-types": "15.7.2",
"qs": "6.9.4",
"react": "16.13.1",
"react-art": "16.13.1",
"react-device-detect": "1.12.1",
"react-dom": "16.13.1",
"react-native": "0.59.10",
"react-native-callkeep": "3.0.14",
"react-native-document-picker": "github:Elyx0/react-native-document-picker#v3",
"react-native-emoji-selector": "0.1.8",
"react-native-exception-handler": "2.10.8",
"react-native-fast-image": "6.1.1",
"react-native-fcm": "github:brekekesoftware/react-native-fcm#afbddd1782afe9a6cf81c34f903e026b712d5579",
"react-native-fs": "2.15.3",
"react-native-full-image-picker": "github:brekekesoftware/react-native-full-image-picker#f515715c26b395ce0faa4af9e2840d63d682fc67",
"react-native-hyperlink": "0.0.19",
"react-native-incall-manager": "3.2.7",
"react-native-iphone-x-helper": "1.2.1",
"react-native-keyboard-spacer": "0.4.1",
"react-native-linear-gradient": "2.5.6",
"react-native-share": "1.2.1",
"react-native-splash-screen": "github:brekekesoftware/react-native-splash-screen#a78ee51c0f89652a2a223ff2bc4ec10928bf2c30",
"react-native-svg": "9.13.6",
"react-native-svg-web": "1.0.9",
"react-native-uuid": "1.4.9",
"react-native-voip-push-notification": "2.1.0",
"react-native-web": "0.12.3",
"react-native-web-linear-gradient": "1.1.1",
"react-native-webrtc": "1.75.3",
"url-parse": "1.4.7",
"uuid": "8.1.0",
"validatorjs": "3.18.1"
},
"devDependencies": {
"@babel/core": "7.10.2",
"@babel/plugin-proposal-class-properties": "7.10.1",
"@babel/plugin-proposal-decorators": "7.10.1",
"@babel/plugin-proposal-optional-chaining": "7.10.1",
"@babel/plugin-transform-modules-commonjs": "7.10.1",
"@babel/plugin-transform-react-jsx": "7.10.1",
"@craco/craco": "5.6.4",
"circular-dependency-plugin": "5.2.0",
"cross-env": "7.0.2",
"del-cli": "3.0.1",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-simple-import-sort": "5.0.3",
"fs-extra": "9.0.1",
"husky": "4.2.5",
"lint-staged": "10.2.9",
"prettier": "2.0.5",
"react-scripts": "3.4.1",
"type-coverage": "2.7.1",
"typescript": "3.9.3"
},
"typeCoverage": {
"atLeast": 100,
"strict": true
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,ts,tsx}": "eslint --fix",
"*.{html,scss,js,ts,tsx,json,md}": "prettier --write"
},
"browserslist": "ie 10-11"
}