-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.99 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
55
56
57
58
{
"name": "BoHaiDaily",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "concurrently 'tsc -w' 'node node_modules/react-native/local-cli/cli.js start -- reset-cache' 'react-native run-ios -- reset-cache' 'node ./remotedev-server.js'",
"test": "jest",
"server": "concurrently 'tsc -w' 'node node_modules/react-native/local-cli/cli.js start -- reset-cache' 'node ./remotedev-server.js'",
"clear": "watchman watch-del-all && rm -fr $TMPDIR/react-*"
},
"dependencies": {
"buffer": "^5.0.6",
"cheerio": "^0.22.0",
"events": "^1.1.1",
"immutable": "^3.8.1",
"react": "16.0.0-alpha.6",
"react-native": "0.44.0",
"react-native-cached-image": "^1.3.3",
"react-native-fetch-blob": "^0.10.5",
"react-native-image-progress": "^0.6.0",
"react-native-progress": "^3.2.1",
"react-native-stream": "^0.1.9",
"react-navigation": "^1.0.0-beta.9",
"react-redux": "^5.0.5",
"redux": "^3.6.0",
"redux-immutable": "^4.0.0",
"redux-saga": "^0.15.3"
},
"devDependencies": {
"@types/cheerio": "^0.22.1",
"@types/react": "^15.0.24",
"@types/react-native": "^0.44.3",
"@types/react-native-fetch-blob": "^0.10.1",
"@types/react-navigation": "^1.0.2",
"@types/react-redux": "^4.4.40",
"@types/redux-immutable": "^3.0.33",
"@types/remote-redux-devtools": "^0.5.0",
"babel-jest": "20.0.3",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
"babel-plugin-transform-class-constructor-call": "^6.24.1",
"babel-plugin-transform-do-expressions": "^6.22.0",
"babel-plugin-transform-exponentiation-operator": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-preset-react-native": "1.9.2",
"babel-preset-stage-0": "^6.24.1",
"concurrently": "^3.4.0",
"jest": "20.0.3",
"react-test-renderer": "16.0.0-alpha.6",
"remote-redux-devtools": "^0.5.11",
"remotedev-server": "^0.2.2",
"typescript": "^2.3.3"
},
"jest": {
"preset": "react-native"
}
}