-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.71 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
{
"name": "cryptorganize",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-eslint": "^8.2.1",
"chai": "^4.1.2",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.0",
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.5.0",
"eslint-plugin-react": "^7.5.1",
"jest": "^22.0.4",
"jest-cli": "^22.0.4",
"jest-expo": "23.0.0",
"prettier": "^1.10.2",
"react-dom": "^16.2.0",
"react-native-debugger-open": "^0.3.16",
"react-native-icon": "^0.2.10",
"react-native-scripts": "1.8.1",
"react-test-renderer": "16.0.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 --watch",
"format": "find -name '*.js' -not -path './node_modules/*' | xargs prettier --write"
},
"jest": {
"preset": "jest-expo",
"setupFiles": [
"./test/helpers/testSetup"
]
},
"dependencies": {
"auth0-js": ">= 8.12.0",
"axios": "^0.17.1",
"expo": "^23.0.4",
"lodash": "^4.17.4",
"react": "16.0.0",
"react-native": "0.50.3",
"react-native-elements": "^0.18.5",
"react-native-message-bar": "^2.0.7",
"react-native-modal-dropdown": "^0.5.0",
"react-native-qrcode-svg": "^5.0.5",
"react-navigation": "^1.0.0-beta.22",
"react-redux": "^5.0.7",
"validator": "^9.2.0"
}
}