forked from expo/expo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "test-suite",
"version": "1.0.0",
"description": "Test suite for the Expo SDK",
"main": "__generated__/AppEntry.js",
"scripts": {
"postinstall": "expo-yarn-workspaces postinstall",
"test": "cd runner && yarn && cd .. && node runner/index.js .",
"test:web": "node puppeteer-test/index.js",
"test:web:ci": "cd puppeteer-test && yarn && cd .. && node puppeteer-test/index.js .",
"web": "webpack-dev-server -d --open --config webpack.ci.js --env.development=true",
"web:serve": "serve ./web-build"
},
"author": "",
"license": "MIT",
"powertools": {
"group": "client"
},
"dependencies": {
"async-retry": "^1.1.4",
"expo": "^33.0.0-alpha.web.3",
"expo-ads-admob": "^5.0.0-rc.0",
"expo-ads-facebook": "^5.0.0-rc.0",
"expo-analytics-segment": "^5.0.0-rc.0",
"expo-asset": "^5.0.0-rc.0",
"expo-av": "^5.0.0-rc.0",
"expo-barcode-scanner": "^5.0.0-rc.0",
"expo-brightness": "^5.0.0-rc.0",
"expo-calendar": "^5.0.0-rc.0",
"expo-camera": "^5.0.0-rc.0",
"expo-constants": "^5.0.0-rc.0",
"expo-contacts": "^5.0.0-rc.0",
"expo-file-system": "^5.0.0-rc.0",
"expo-gl": "^5.0.0-rc.0",
"expo-haptics": "^5.0.0-rc.0",
"expo-image-manipulator": "^5.0.0-rc.0",
"expo-localization": "^5.0.0-rc.0",
"expo-location": "^5.0.0-rc.0",
"expo-media-library": "^5.0.0-rc.1",
"expo-permissions": "^5.0.0-rc.0",
"expo-random": "^5.0.0-rc.0",
"expo-secure-store": "^5.0.0-rc.0",
"expo-speech": "^5.0.0-rc.0",
"expo-sqlite": "^5.0.0-rc.0",
"expo-task-manager": "^5.0.0-rc.0",
"expo-web-browser": "^5.0.0-rc.0",
"i18n-js": "^3.0.11",
"immutable": "^3.8.1",
"jasmine-core": "^2.4.1",
"lodash": "^4.17.4",
"react": "16.8.3",
"react-native": "0.59.8",
"react-native-web": "^0.11.0",
"sinon": "^7.1.1"
},
"devDependencies": {
"@expo/webpack-config": "^0.1.4",
"babel-loader": "^8.0.5",
"expo-yarn-workspaces": "^1.0.0",
"serve": "^10.1.2",
"webpack-cli": "^3.3.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}