Files
skia-motion-demo/package.json
T
zenadmin b43e54d481 Initial commit
Generated by create-expo-app 4.0.0.
2026-08-22 12:30:22 +02:00

23 lines
464 B
JSON

{
"name": "skia-motion-demo",
"version": "1.0.0",
"main": "index.ts",
"dependencies": {
"expo": "~57.0.15",
"expo-status-bar": "~57.0.1",
"react": "19.2.3",
"react-native": "0.86.2"
},
"devDependencies": {
"@types/react": "~19.2.2",
"typescript": "~6.0.3"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"private": true
}