-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.44 KB
/
package.json
File metadata and controls
56 lines (56 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
47
48
49
50
51
52
53
54
55
56
{
"name": "react-native-international",
"version": "2.0.0-rc3",
"description": "Flexible i18n package for React Native or Expo based on \"i18next\"",
"module": "dist/index.esm.js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build:bundle": "node bin/build.js",
"build:types": "tsc",
"build": "npm run build:bundle && npm run build:types",
"test": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hardskilled/react-native-international.git"
},
"keywords": [
"format-message",
"i18n",
"i18next",
"intl",
"internationalization",
"hook",
"react-hook",
"react-native",
"ios",
"android"
],
"author": "Hardskilled",
"license": "MIT",
"bugs": {
"url": "https://github.com/hardskilled/react-native-international/issues"
},
"homepage": "https://github.com/hardskilled/react-native-international#readme",
"dependencies": {
"i18next": "^23.15.1",
"pullstate": "^1.25.0"
},
"devDependencies": {
"@eslint/core": "^0.6.0",
"@eslint/js": "^9.11.0",
"@types/eslint__js": "^8.42.3",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"esbuild": "^0.24.0",
"esbuild-plugin-d.ts": "^1.3.0",
"esbuild-plugin-tsc": "^0.4.0",
"eslint": "^9.11.0",
"react-native": "*",
"tsc": "^2.0.4",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0"
}
}