-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
146 lines (146 loc) · 5.71 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "imperial-records",
"version": "0.1.2",
"private": true,
"scripts": {
"rn": "react-native",
"start": "react-native start",
"android": "react-native run-android",
"android-dev": "react-native run-android --variant=release",
"android-staging": "cross-env-shell ENVFILE=.env.staging react-native run-android --variant=release",
"android-prod": "cross-env-shell ENVFILE=.env.production react-native run-android --variant=release",
"android-clean": "cd android && ./gradlew clean",
"android-debug": "adb logcat *:E",
"android-reconnect": "adb reverse tcp:8081 tcp:8081",
"ios": "react-native run-ios",
"ios-dev": "react-native run-ios --variant=release",
"ios-staging": "cross-env-shell ENVFILE=.env.staging react-native run-ios --variant=release",
"ios-prod": "cross-env-shell ENVFILE=.env.production react-native run-ios --variant=release",
"ios-clean": "cd ios && xcodebuild clean",
"graphqlgen": "graphql-codegen --config codegen.yml",
"templategen": "node ./templates/generate.js",
"prune-branches": "git fetch -p && npx git-removed-branches --prune",
"typecheck": "tsc --noEmit",
"test": "jest",
"eslint": "eslint . --ext .ts,.tsx,.js,.jsx --max-warnings 0 --config ./.eslintrc",
"prettier": "prettier .releaserc.json \".vscode/**/*.json\" \"**/*.{json,eslintrc,prettierrc}\" --config ./.prettierrc --check",
"lint": "yarn eslint && yarn prettier",
"lint-fix": "yarn eslint --fix && yarn prettier --write",
"rn-version": "react-native-version --generate-build --never-amend --skip-tag",
"fix-lockfile": "node ./scripts/fix-lockfile.js",
"postinstall": "patch-package && npx jetify"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "yarn fix-lockfile && lint-staged && yarn typecheck && yarn test --forceExit --silent --onlyChanged",
"post-commit": "git update-index --again",
"pre-push": "git fetch --prune origin \"+refs/tags/*:refs/tags/*\""
}
},
"lint-staged": {
"*.{j,t}s{,x}": "eslint --config ./.eslintrc --cache --fix --max-warnings 0",
"*.json": "prettier --config ./.prettierrc --write"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.14.1",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-bootsplash": "^3.1.5",
"react-native-config": "^1.4.2",
"react-native-fast-image": "^8.3.4",
"react-native-gesture-handler": "^1.10.3",
"react-native-linear-gradient": "^2.5.6",
"react-native-navigation-bar-color": "^2.0.1",
"react-native-reanimated": "^1.13.2",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^2.18.1",
"react-native-shared-element": "^0.7.0",
"react-native-skeleton-content-nonexpo": "^1.0.11",
"react-native-status-bar-height": "^2.6.0",
"react-native-vector-icons": "^8.1.0",
"react-navigation-shared-element": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/runtime": "^7.13.10",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@graphql-codegen/cli": "^1.21.2",
"@graphql-codegen/typescript": "^1.21.1",
"@graphql-codegen/typescript-document-nodes": "^1.17.10",
"@graphql-codegen/typescript-operations": "^1.17.15",
"@graphql-codegen/typescript-urql": "^2.0.4",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@testing-library/jest-native": "^4.0.1",
"@testing-library/react-native": "^7.2.0",
"@types/jest": "^26.0.20",
"@types/react-native": "^0.63.51",
"@types/react-native-vector-icons": "^6.4.6",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "4.17.0",
"@typescript-eslint/parser": "4.17.0",
"babel-eslint": "10.1.0",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"conventional-changelog-conventionalcommits": "^4.5.0",
"cross-env": "^7.0.3",
"eslint": "7.21.0",
"eslint-config-prettier": "8.1.0",
"eslint-config-superop": "0.2.3",
"eslint-import-resolver-babel-module": "5.2.0",
"eslint-import-resolver-typescript": "2.4.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.2.1",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-react-native": "3.10.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-unused-imports": "1.1.0",
"husky": "^4.3.8",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"metro-react-native-babel-preset": "^0.65.2",
"patch-package": "^6.4.6",
"postinstall-postinstall": "^2.1.0",
"prettier": "2.2.1",
"react-native-version": "^4.0.0",
"react-test-renderer": "16.13.1",
"semantic-release": "^17.4.1",
"semver": "^7.3.4",
"typescript": "^4.2.3"
},
"jest": {
"preset": "./jest/jest-preset.js",
"setupFilesAfterEnv": [
"@testing-library/jest-native/extend-expect"
],
"setupFiles": [
"./jest/jest-setup.js",
"./node_modules/react-native-gesture-handler/jestSetup.js"
],
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|react-navigation|@react-navigation|@react-native-community\\masked-view|react-native-reanimated/.*))"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"coverageReporters": [
"text",
"html"
]
},
"license": "GPL-3.0-or-later"
}