-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.36 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
{
"name": "Pokedex",
"version": "0.0.1",
"private": true,
"scripts": {
"eslint": "./node_modules/.bin/eslint .",
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"axios": "^0.19.0",
"humps": "^2.0.1",
"prop-types": "^15.7.2",
"querystring": "^0.2.0",
"react": "16.8.3",
"react-native": "0.59.10",
"react-native-dotenv": "^0.2.0",
"react-native-fast-image": "^6.1.0",
"react-native-gesture-handler": "^1.3.0",
"react-native-localization": "^2.1.2",
"react-native-svg": "^9.5.1",
"react-navigation": "^3.11.0",
"react-navigation-fluid-transitions": "^0.3.2",
"react-redux": "^7.1.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"wikijs": "^5.5.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/runtime": "^7.4.5",
"babel-eslint": "^9.0.0",
"babel-jest": "^24.7.1",
"babel-plugin-module-resolver": "^3.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-import-resolver-babel-module": "^5.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-react-hooks": "^1.6.1",
"jest": "^24.7.1",
"metro-react-native-babel-preset": "^0.54.1",
"react-test-renderer": "16.8.3",
"redux-mock-store": "^1.5.3"
}
}