-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.78 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"lint": "eslint *.tsx **/*.tsx src/**/*.tsx",
"lint-fix": "eslint *.tsx **/*.tsx src/**/*.tsx --fix",
"build-web": "expo build:web",
"build-apk": "expo build:android -t apk",
"compile-translations": "node compile-translations.js && formatjs compile src/translations/fr.all.json --ast --out-file src/translations/compiled/fr.json && formatjs compile src/translations/en.all.json --ast --out-file src/translations/compiled/en.json"
},
"dependencies": {
"@react-native-community/async-storage": "~1.11.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/drawer": "^5.9.0",
"@react-navigation/native": "^5.7.3",
"@react-navigation/stack": "^5.9.0",
"@types/react-native-uuid": "^1.4.0",
"buffer": "^5.6.0",
"expo": "^38.0.0",
"expo-analytics": "^1.0.16",
"humanize-string": "^2.1.0",
"lodash": "^4.17.20",
"lodash.clonedeep": "^4.5.0",
"react": "16.11.0",
"react-dom": "16.11.0",
"react-intl-universal": "^2.3.2",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
"react-native-email-link": "^1.9.2",
"react-native-flags": "^1.0.0",
"react-native-gesture-handler": "~1.6.0",
"react-native-paper": "^4.0.1",
"react-native-safe-area-context": "~3.0.7",
"react-native-screens": "~2.9.0",
"react-native-side-menu": "^1.1.3",
"react-native-uuid": "^1.4.9",
"react-native-vector-icons": "^7.0.0",
"react-native-web": "~0.11.7",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"uuid": "^8.3.0",
"uuidv4": "^6.2.3"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@expo/webpack-config": "^0.12.24",
"@formatjs/cli": "^2.7.3",
"@types/intl": "^1.2.0",
"@types/lodash": "^4.14.159",
"@types/lodash.clonedeep": "^4.5.6",
"@types/react": "~16.9.41",
"@types/react-native": "~0.62.13",
"@types/react-native-side-menu": "^1.1.0",
"@types/react-redux": "^7.1.9",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.7.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"formatjs": "^0.1.1",
"prettier": "^2.0.5",
"react-dev-utils": "^11.0.4",
"typescript": "~3.9.5"
},
"private": true
}