-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
53 lines (53 loc) · 1.33 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
{
"name": "react-translate-component",
"version": "0.15.1",
"description": "A component for React that utilizes the counterpart module to translate/localize its content",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/martinandert/react-translate-component.git"
},
"keywords": [
"react",
"react-component",
"translation",
"translate",
"localization",
"localize",
"interpolation",
"interpolate",
"i18n"
],
"author": {
"name": "Martin Andert",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/martinandert/react-translate-component/issues"
},
"homepage": "https://github.com/martinandert/react-translate-component",
"dependencies": {
"create-react-class": "^15.5.2",
"object-assign": "^4.0.1",
"prop-types": "^15.5.8"
},
"peerDependencies": {
"react": "^16.2.0",
"counterpart": "^0.18.5",
"react-interpolate-component": "^0.12.0"
},
"devDependencies": {
"connect-browserify": "^4.0.0",
"counterpart": "^0.18.5",
"express": "^4.12.3",
"jsxhint": "^0.15.1",
"mocha": "^2.2.1",
"node-dev": "^3.1.3",
"node-jsx": "^0.13.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-interpolate-component": "^0.12.0",
"reactify": "^1.1.0"
}
}