-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.05 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.05 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
45
46
{
"name": "react-native-qibla-compass",
"version": "1.4.0",
"description": "Qibla Compass component and hook for React Native apps. Works with both Expo and React Native CLI projects.",
"main": "index.js",
"files": [
"index.js",
"assets/"
],
"scripts": {
"lint": "eslint . --ext .js,.jsx --ignore-path .gitignore --fix --max-warnings 0"
},
"keywords": [
"qibla",
"compass",
"react-native",
"expo",
"islamic",
"prayer",
"mecca",
"kaaba",
"direction",
"magnetometer"
],
"author": "Muhamed Muminovic",
"license": "ISC",
"dependencies": {
"prop-types": "^15.8.1",
"react-native-size-matters": "^0.4.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.60.0",
"expo-location": ">=14.0.0",
"expo-sensors": ">=11.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mmuminovic/react-native-qibla-compass"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-universe": "^12.0.0",
"prettier": "^3.2.5"
}
}