-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.36 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
{
"name": "LuLuSaGa",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-native-scripts": "1.7.0",
"jest-expo": "^22.0.0",
"react-test-renderer": "16.0.0-beta.5"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch",
"debug": "REACT_DEBUGGER='unset ELECTRON_RUN_AS_NODE && open -g 'rndebugger://set-debugger-loc?port=19001' ||' npm start"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"/node_modules/react-native-router-flux"
]
},
"dependencies": {
"axios": "^0.17.1",
"clarifai": "^2.5.0",
"expo": "^22.0.2",
"firebase": "^4.6.2",
"firebase-admin": "^5.5.0",
"moment": "^2.19.2",
"prop-types": "^15.6.0",
"react": "16.0.0-beta.5",
"react-native": "^0.49.5",
"react-native-button": "^2.1.0",
"react-native-elements": "^0.18.2",
"react-native-keyboard-aware-scroll-view": "^0.4.1",
"react-native-router-flux": "^4.0.0-beta.24",
"react-redux": "^5.0.6",
"redux-devtools-extension": "^2.13.2",
"redux-form": "^7.1.2",
"redux-thunk": "^2.2.0",
"victory-native": "^0.16.1"
}
}