-
Notifications
You must be signed in to change notification settings - Fork 180
/
package.json
56 lines (56 loc) · 1.37 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
{
"name": "react-native-onboarding-swiper",
"version": "1.3.0",
"description": "Delightful Onboarding for your React-Native App",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jfilter/react-native-onboarding-swiper"
},
"keywords": [
"React",
"Native",
"React-Native",
"Component",
"Onboarding",
"Tutorial",
"Intro",
"Swiper",
"Welcome",
"Introduction",
"Instructions"
],
"author": "Gosha Arinich, Johannes Filter",
"license": "MIT",
"bugs": {
"url": "https://github.com/jfilter/react-native-onboarding-swiper/issues"
},
"homepage": "https://github.com/jfilter/react-native-onboarding-swiper#readme",
"dependencies": {
"tinycolor2": "^1.4.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.4.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-react-native": "^4.1.0",
"prettier": "^1.9.2"
},
"peerDependencies": {
"prop-types": "*",
"react": "*",
"react-native": "*"
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5"
}
}