-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.19 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.19 KB
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
{
"name": "RNPlayer",
"version": "1.0.0",
"author": "andrew <landandan.cn>",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"postinstall": "rndebugger-open",
"postinstall-devTools": "remotedev-debugger --hostname localhost --port 5678 --injectserver"
},
"dependencies": {
"crypto-js": "^3.1.9-1",
"lodash": "4.16.4",
"moment": "^2.18.1",
"native-base": "^2.1.2",
"react": "16.0.0-alpha.6",
"react-native": "0.43.3",
"react-native-picker-android": "^1.0.3",
"react-native-smart-pull-to-refresh-listview": "^1.6.10",
"react-native-swiper": "^1.5.4",
"react-native-video": "^1.0.0",
"react-navigation": "^1.0.0-beta.9",
"react-redux": "^5.0.4",
"redux": "^3.6.0",
"redux-persist": "^4.6.0",
"remote-redux-devtools": "^0.5.7"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
"react-native-debugger-open": "^0.3.8",
"react-test-renderer": "16.0.0-alpha.6",
"remote-redux-devtools-on-debugger": "^0.7.0",
"remotedev-server": "^0.2.2"
},
"jest": {
"preset": "react-native"
}
}