-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.87 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.87 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "POCOnlineQueue",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"mock": "nodemon mock.js"
},
"dependencies": {
"babel-plugin-module-resolver": "^3.1.1",
"i18n": "^0.8.3",
"immutable": "^3.8.2",
"jest": "22.4.2",
"json-server": "^0.12.1",
"lodash-chain": "0.0.4",
"lodash.compact": "^3.0.1",
"lodash.debounce": "^4.0.8",
"lodash.isempty": "^4.4.0",
"lodash.keyby": "^4.6.0",
"lodash.map": "^4.6.0",
"lodash.mapvalues": "^4.6.0",
"lodash.uniq": "^4.5.0",
"lodash.uniqby": "^4.7.0",
"moment": "^2.22.2",
"moment-timezone": "^0.5.14",
"native-base": "^2.4.1",
"nodemon": "^1.17.3",
"numeral": "^2.0.6",
"prop-types": "^15.6.0",
"query-string": "^6.1.0",
"react": "16.2.0",
"react-format-currency": "^0.1.1",
"react-native": "0.52.2",
"react-native-animatable": "^1.2.4",
"react-native-calendars": "^1.17.0",
"react-native-camera": "^1.2.0",
"react-native-i18n": "^2.0.12",
"react-native-masked-text": "^1.9.1",
"react-native-modal": "^5.4.0",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-simple-radio-button": "^2.7.1",
"react-native-step-indicator": "0.0.8",
"react-navigation": "^1.5.12",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-persist": "^5.4.0",
"redux-persist-transform-filter": "0.0.16",
"redux-saga": "^0.16.0",
"redux-thunk": "^2.2.0",
"string_score": "^0.1.22",
"validate.js": "^0.12.0",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"babel-jest": "22.1.0",
"babel-preset-react-native": "4.0.0",
"jest": "22.1.4",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./src/assets/fonts"
]
}
}