-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.55 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": "ruis-loyalty-app",
"version": "0.1.0",
"private": true,
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"start:debug": "REACT_DEBUGGER=\"unset ELECTRON_RUN_AS_NODE && open -g 'rndebugger://set-debugger-loc?port=19001' ||\" yarn start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios:debug": "REACT_DEBUGGER=\"unset ELECTRON_RUN_AS_NODE && open -g 'rndebugger://set-debugger-loc?port=19001' ||\" yarn ios",
"ios": "react-native-scripts ios",
"test": "jest",
"eslint": "eslint 'app/**/**/*.js' '*.js'"
},
"jest": {
"preset": "jest-expo"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-react-native": "^3.2.1",
"jest-expo": "^28.0.0",
"react-native-scripts": "^1.14.0",
"react-test-renderer": "^16.4.0"
},
"dependencies": {
"anchor-ui-native": "^1.1.2",
"expo": "^28.0.0",
"hoist-non-react-statics": "^2.5.4",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"prop-types": "^15.6.1",
"react": "^16.4.1",
"react-native": "^0.55.4",
"react-native-svg": "^6.3.1",
"react-navigation": "^2.3.1",
"react-redux": "^5.0.7",
"recompose": "^0.27.1",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.5",
"redux-thunk": "^2.2.0"
}
}