-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·48 lines (48 loc) · 1.4 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
{
"name": "spotify",
"version": "0.0.1",
"private": true,
"scripts": {
"postinstall": "rm ./node_modules/react-native/local-cli/core/__fixtures__/files/package.json",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"axios": "^0.18.0",
"babel-eslint": "8.2.1",
"babel-jest": "22.4.3",
"babel-plugin-module-resolver": "3.0.0",
"babel-preset-react-native": "4.0.0",
"eslint": "4.9.0",
"eslint-config-airbnb": "16.1.0",
"eslint-import-resolver-babel-module": "4.0.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-react": "7.4.0",
"eslint-plugin-react-native": "3.2.1",
"jest": "22.4.3",
"lodash": "^4.17.10",
"navigation": "^5.0.1",
"npm": "^6.1.0",
"prop-types": "^15.6.1",
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-iphone-x-helper": "^1.0.3",
"react-native-sound": "diego3g/react-native-sound",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^2.0.1",
"react-redux": "^5.0.7",
"react-test-renderer": "16.3.1",
"reactotron-react-native": "1.14.0",
"reactotron-redux-saga": "^1.13.0",
"redux": "^4.0.0",
"redux-saga": "^0.16.0",
"seamless-immutable": "^7.1.3"
},
"jest": {
"preset": "react-native"
},
"devDependencies": {
"reactotron-redux": "^1.13.0"
}
}