UNPKG

1.62 kBJSONView Raw
1{
2 "name": "expo",
3 "version": "22.0.0-rc.0",
4 "description": "The Expo SDK",
5 "main": "src/Expo.js",
6 "files": [
7 "src",
8 "tools",
9 "AppEntry.js"
10 ],
11 "scripts": {
12 "lint": "eslint src tools",
13 "test": "jest --watch"
14 },
15 "jest": {
16 "preset": "jest-expo",
17 "clearMocks": true,
18 "testRegex": "/__tests__/.*-test\\.js$"
19 },
20 "eslintConfig": {
21 "root": true,
22 "extends": "universe/native"
23 },
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/expo/expo-sdk.git"
27 },
28 "keywords": [
29 "expo"
30 ],
31 "author": "Expo",
32 "license": "MIT",
33 "bugs": {
34 "url": "https://github.com/expo/expo-sdk/issues"
35 },
36 "homepage": "https://github.com/expo/expo-sdk",
37 "dependencies": {
38 "@expo/vector-icons": "^5.0.0",
39 "babel-preset-expo": "^3.0.0",
40 "fbemitter": "^2.1.1",
41 "lodash.map": "^4.6.0",
42 "lodash.zipobject": "^4.1.3",
43 "lottie-react-native": "2.2.0",
44 "md5-file": "^3.1.1",
45 "pretty-format": "^20.0.3",
46 "prop-types": "^15.5.10",
47 "qs": "^6.5.0",
48 "react-native-branch": "2.0.0-beta.3",
49 "react-native-gesture-handler": "1.0.0-alpha.28",
50 "react-native-maps": "0.17.0",
51 "react-native-svg": "5.4.1",
52 "uuid-js": "^0.7.5",
53 "websql": "https://github.com/expo/node-websql/archive/18.0.0.tar.gz"
54 },
55 "devDependencies": {
56 "@expo/npm-proofread": "^1.0.1",
57 "eslint": "^4.6.1",
58 "eslint-config-universe": "^1.0.5",
59 "flow-bin": "^0.54.0",
60 "jest-expo": "21.0.2-SNAPSHOT.dfc39753",
61 "prettier": "^1.6.0",
62 "react": "16.0.0-alpha.12",
63 "react-native": "expo/react-native#sdk-21"
64 }
65}