12345678910111213141516171819202122232425262728 |
- {
- "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": "^33.0.0",
- "native-base": "^2.13.8",
- "prop-types": "^15.7.2",
- "react": "16.8.3",
- "react-color": "^2.17.3",
- "react-dom": "^16.8.6",
- "react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
- "react-native-elements": "^1.1.0",
- "react-native-svg": "^9.7.0",
- "react-native-vector-icons": "^6.6.0",
- "react-native-web": "^0.11.4",
- "trapilib": "http://git.onarbooks.com/Klapi/TrapiLib.git"
- },
- "devDependencies": {
- "babel-preset-expo": "^5.1.1"
- },
- "private": true
- }
|