-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.14 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.14 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
70
{
"name": "kupon-hub",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-preset-env": "^1.6.1",
"eslint": "^4.18.1",
"eslint-config-esnext": "^2.0.0",
"eslint-config-google": "^0.9.1",
"eslint-config-rallycoding": "^3.2.0",
"eslint-config-react-native": "^2.0.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-react-native": "^3.2.1",
"eslint-plugin-standard": "^3.0.1",
"jest-expo": "25.0.0",
"react-native-scripts": "^1.11.1",
"react-test-renderer": "16.2.0"
},
"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"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@types/react": "^16.0.38",
"axios": "^0.18.0",
"babel-core": "^6.26.0",
"babel-plugin-dotenv": "^0.1.1",
"babel-plugin-transform-remove-console": "^6.9.0",
"create-react-app": "^1.5.2",
"expo": "^25.0.0",
"file-loader": "^1.1.10",
"glob": "^7.1.2",
"jest": "^22.4.2",
"lodash": "^4.17.5",
"moment": "^2.20.1",
"numeral": "^2.0.6",
"prop-types": "^15.6.0",
"querystring": "^0.2.0",
"react": "16.2.0",
"react-native": "^0.52.0",
"react-native-elements": "^0.19.0",
"react-native-indicators": "^0.12.0",
"react-native-interactable": "^0.1.10",
"react-native-platform-touchable": "^1.1.1",
"react-native-smart-carousel": "^1.1.0",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^1.0.3",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6",
"redux-multi": "^0.1.12",
"redux-persist": "^5.9.1",
"redux-saga": "^0.16.0",
"redux-thunk": "^2.2.0"
}
}