-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 2.05 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
{
"name": "soundMenative",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"lrc-parser": "^1.0.1",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-android-dialog-picker": "^0.0.2",
"react-native-cardview": "^2.0.5",
"react-native-hide-with-keyboard": "^1.2.1",
"react-native-keyboard-view-space": "^1.0.2",
"react-native-music-control": "https://github.com/ngocdangrby/react-native-music-control.git",
"react-native-next-input": "^0.0.9",
"react-native-picker-module": "^1.2.3",
"react-native-sound-player": "^0.10.1",
"react-native-super-grid": "^3.1.1",
"react-native-svg": "^9.13.3",
"react-native-swiper": "^1.6.0-nightly.5",
"react-native-translucent-modal": "^1.1.0",
"typescript": "^3.7.2"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/runtime": "^7.7.2",
"@react-native-community/eslint-config": "^0.0.3",
"babel-jest": "^24.1.0",
"jest": "^24.1.0",
"metro-react-native-babel-preset": "^0.51.1",
"react-native-action-picker": "1.0.2",
"react-native-animatable": "^1.3.3",
"react-native-gesture-handler": "^1.5.0",
"react-native-marquee": "^0.3.2",
"react-native-modal": "^11.5.3",
"react-native-modal-selector": "^1.1.2",
"react-native-navigation-bar-color": "^1.0.0",
"react-native-paper": "^2.16.0",
"react-native-reanimated": "^1.4.0",
"react-native-safe-area": "^0.5.1",
"react-native-status-bar-height": "^2.4.0",
"react-native-svg-transformer": "^0.13.0",
"react-native-web": "^0.11.4",
"react-native-web-swiper": "^2.1.0",
"react-navigation": "^4.0.0",
"react-navigation-material-bottom-tabs": "^1.1.1",
"react-navigation-stack": "^1.10.3",
"react-navigation-tabs": "^2.5.6",
"react-test-renderer": "16.8.1"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
}
}