-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.62 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
{
"name": "grade_tree",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@expo/vector-icons": "^10.0.0",
"@react-native-community/datetimepicker": "^2.2.2",
"babel-core": "^7.0.0-bridge.0",
"cheerio-without-node-native": "^0.20.2",
"crypto-js": "^3.3.0",
"expo": "^37.0.8",
"expo-asset": "~8.1.4",
"expo-constants": "~9.0.0",
"expo-font": "~8.1.0",
"expo-font-interface": "^2.0.0",
"expo-react-native-adapter": "^2.0.0",
"expo-secure-store": "~8.1.0",
"install": "^0.13.0",
"jest": "^23.6.0",
"metro": "^0.58.0",
"metro-react-native-babel-preset": "^0.45.0",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-barcode-builder": "^1.0.5",
"react-native-barcode-expo": "^1.1.1",
"react-native-cheerio": "^1.0.0-rc.4",
"react-native-gesture-handler": "~1.6.0",
"react-native-modal-datetime-picker": "^8.6.0",
"react-native-reanimated": "~1.7.0",
"react-native-screens": "^2.7.0",
"react-native-simple-modal-picker": "^0.1.3",
"react-navigation": "^3.11.0",
"webpack": "^3.12.0",
"react-native-appearance": "~0.3.3"
},
"devDependencies": {
"babel-preset-expo": "^8.1.0",
"jest-expo": "^37.0.0"
}
}