-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.63 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
{
"name": "DvaFrame",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"antd-mobile-rn": "^2.3.3",
"appcenter": "2.6.1",
"appcenter-analytics": "2.6.1",
"appcenter-crashes": "2.6.1",
"dva-core": "^1.3.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"query-string": "^6.9.0",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-code-push": "^6.0.0",
"react-native-lk-permission": "^0.1.1",
"react-native-root-toast": "^3.2.0",
"react-native-splash-screen": "^3.2.0",
"react-navigation": "^2.5.1",
"react-navigation-redux-helpers": "^2.0.2",
"react-redux": "^5.0.7"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"babel-eslint": "^8.2.4",
"babel-jest": "^24.9.0",
"babel-plugin-import": "^1.11.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-react-native": "^5.0.0",
"eslint": "^6.5.1",
"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": "^24.9.0",
"prettier": "^1.13.5",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
}
}