-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 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
{
"name": "BeakSpeak",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-decorators": "^7.3.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"eslint": "^5.15.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-universe": "^1.0.7",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"jest-expo": "~27.0.0",
"prettier": "^1.16.4",
"react-test-renderer": "16.3.1",
"schedule": "^0.4.0"
},
"main": "./node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"eject": "expo eject",
"android": "expo start --android",
"ios": "expo start --ios",
"test": "jest"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"babel-preset-expo": "^5.0.0",
"expo": "31.0.0",
"mobx": "^5.8.0",
"mobx-react": "^5.4.3",
"native-base": "^2.7.0",
"react": "^16.7.0",
"react-native": "github:expo/react-native#sdk-31.0.0",
"react-native-modal": "^6.4.0",
"react-native-modal-dropdown": "^0.6.2",
"react-navigation": "^3.0.9",
"tcomb-form-native": "^0.6.14",
"uuid": "^3.3.2"
},
"rnpm": {
"assets": [
"./Assets/Fonts/"
]
}
}