xref: /expo/apps/test-suite/package.json (revision 191a2fb0)
1{
2  "name": "test-suite",
3  "version": "1.0.0",
4  "description": "Test suite for the Expo SDK",
5  "main": "__generated__/AppEntry.js",
6  "scripts": {
7    "postinstall": "expo-yarn-workspaces postinstall",
8    "test": "cd runner && yarn && cd .. && node runner/index.js .",
9    "test:web": "node puppeteer-test/index.js",
10    "test:web:ci": "cd puppeteer-test && yarn && cd .. && node puppeteer-test/index.js .",
11    "openbrowser": "/Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome --user-data-dir=/tmp/foo --ignore-certificate-errors --unsafely-treat-insecure-origin-as-secure=https://localhost:19006",
12    "web": "expo start --web-only --web --https",
13    "web:serve": "serve ./web-build"
14  },
15  "author": "",
16  "license": "MIT",
17  "dependencies": {
18    "async-retry": "^1.1.4",
19    "expo": "~34.0.4",
20    "expo-ads-admob": "~6.0.0",
21    "expo-ads-facebook": "~6.0.0",
22    "expo-analytics-segment": "~6.0.0",
23    "expo-application": "^0.0.1-rc.0",
24    "expo-asset": "~6.0.0",
25    "expo-av": "~6.0.0",
26    "expo-barcode-scanner": "~6.0.0",
27    "expo-brightness": "~6.0.0",
28    "expo-calendar": "~6.0.0",
29    "expo-camera": "~6.0.0",
30    "expo-cellular": "~0.0.1",
31    "expo-constants": "~6.0.0",
32    "expo-contacts": "~6.0.0",
33    "expo-crypto": "~6.0.0",
34    "expo-device": "^0.0.1-rc.0",
35    "expo-file-system": "~6.0.2",
36    "expo-gl": "~6.0.0",
37    "expo-google-sign-in": "~6.0.0",
38    "expo-haptics": "~6.0.0",
39    "expo-image-manipulator": "~6.0.0",
40    "expo-keep-awake": "~6.0.0",
41    "expo-localization": "~6.0.0",
42    "expo-location": "~6.0.0",
43    "expo-media-library": "~6.1.0-rc.1",
44    "expo-network": "~0.0.1-rc.0",
45    "expo-permissions": "~6.0.0",
46    "expo-random": "~6.0.0",
47    "expo-secure-store": "~6.0.0",
48    "expo-speech": "~6.0.0",
49    "expo-sqlite": "~6.0.0",
50    "expo-task-manager": "~6.0.0",
51    "expo-web-browser": "~6.0.0",
52    "i18n-js": "^3.0.11",
53    "immutable": "^3.8.1",
54    "jasmine-core": "^2.4.1",
55    "lodash": "^4.17.4",
56    "react": "16.8.3",
57    "react-native": "0.59.8",
58    "react-native-gesture-handler": "~1.3.0",
59    "react-native-web": "^0.11.0",
60    "react-navigation": "^3.12.0",
61    "sinon": "^7.1.1"
62  },
63  "devDependencies": {
64    "@expo/webpack-config": "^0.1.4",
65    "babel-loader": "^8.0.5",
66    "expo-yarn-workspaces": "^1.2.0",
67    "serve": "^10.1.2",
68    "webpack-cli": "^3.3.0"
69  },
70  "browserslist": [
71    ">0.2%",
72    "not dead",
73    "not ie <= 11",
74    "not op_mini all"
75  ]
76}
77