forked from expo/match-media
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.82 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
70
71
72
73
{
"name": "@expo/match-media",
"version": "0.0.0-alpha.5",
"sideEffects": true,
"private": false,
"description": "Universal polyfill for match media API using Expo APIs on mobile",
"main": "build/index.js",
"types": "build/index.d.ts",
"homepage": "https://github.com/expo/match-media#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/expo/match-media.git"
},
"files": [
"build"
],
"bugs": {
"url": "https://github.com/expo/match-media/issues"
},
"scripts": {
"start": "expo start",
"build": "expo-module build",
"lint": "expo-module lint",
"clean": "expo-module clean",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"contributors": [
"Evan Bacon <bacon@expo.io> (https://github.com/evanbacon)"
],
"keywords": [
"css",
"css-in-js",
"match-media",
"expo",
"expo-web",
"react",
"react-native",
"react-native-web"
],
"author": "Expo",
"license": "MIT",
"dependencies": {
"css-mediaquery": "^0.1.2"
},
"unimodulePeerDependencies": {
"@unimodules/core": "*"
},
"peerDependencies": {
"expo": "^35.0.1 || ^36.0.0",
"react-native": "*"
},
"jest": {
"preset": "jest-expo/universal"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
"eslint": "^6.6.0",
"eslint-config-universe": "^2.0.0",
"expo": "^35.0.1",
"expo-module-scripts": "^1.1.1",
"jest-expo": "^35.0.0",
"prettier": "^1.19.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-web": "^0.11.7",
"react-responsive": "^8.0.1"
}
}