-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
67 lines (67 loc) · 1.83 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
{
"name": "white-label-event-mobile-app",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-eslint": "^8.0.1",
"babel-preset-react-native": "^4.0.0",
"eslint": "^4.8.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-native": "^3.1.0",
"jest-expo": "^21.0.2",
"react-native-scripts": "1.5.0",
"react-test-renderer": "16.0.0-alpha.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": "node node_modules/jest/bin/jest.js",
"test:watch": "node node_modules/jest/bin/jest.js --watch",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"appr": "appr"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"appr": "^1.1.1",
"expo": "^21.0.0",
"firebase": "^4.4.0",
"react": "16.0.0-alpha.12",
"react-native": "^0.48.4",
"react-native-elements": "^0.17.0",
"react-navigation": "^1.0.0-beta.13"
},
"repository": {
"type": "git",
"url": "https://github.com/inthepocket/white-label-event-app"
},
"author": {
"email": "[email protected]",
"name": "In The Pocket NV",
"url": "https://inthepocket.com"
},
"maintainers": [
{
"name": "Thibault Maekelbergh",
"email": "[email protected]"
},
{
"name": "Kevin Meyvaert",
"email": "[email protected]"
},
{
"name": "Jonathan Dierckens",
"email": "[email protected]"
}
],
"license": "MIT"
}