1234567891011121314151617181920212223242526 |
- {
- "name": "MaMeteo",
- "version": "0.1.0",
- "private": true,
- "devDependencies": {
- "react-native-scripts": "0.0.31",
- "jest-expo": "~1.0.1",
- "react-test-renderer": "16.0.0-alpha.6"
- },
- "main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
- "scripts": {
- "start": "react-native-scripts start",
- "eject": "react-native-scripts eject",
- "android": "react-native-scripts android",
- "ios": "react-native-scripts ios",
- "test": "node node_modules/jest/bin/jest.js --watch"
- },
- "jest": {
- "preset": "jest-expo"
- },
- "dependencies": {
- "expo": "^17.0.0",
- "react": "16.0.0-alpha.6",
- "react-native": "^0.44.0"
- }
- }
|