forked from lingui/js-lingui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1000 Bytes
/
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
{
"name": "@lingui/react",
"version": "0.0.0-managed-by-release-script",
"description": "React components for translations",
"main": "index.js",
"author": {
"name": "Tomáš Ehrlich",
"email": "tomas.ehrlich@gmail.com"
},
"license": "MIT",
"keywords": [
"react",
"component",
"i18n",
"internationalization",
"i9n",
"translation",
"icu",
"messageformat"
],
"repository": {
"type": "git",
"url": "https://github.com/lingui/js-lingui.git"
},
"bugs": {
"url": "https://github.com/lingui/js-lingui/issues"
},
"engines": {
"node": ">=4.0"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"dev.js",
"*.js.flow",
"cjs/"
],
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0"
},
"dependencies": {
"@lingui/core": "0.0.0-managed-by-release-script",
"babel-runtime": "^6.26.0",
"hash-sum": "^1.0.2",
"hoist-non-react-statics": "3.0.1",
"prop-types": "^15.6.2"
}
}