-
-
Notifications
You must be signed in to change notification settings - Fork 439
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.44 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.44 KB
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
{
"name": "lingui-demo",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start -c",
"inspectBundle": "EXPO_UNSTABLE_ATLAS=true expo start -c",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"extract": "lingui extract",
"compile": "lingui compile",
"no-dev": "npx expo start -c --no-dev --minify",
"fix-deps": "npx expo install expo@^53 --check",
"bundle": "expo export --dev=true --output-dir=dist --platform=ios --no-minify --no-bytecode"
},
"dependencies": {
"@formatjs/intl-locale": "^4.0.2",
"@formatjs/intl-pluralrules": "^5.2.16",
"@lingui/core": "^5.4.0",
"@lingui/react": "^5.4.0",
"expo": "^53.0.20",
"expo-status-bar": "~2.2.3",
"expo-updates": "~0.28.17",
"react": "19.0.0",
"react-native": "0.79.5",
"react-native-web": "^0.20.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@lingui/babel-plugin-lingui-macro": "^5.4.0",
"@lingui/cli": "^5.4.0",
"@lingui/macro": "^5.4.0",
"@lingui/metro-transformer": "^5.4.0",
"@react-native-community/eslint-config": "^3.2.0",
"@types/react": "~19.0.10",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-ft-flow": "^2.0.3",
"expo-atlas": "^0.4.0",
"prettier": "^2.8.8",
"typescript": "~5.8.3"
},
"private": true
}