-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.93 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": "kipp",
"version": "0.0.1",
"private": true,
"scripts": {
"cleaninit": "rm -rf node_modules ios android && npm run init",
"init": "npm install && ./scripts/bootstrap-ios.sh",
"ios": "react-native run-ios",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"diffs": "./scripts/generate_ios_diffs.sh"
},
"dependencies": {
"@react-native-community/async-storage": "^1.3.3",
"eslint-plugin-jest": "^22.4.1",
"firebase": "^6.0.2",
"i18next": "^15.0.9",
"lodash": "^4.17.11",
"lottie-react-native": "^2.6.1",
"moment": "^2.24.0",
"murmurhash": "0.0.2",
"open-color": "^1.6.3",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-art": "^16.8.6",
"react-dom": "^16.8.6",
"react-i18next": "^10.8.0",
"react-native": "0.59.8",
"react-native-device-info": "^2.1.1",
"react-native-fast-image": "^6.0.1",
"react-native-fbsdk": "^0.8.0",
"react-native-firebase": "^5.4.0",
"react-native-gesture-handler": "^1.1.0",
"react-native-indicators": "^0.13.0",
"react-native-linear-gradient": "^2.5.4",
"react-native-localize": "^1.1.2",
"react-native-snap-carousel": "^3.8.0",
"react-native-touch-id": "^4.4.1",
"react-native-vector-icons": "^6.4.2",
"react-native-web": "^0.11.2",
"react-navigation": "^3.8.1"
},
"devDependencies": {
"@babel/core": "7.4.3",
"@babel/runtime": "7.4.3",
"acorn": "^6.1.1",
"babel-eslint": "^10.0.1",
"babel-jest": "24.7.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"jest": "24.7.1",
"metro-react-native-babel-preset": "0.53.1",
"prettier": "^1.17.0",
"react-native-asset": "^1.1.3",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
}
}