-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
51 lines (51 loc) · 1.55 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
{
"name": "react-native-walkthrough",
"version": "0.2.1",
"description": "A lightweight walkthrough library for React Native utilizing React's Context API",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "tsdx build --name react-native-walkthrough",
"start": "tsdx watch ",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tsdx lint",
"prepare": "tsdx build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jasongaare/react-native-walkthrough.git"
},
"author": "Jason Gaare",
"license": "ISC",
"bugs": {
"url": "https://github.com/jasongaare/react-native-walkthrough/issues"
},
"homepage": "https://github.com/jasongaare/react-native-walkthrough#readme",
"dependencies": {
"events": "3.0.0",
"react-native-walkthrough-tooltip": "1.1.7"
},
"peerDependencies": {
"react": "^16.4.1",
"react-native": "^0.56.0"
},
"devDependencies": {
"@react-native-community/eslint-config": "^1.0.0",
"@types/events": "^3.0.0",
"@types/jest": "^24.9.0",
"@types/react": "^16.9.17",
"@types/react-native": "^0.60.30",
"@types/react-test-renderer": "^16.9.1",
"babel-core": "6.26.3",
"babel-eslint": "8.2.3",
"eslint": "^6.8.0",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.12.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-no-mixed-operators": "1.1.1",
"eslint-plugin-react": "7.8.2",
"eslint-plugin-react-native": "3.2.1",
"tsdx": "^0.13.1",
"typescript": "^3.7.4"
}
}