-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.19 KB
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
{
"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.1",
"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.5",
"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"
]
}