This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 2.28 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": "concerto",
"version": "0.1.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "APP_VARIANT=production expo start",
"dev": "APP_VARIANT=development expo start --dev-client",
"android": "APP_VARIANT=development expo start --android",
"build-dev": "eas build --profile development --platform android",
"build-prev": "eas build --profile preview --platform android",
"build-prod": "eas build --profile production --platform android",
"eject": "expo eject",
"debug": "react-devtools"
},
"dependencies": {
"@config-plugins/react-native-webrtc": "^3.0.0",
"@expo-google-fonts/nunito": "^0.2.2",
"@expo/config-plugins": "^4.1.4",
"@miblanchard/react-native-slider": "^2.1.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-picker/picker": "2.4.0",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"@reduxjs/toolkit": "^1.8.1",
"@shopify/react-native-skia": "^0.1.123",
"async-lock": "^1.3.1",
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"expo": "^45.0.0",
"expo-constants": "~13.1.1",
"expo-crypto": "~10.2.0",
"expo-dev-client": "~0.9.6",
"expo-font": "~10.1.0",
"expo-linear-gradient": "~11.3.0",
"expo-screen-orientation": "~4.2.0",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"fast-deep-equal": "^3.1.3",
"install": "^0.13.0",
"lodash": "^4.17.21",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-gesture-handler": "~2.2.1",
"react-native-midi": "git+https://git@github.com/concerto-app/react-native-midi.git",
"react-native-picker-select": "^8.0.4",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-sound": "^0.11.2",
"react-native-web": "0.17.7",
"react-native-webrtc": "^1.100.1",
"react-redux": "^8.0.1",
"twrnc": "^3.3.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/async-lock": "^1.1.5",
"@types/lodash": "^4.14.182",
"@types/react": "~17.0.21",
"@types/react-native": "~0.67.6",
"prettier": "^2.6.2",
"react-devtools": "^4.24.6",
"tailwindcss": "^3.0.24",
"typescript": "~4.3.5"
},
"private": true
}