-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.22 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
59
60
61
62
63
64
65
{
"name": "rn_gongjijian",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"prettier": "prettier --write --single-quote --no-semi --trailing-comma es5 --print-width 80 \"app/**/*.js\"",
"lint": "eslint app",
"format": "yarn prettier && yarn lint --fix"
},
"dependencies": {
"@ant-design/icons-react-native": "^1.0.2",
"@ant-design/react-native": "^3.0.3",
"dva-core": "^1.3.0",
"jcore-react-native": "^1.3.3",
"jpush-react-native": "^2.5.3",
"moment": "^2.24.0",
"react": "^16.3.1",
"react-native": "^0.58.4",
"react-native-file-opener": "git+https://github.com/huangzuizui/react-native-file-opener.git",
"react-native-file-selector": "0.0.6",
"react-native-flatlist-pull": "^1.0.4",
"react-native-fs": "^2.13.3",
"react-native-image-picker": "^0.27.2",
"react-native-image-zoom-viewer": "^2.2.25",
"react-native-linear-gradient": "^2.5.3",
"react-native-newqiniu": "^1.0.1",
"react-native-pull": "^2.0.2",
"react-native-qrcode": "^0.2.7",
"react-native-vector-icons": "^6.1.0",
"react-native-wechat": "^1.9.10",
"react-native-yunpeng-alipay": "^2.0.0",
"react-navigation": "^2.5.1",
"react-navigation-redux-helpers": "^2.0.2",
"react-navigation-stack": "^1.0.6",
"react-redux": "^5.0.7",
"roadhog": "^2.5.0-beta.1",
"teaset": "^0.5.10"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.2.0",
"babel-eslint": "^8.2.4",
"babel-jest": "^23.0.1",
"babel-plugin-import": "^1.11.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-react-native": "^5.0.0",
"eslint": "^5.0.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.1",
"eslint-plugin-react": "^7.9.1",
"husky": "^0.14.3",
"jest": "^23.1.0",
"metro-react-native-babel-preset": "^0.51.1",
"prettier": "^1.13.5"
},
"jest": {
"preset": "react-native"
}
}