-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
71 lines (71 loc) · 1.97 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
{
"name": "react-native-power-translator",
"version": "1.1.1",
"description": "A no-hassle way to use Google and Microsoft cloud translation services in react native.",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/jest --no-cache --watchAll",
"lint": "./node_modules/.bin/eslint --fix src/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danialkalbasi/react-native-power-translator.git"
},
"keywords": [
"react-native",
"react",
"google",
"translation",
"react",
"native",
"react",
"native",
"google",
"translate"
],
"author": "Danial Kalbasi <[email protected]> (www.danielkalbasi.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/danialkalbasi/react-native-power-translator/issues"
},
"homepage": "https://github.com/danialkalbasi/react-native-power-translator#readme",
"jest": {
"preset": "jest-expo",
"collectCoverageFrom": [
"(/__tests__/.*|(\\.|/)(test|spec))\\.js?$",
"!**/node_modules/**"
],
"transform": {
"^.+\\.js$": "<rootDir>/test-setup.js"
},
"testPathIgnorePatterns": [
"/node_modules/"
]
},
"peerDependencies": {
"xmldom": "0.1.x",
"react": "^15.5.0"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-jest": "^20.0.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-native-stage-0": "^1.0.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"expo": "^27.0.0",
"jest-cli": "^23.1.0",
"jest-expo": "~27.0.0",
"lodash": "^4.17.4",
"prop-types": "^15.5.7",
"react": "16.3.1",
"react-dom": "^16.4.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-27.0.0.tar.gz",
"react-test-renderer": "16.4.0",
"sinon": "4.0.1"
}
}