forked from centralufabc/ufabccentral
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.46 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
{
"name": "ufabccentral",
"version": "0.0.1",
"private": true,
"scripts": {
"postinstall": "sh ./fix.sh",
"lint": "eslint *.js **/*.js",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@shoutem/ui": "^0.23.18",
"axios": "^0.18.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.23",
"react": "16.6.3",
"react-moment": "^0.8.4",
"react-native": "0.58.4",
"react-native-amplitude-analytics": "^0.2.6",
"react-native-dropdown": "0.0.6",
"react-native-elevated-view": "0.0.6",
"react-native-gesture-handler": "^1.0.17",
"react-native-material-dropdown": "^0.11.1",
"react-native-popup-dialog": "^0.18.0",
"react-native-snap-carousel": "^3.7.5",
"react-native-vector-icons": "^6.4.1",
"react-navigation": "2.14.2"
},
"devDependencies": {
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^8.2.6",
"babel-jest": "24.1.0",
"eslint": "^3.11.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-config-airbnb-base": "^10.0.1",
"eslint-config-quintoandar-pwa": "^2.0.0",
"eslint-import-resolver-webpack": "^0.8.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-quintoandar": "^1.1.0",
"eslint-plugin-react": "^6.7.1",
"jest": "24.1.0",
"metro-react-native-babel-preset": "0.51.1",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
}
}