-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
34 lines (34 loc) · 860 Bytes
/
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
{
"name": "NeteaseComic",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"rn-start": "react-native start"
},
"dependencies": {
"fsevents": "2.1.2",
"jsc-android": "224109.x.x",
"lodash": "4.17.19",
"lottie-react-native": "^2.5.8",
"mobx": "^4.3.1",
"mobx-react": "^5.1.0",
"query-string": "^6.1.0",
"react": "16.4.1",
"react-native": "0.56.0",
"react-native-blur": "^3.2.2",
"react-navigation": "^2.12.1",
"react-navigation-tabs": "^0.6.0"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "7.0.0-beta.47",
"babel-jest": "23.4.2",
"babel-preset-react-native": "^5",
"jest": "23.4.2",
"react-test-renderer": "16.4.1"
},
"jest": {
"preset": "react-native"
}
}