generated from GabrielGuedess/Expo-Boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
131 lines (131 loc) · 4.41 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
{
"name": "mobi-app",
"version": "1.0.0",
"private": true,
"main": "index.js",
"scripts": {
"android": "expo run:android",
"find-deadcode": "ts-prune -p tsconfig.json -e",
"generate": "yarn plop --plopfile generators/plopfile.mjs",
"generate:atom": "yarn plop --plopfile ./generators/plopfile.mjs atoms",
"generate:mole": "yarn plop --plopfile ./generators/plopfile.mjs molecules",
"generate:orgs": "yarn plop --plopfile ./generators/plopfile.mjs organisms",
"postinstall": "husky install",
"ios": "expo run:ios",
"lint": "eslint src --max-warnings=0",
"lint:css": "stylelint src --max-warnings=0",
"release": "semantic-release",
"sort:package": "sort-package-json",
"start": "expo start --dev-client",
"typecheck": "tsc --noEmit",
"web": "expo start --web"
},
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"package.json": "yarn sort:package",
"src/**/*.{ts,tsx}": [
"bash -c tsc --noEmit",
"yarn find-deadcode",
"yarn lint --fix",
"yarn lint:css --fix"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@expo-google-fonts/poppins": "^0.2.3",
"@hookform/resolvers": "^3.1.0",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-navigation/drawer": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"axios": "^1.4.0",
"expo": "~48.0.15",
"expo-font": "~11.1.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.4",
"lottie-react-native": "5.1.4",
"phosphor-react-native": "^1.1.2",
"polished": "^4.2.2",
"react": "18.2.0",
"react-hook-form": "^7.44.2",
"react-native": "0.71.8",
"react-native-gesture-handler": "~2.9.0",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-reanimated": "~2.14.4",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-safe-area-context": "4.5.0",
"react-native-svg": "13.4.0",
"react-native-toast-message": "^2.1.6",
"styled-components": "5.3.6",
"zod": "^3.21.4"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/plugin-transform-private-methods": "^7.22.3",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@commitlint/types": "^17.4.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@stylelint/postcss-css-in-js": "^0.38.0",
"@testing-library/react-native": "^12.1.2",
"@types/node": "^20.2.5",
"@types/react": "~18.0.27",
"@types/react-native": "^0.72.2",
"@types/react-test-renderer": "^18.0.0",
"@types/styled-components-react-native": "^5.2.0",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"babel-plugin-module-resolver": "^5.0.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.41.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-config-stylelint": "^18.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-styled-components-a11y": "^2.0.1",
"eslint-plugin-unicorn": "^47.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"plop": "^3.1.2",
"postcss-scss": "^4.0.6",
"postcss-syntax": "^0.36.2",
"prettier": "^2.8.8",
"prettier-plugin-packagejson": "^2.4.3",
"react-native-svg-transformer": "^1.0.0",
"react-test-renderer": "^18.2.0",
"semantic-release": "^21.0.2",
"sort-package-json": "^2.4.1",
"stylelint": "^15.6.2",
"stylelint-config-clean-order": "^5.0.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended": "^12.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-group-selectors": "^1.0.9",
"stylelint-order": "^6.0.3",
"stylelint-use-nesting": "^4.1.0",
"stylelint-z-index-value-constraint": "^1.3.0",
"ts-node": "^10.9.1",
"ts-prune": "^0.10.3",
"typescript": "^4.9.4"
},
"engines": {
"node": ">=18.0.0"
}
}