-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "saltoPopUpApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "itermocil",
"start-metro": "node node_modules/react-native/local-cli/cli.js start",
"rename": "node node_modules/react-native-rename/lib/index.js --",
"test": "jest",
"tsc": "tsc",
"clean": "rimraf artifacts",
"build": "npm run clean && copyfiles src/assets/**/*.png artifacts/ && npm run tsc --",
"lint": "tslint src/**/*.tsx",
"watch": "npm run build -- -w",
"helpme": "node help.js"
},
"dependencies": {
"@types/date-fns": "^2.6.0",
"@types/lodash": "^4.14.134",
"@types/react-native-share": "^1.1.1",
"@types/react-native-vector-icons": "^6.4.0",
"@types/react-native-video": "^3.1.2",
"@types/socket.io-client": "^1.4.32",
"axios": "^0.18.0",
"date-fns": "^1.30.1",
"hoist-non-react-statics": "^3.3.0",
"lodash": "^4.17.11",
"node-polyglot": "^2.3.0",
"react": "16.8.3",
"react-native": "0.59.8 ",
"react-native-config": "^0.11.6",
"react-native-firebase": "^5.4.0",
"react-native-gesture-handler": "^1.0.10",
"react-native-inappbrowser-reborn": "^2.0.4",
"react-native-orientation-locker": "^1.1.6",
"react-native-share": "^1.1.3",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^8.0.8",
"react-native-swift": "^1.2.2",
"react-native-track-player": "^1.1.4",
"react-native-vector-icons": "^6.4.2",
"react-native-video": "^4.4.1",
"react-navigation": "^3.0.2",
"socket.io-client": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/runtime": "^7.4.4",
"@types/node-polyglot": "^0.4.31",
"@types/react": "^16.7.6",
"@types/react-native": "^0.57.11",
"@types/react-navigation": "^2.13.5",
"babel-jest": "^24.8.0",
"babel-plugin-module-resolver": "^3.1.1",
"concurrently": "^4.1.0",
"copyfiles": "^2.1.0",
"flat": "^4.1.0",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.54.0",
"nodemon": "^1.18.7",
"react-test-renderer": "16.8.3",
"rimraf": "^2.6.2",
"traverse": "^0.6.6",
"tslint": "^5.11.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-loader": "^3.5.4",
"tslint-react": "^3.6.0",
"typescript": "^3.1.6"
},
"jest": {
"preset": "react-native"
},
"isSwift": true
}