-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.58 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
{
"name": "nyan-world-peace",
"version": "1.0.0",
"devDependencies": {
"appr": "2.0.0",
"eslint": "5.15.1",
"eslint-config-standard": "12.0.0",
"eslint-config-standard-react": "7.0.2",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-standard": "4.0.0",
"exp": "57.2.1",
"jest-expo": "32.0.0",
"react-test-renderer": "16.5.0",
"babel-preset-expo": "5.0.0"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "expo start",
"eject": "expo eject",
"android": "expo start --android",
"ios": "expo start --ios",
"test": "node node_modules/jest/bin/jest.js",
"appr": "appr"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@babel/core": "^7.0.0-0",
"@expo/vector-icons": "^9.0.0",
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"expo": "^32.0.6",
"expo-asset": "~2.0.0",
"expo-constants": "~2.0.0",
"expo-constants-interface": "~2.0.0",
"expo-core": "~2.0.0",
"expo-file-system": "~2.0.0",
"expo-font": "^2.0.0",
"expo-font-interface": "~2.0.0",
"expo-react-native-adapter": "~2.0.0",
"expo-task-manager-interface": "~1.0.0",
"native-base": "^2.12.0",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-native-scripts": "2.0.1",
"react-redux": "^6.0.0",
"redux": "^4.0.1",
"redux-form": "^8.1.0",
"redux-thunk": "^2.3.0"
}
}