-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.53 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
{
"name": "je-decide-pour-toi",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start --dev-client",
"lint": "tsc && eslint --ext .js,.jsx,.ts,.tsx ./ --max-warnings=0 && ts-prune",
"publish:preview": "APP_ENV='preview' expo-cli publish --release-channel preview",
"publish:production": "APP_ENV='production' expo-cli publish --release-channel production",
"build:preview": "eas build --profile preview -p ios",
"build:production": "EXPO_APPLE_APP_SPECIFIC_PASSWORD=$EXPO_APPLE_APP_SPECIFIC_PASSWORD eas build --profile production -p all --auto-submit",
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write .",
"check-lint": "eslint --ext .js,.jsx,.ts,.tsx ./ --max-warnings=0",
"check-types": "tsc",
"check-unused-exports": "ts-prune -e"
},
"dependencies": {
"@react-navigation/elements": "^1.2.1",
"@react-navigation/native": "^6.0.4",
"@react-navigation/native-stack": "^6.2.5",
"@react-navigation/stack": "^6.0.9",
"@types/node": "^17.0.38",
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"expo": "~46.0.13",
"expo-constants": "~13.2.4",
"expo-font": "~10.2.0",
"expo-linear-gradient": "~11.4.0",
"expo-splash-screen": "~0.16.2",
"expo-updates": "~0.14.5",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-gesture-handler": "~2.5.0",
"react-native-paper": "^4.12.5",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-svg": "12.3.0",
"expo-dev-client": "~1.3.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@expo/config": "^7.0.0",
"@react-native-community/eslint-config": "^3.0.2",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"babel-preset-expo": "~9.2.0",
"eslint": "^8.16.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^4.0.0",
"husky": "^8.0.1",
"prettier": "^2.4.1",
"ts-node": "^10.4.0",
"ts-prune": "^0.10.3",
"typescript": "^4.6.3"
},
"private": true
}