-
Notifications
You must be signed in to change notification settings - Fork 137
/
Copy pathpackage.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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "node ./node_modules/jest/bin/jest.js --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@ant-design/react-native": "^3.1.3",
"@expo/vector-icons": "^10.0.5",
"bangumi-data": "^0.3.0",
"cheerio-without-node-native": "^0.20.2",
"crypto-js": "^3.1.9-1",
"deepmerge": "^4.0.0",
"expo": "33.0.7",
"expo-blur": "~5.0.1",
"expo-constants": "~5.0.1",
"expo-file-system": "~5.0.1",
"expo-font": "~5.0.1",
"expo-linear-gradient": "~5.0.1",
"expo-video-player": "^1.2.0",
"expo-web-browser": "~5.0.1",
"hoist-non-react-statics": "^2.5.0",
"mobx": "4.9.2",
"mobx-react": "5.4.3",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-image-zoom-viewer": "^2.2.26",
"react-native-modal-popover": "0.0.12",
"react-native-render-html": "4.1.1",
"react-navigation": "^3.0.9",
"react-navigation-drawer": "^1.2.1",
"react-navigation-tabs": "1.0.2"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-plugin-module-resolver": "^3.2.0",
"babel-preset-expo": "^5.0.0",
"eslint": "^5.15.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4"
},
"private": true
}