-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
51 lines (51 loc) · 1.37 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "mocha test"
},
"dependencies": {
"@expo/samples": "2.1.1",
"expo": "^32.0.0",
"moment": "^2.24.0",
"react": "16.5.0",
"react-moment": "^0.8.4",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-navigation": "^3.0.9",
"expect.js": "^0.3.1",
"express": "^4.16.4",
"mocha": "^6.0.2",
"pug": "^2.0.3",
"stylus": "^0.54.5",
"superagent": "^4.1.0",
"react-native-elements": "^1.1.0",
"react-native-timer-countdown": "^2.1.1",
"react-redux": "^6.0.1",
"redux": "^4.0.1"
},
"devDependencies": {
"babel-cli": "6.9.0",
"babel-core": "6.9.0",
"babel-eslint": "6.0.4",
"babel-preset-airbnb": "2.0.0",
"babel-preset-react-native": "1.8.0",
"chai": "3.5.0",
"eslint": "2.10.2",
"eslint-config-airbnb": "9.0.1",
"eslint-plugin-import": "1.8.0",
"eslint-plugin-jsx-a11y": "1.2.2",
"eslint-plugin-react": "5.1.1",
"eslint-plugin-react-native": "1.0.2",
"react": "^15.4.0",
"react-native": "^0.38.0",
"mocha": "*",
"superagent": "*",
"expect.js": "*",
"babel-preset-expo": "^5.0.0",
"jest-expo": "^32.0.0"
},
"private": true
}