forked from mohebifar/react-native-copilot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 2.93 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"_args": [
[
"git+https://github.com/ramicaza/react-native-copilot.git",
"/Users/nico/Desktop/FlashPlays/App"
]
],
"_from": "git+https://github.com/ramicaza/react-native-copilot.git",
"_id": "react-native-copilot@git+https://github.com/ramicaza/react-native-copilot.git#39394722bcaf95ca5860019c50ccc612ef4ff771",
"_inBundle": false,
"_integrity": "",
"_location": "/react-native-copilot",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "git+https://github.com/ramicaza/react-native-copilot.git",
"rawSpec": "git+https://github.com/ramicaza/react-native-copilot.git",
"saveSpec": "git+https://github.com/ramicaza/react-native-copilot.git",
"fetchSpec": "https://github.com/ramicaza/react-native-copilot.git",
"gitCommittish": null
},
"_requiredBy": [
"/"
],
"_resolved": "git+https://github.com/ramicaza/react-native-copilot.git#39394722bcaf95ca5860019c50ccc612ef4ff771",
"_spec": "git+https://github.com/ramicaza/react-native-copilot.git",
"_where": "/Users/nico/Desktop/FlashPlays/App",
"author": {
"name": "Mohamad Mohebifar",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/mohebifar/react-native-copilot/issues"
},
"bundleDependencies": false,
"dependencies": {
"hoist-non-react-statics": "^3.0.1",
"mitt": "^1.1.3"
},
"deprecated": false,
"description": "Make an interactive step by step tour guide for you react-native app",
"devDependencies": {
"babel-eslint": "^8.0.1",
"babel-jest": "^21.2.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react-native": "^4.0.0",
"eslint": "^4.8.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"jest": "^24.8.0",
"jest-react-native": "^18.0.0",
"react": ">=16.8.0",
"react-native": ">=0.59.0",
"react-native-svg": "^9.5.1",
"react-test-renderer": ">=16.8.0"
},
"files": [
"src"
],
"homepage": "https://github.com/mohebifar/react-native-copilot#readme",
"jest": {
"preset": "react-native",
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
},
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element)"
],
"modulePathIgnorePatterns": [
"example"
],
"globals": {
"__TEST__": true
}
},
"keywords": [
"react-native",
"react-native-joyride",
"react",
"copilot",
"intro.js",
"intro"
],
"license": "MIT",
"main": "src/index.js",
"name": "react-native-copilot",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/mohebifar/react-native-copilot.git"
},
"scripts": {
"lint": "eslint src/",
"test": "jest src/"
},
"version": "2.4.6"
}