-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "TPPRadio",
"version": "0.2.5",
"private": true,
"devDependencies": {
"jest-expo": "23.0.0",
"react-native-version": "^2.4.1",
"react-test-renderer": "16.0.0"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js --watch",
"postversion": "react-native-version"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^6.1.0",
"entities": "1.1.1",
"events": "^1.1.1",
"htmlparser2-without-node-native": "3.9.2",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"react": "16.0.0",
"react-native": "0.50.3",
"react-native-elements": "^0.19.0",
"react-native-exit-app": "^1.0.0",
"react-native-htmlview": "^0.12.1",
"react-native-notifications": "^1.2.0",
"react-native-sound": "git+https://github.com/zmxv/react-native-sound.git",
"react-native-vector-icons": "4.5.0",
"rn-viewpager": "^1.2.9"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
}
}