-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.41 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
{
"name": "qrscannerMobile",
"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"
},
"dependencies": {
"antd-mobile": "^2.1.7",
"dva-core": "^1.1.0",
"lodash": "^4.17.5",
"rc-form": "^2.1.7",
"react": "^16.3.0-alpha.0",
"react-addons-update": "^15.6.2",
"react-dom": "^16.2.0",
"react-native": "^0.54.0",
"react-native-camera": "^0.12.0",
"react-native-device-detection": "^0.2.0",
"react-navigation": "^1.4.0",
"react-navigation-redux-helpers": "^1.0.3",
"react-redux": "^5.0.7",
"realm": "2.2.8"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-jest": "^22.4.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native": "^4.0.0",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"husky": "^0.14.3",
"jest": "^22.4.2",
"prettier": "^1.11.1",
"react-test-renderer": "^16.3.0-alpha.0"
},
"jest": {
"preset": "react-native"
}
}