-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 988 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 988 Bytes
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
{
"name": "StaffTracker",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"start2": "react-scripts start",
"build": "react-scripts build"
},
"devDependencies": {
"react-scripts": "^0.7.0",
"redux-logger": "^2.6.1",
"remote-redux-devtools": "^0.5.1"
},
"dependencies": {
"humps": "^2.0.0",
"lodash": "^4.16.1",
"native-base": "^0.5.9",
"normalizr": "^2.2.1",
"react": "15.3.2",
"react-native": "0.36.0",
"react-native-drawer": "^2.3.0",
"react-native-elements": "^0.6.2",
"react-native-ibeacon": "^0.6.0",
"react-native-router-flux": "^3.36.0",
"react-native-simple-store": "^1.0.1",
"react-native-vector-icons": "^3.0.0",
"react-redux": "^4.4.5",
"react-router-redux": "^4.0.6",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0"
},
"eslintConfig": {
"extends": "./node_modules/react-scripts/config/eslint.js"
}
}