-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.35 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
{
"name": "lto-exam-reviewer",
"version": "1.0.0",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"expo": "^27.0.1",
"global": "^4.3.2",
"lodash": "^4.17.4",
"native-base": "^2.4.5",
"prettier": "^1.3.1",
"prop-types": "^15.6.0",
"react": "16.0.0",
"react-native": "0.50.3",
"react-native-admob": "next",
"react-native-billing": "^2.4.0",
"react-native-code-push": "^5.1.3-beta",
"react-native-countdown-circle": "^2.0.0",
"react-native-i18n": "^2.0.9",
"react-native-scripts": "^1.14.0",
"react-navigation": "^1.0.0-beta.26",
"react-redux": "^5.0.4",
"redux": "^3.6.0",
"redux-logger": "^3.0.1",
"redux-persist": "^4.8.2",
"redux-thunk": "^2.2.0",
"seamless-immutable": "^7.1.2",
"stacklogger": "^1.2.0",
"tern": "^0.21.0"
},
"devDependencies": {
"babel-eslint": "^7.2.1",
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"jest": "21.2.1",
"react-test-renderer": "16.0.0"
},
"jest": {
"preset": "react-native"
}
}