-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.62 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 1.62 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
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
74
75
{
"name": "react-native-spotlight-guide",
"version": "1.0.7",
"description": "A modern, customizable and high-performance spotlight/walkthrough library for React Native with TypeScript support",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "jest"
},
"keywords": [
"react-native",
"react",
"native",
"spotlight",
"walkthrough",
"onboarding",
"guide",
"tooltip",
"tutorial",
"tour",
"showcase",
"highlight",
"overlay",
"coach",
"marks",
"hints",
"help",
"introduction",
"ios",
"android",
"mobile",
"typescript",
"custom-shapes",
"animations"
],
"author": {
"name": "Furkan Kaya",
"email": "furkankayadev@gmail.com",
"url": "https://github.com/FurkanKayaDev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FurkanKayaDev/react-native-spotlight-guide.git"
},
"bugs": {
"url": "https://github.com/FurkanKayaDev/react-native-spotlight-guide/issues"
},
"homepage": "https://github.com/FurkanKayaDev/react-native-spotlight-guide#readme",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-svg": ">=13.0.0"
},
"files": [
"lib/",
"src/",
"LICENSE",
"README.md",
"package.json"
],
"dependencies": {
"react-native-svg": ">=13.0.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-native": "^0.72.0",
"jest": "^29.0.0",
"react": "^18.2.0",
"react-native": "^0.72.0",
"typescript": "^5.7.3"
}
}