-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 868 Bytes
/
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
{
"name": "pianokeyboard",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"deploy": "gh-pages -t -d dist",
"predeploy": "expo export -p web"
},
"dependencies": {
"@expo/metro-runtime": "~3.2.3",
"expo": "~51.0.26",
"expo-av": "~14.0.6",
"expo-dev-client": "~4.0.22",
"expo-image": "~1.12.13",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-web": "~0.19.10",
"react-native-webview": "13.8.6",
"tonal": "^6.2.0",
"tone": "^15.0.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"gh-pages": "^6.1.1",
"typescript": "^5.1.3"
},
"private": true
}