-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
71 lines (71 loc) · 1.79 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
{
"name": "@expo/match-media",
"version": "0.4.0",
"sideEffects": true,
"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": "github:expo/match-media",
"files": [
"build"
],
"bugs": {
"url": "https://github.com/expo/match-media/issues"
},
"scripts": {
"start": "expo start",
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"contributors": [
"Evan Bacon <[email protected]> (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"
},
"peerDependencies": {
"expo": "*",
"expo-screen-orientation": "*"
},
"jest": {
"preset": "jest-expo/universal"
},
"devDependencies": {
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"eslint-plugin-react": "^7.26.1",
"expo": "~44.0.3",
"expo-module-scripts": "^2.0.0",
"expo-screen-orientation": "^4.1.1",
"jest-expo": "^43.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-web": "~0.17.1",
"react-responsive": "^8.2.0",
"eslint": "^7.25.0",
"eslint-config-universe": "^7.0.1",
"prettier": "^2.0.4",
"typescript": "^4.2.4"
}
}