forked from apiko-dev/Perfi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.26 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "perfi",
"version": "2.0.0",
"private": true,
"devDependencies": {
"react-native-scripts": "1.14.0",
"jest-expo": "~27.0.0",
"react-test-renderer": "16.3.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-formatter-pretty": "^1.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jest": "^19.0.1",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-react-native": "^2.3.1",
"react-devtools": "^3.1.0",
"remote-redux-devtools": "^0.5.12"
},
"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": "jest"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^6.2.2",
"babel-polyfill": "^6.26.0",
"expo": "^27.0.1",
"expr-eval": "^1.2.1",
"moment": "^2.20.1",
"paths-js": "^0.4.5",
"prop-types": "^15.6.0",
"ramda": "^0.25.0",
"react": "16.3.1",
"react-native": "~0.55.2",
"react-native-action-button": "^2.8.4",
"react-native-calendar-picker": "^5.18.0",
"react-native-color-picker": "^0.4.0",
"react-native-datepicker": "^1.7.1",
"react-native-elements": "^0.17.0",
"react-native-gesture-handler": "^1.0.0-alpha.43",
"react-native-modal": "^5.4.0",
"react-native-modal-datetime-picker": "^4.13.0",
"react-native-modal-dropdown": "^0.6.2",
"react-native-platform-stylesheet": "^0.0.6",
"react-native-popup-menu": "^0.12.2",
"react-native-progress": "^3.4.0",
"react-native-svg-icon": "^0.8.0",
"react-native-swipeout": "^2.3.3",
"react-native-swiper": "^1.5.13",
"react-native-tab-view": "^0.0.77",
"react-native-vector-icons": "^4.0.0",
"react-navigation": "1.0.0-beta.9",
"react-redux": "^5.0.6",
"react-swipeable-views-native": "^0.12.9",
"react-swipeable-views-utils": "^0.12.11",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-persist": "^5.6.11",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"uuid": "^3.2.1",
"victory-native": "^0.16.0"
}
}