forked from netease-im/NIM_ReactNative_Demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.29 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
{
"name": "nim_reactnative_demo",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"dev:ios": "react-native run-ios"
},
"dependencies": {
"mobx": "^4.2.1",
"mobx-react": "^5.2.3",
"prop-types": "^15.6.1",
"react": "^16.4.0",
"react-native": "^0.55.4",
"react-native-audio": "^4.1.3",
"react-native-easy-toast": "^1.1.0",
"react-native-elements": "^1.0.0-beta5",
"react-native-image-picker": "^0.26.10",
"react-native-push-notification": "^3.0.2",
"react-native-sound": "^0.10.9",
"react-native-vector-icons": "^4.6.0",
"react-native-video": "^2.2.0",
"react-navigation": "^2.3.0",
"realm": "^2.8.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-jest": "^23.0.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-react-native": "^4.0.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2",
"jest": "22.4.3",
"react-test-renderer": "16.4.0"
},
"jest": {
"preset": "react-native"
}
}