This repository was archived by the owner on Jun 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.33 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.33 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "heizhitiao",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"lint": "standard --verbose | snazzy",
"fixcode": "standard --fix"
},
"dependencies": {
"color": "^2.0.1",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"native-base": "^2.3.7",
"react": "16.0.0",
"react-native": "0.51.0",
"react-native-code-push": "^5.2.1",
"react-native-easy-grid": "^0.1.16",
"react-native-i18n": "^2.0.10",
"react-native-picker": "^4.3.5",
"react-native-swiper": "^1.5.13",
"react-navigation": "^1.0.0-beta.27",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-form": "^7.2.0",
"redux-persist": "^5.4.0",
"redux-saga": "^0.16.0",
"reduxsauce": "^0.7.0",
"seamless-immutable": "^7.1.2"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-jest": "22.1.0",
"babel-preset-react-native": "4.0.0",
"jest": "22.1.2",
"react-test-renderer": "16.0.0",
"reactotron-react-native": "^1.14.0",
"reactotron-redux": "^1.13.0",
"reactotron-redux-saga": "^1.13.0",
"snazzy": "^7.0.0",
"standard": "^10.0.3"
},
"jest": {
"preset": "react-native"
},
"standard": {
"parser": "babel-eslint",
"ignore": [
"__tests__"
]
}
}