swimtracker-app/package.json

29 lines
760 B
JSON
Raw Normal View History

2019-09-17 20:24:01 +02:00
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"expo": "^34.0.1",
"expo-linear-gradient": "^6.0.0",
2020-05-16 12:36:05 +02:00
"msgpack5": "^4.2.1",
"native-base": "2.13.8",
"prop-types": "^15.7.2",
2019-09-17 20:24:01 +02:00
"react": "16.8.3",
2020-05-16 12:36:05 +02:00
"react-dom": "^16.13.1",
2019-09-17 20:24:01 +02:00
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
2020-05-16 12:36:05 +02:00
"react-native-chart-kit": "^3.13.0",
"react-native-svg": "^9.13.6",
2019-09-17 20:24:01 +02:00
"react-native-unimodules": "^0.5.4",
"react-native-web": "^0.11.4"
},
"devDependencies": {
"babel-preset-expo": "^6.0.0"
},
"private": true
}