-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathpackage.json
74 lines (74 loc) · 2.12 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
{
"name": "rn-swipe-button",
"version": "2.0.3",
"description": "react native swipe/slide button component",
"main": "index.js",
"scripts": {
"test": "jest --config jest.config.js",
"lint": "eslint .",
"format": "prettier --write 'src/**/*.js'",
"prepare": "husky",
"updateSnapshot": "jest --config jest.config.js --updateSnapshot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UdaySravanK/RNSwipeButton.git"
},
"keywords": [
"react-native-swipe-button",
"swipe-button",
"rn-swipe-button",
"swipeable-button",
"swipeable",
"swipe",
"slide-to-unlock",
"slide-button",
"react-native-slide-button",
"react-native-slide",
"swipe-to-unlock",
"rn-slide-button",
"right-to-left-swipe-button",
"right-to-left-slide-button",
"swipe-right-to-left",
"swipe-left-to-right",
"slide"
],
"author": "Uday Sravan Kumar Kamineni",
"license": "MIT",
"bugs": {
"url": "https://github.com/UdaySravanK/RNSwipeButton/issues"
},
"homepage": "https://github.com/UdaySravanK/RNSwipeButton#readme",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@eslint/js": "^9.4.0",
"@jest/globals": "^29.7.0",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/babel-preset": "^0.76.1",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.8.1",
"@tsconfig/react-native": "^2.0.2",
"@types/react-test-renderer": "^18.3.0",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.2",
"globals": "^15.3.0",
"husky": "^9.0.1",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "^0.77.0",
"pretty-quick": "^2.0.1",
"react-test-renderer": "^18.3.1",
"stylelint-config-prettier": "^8.0.1",
"stylelint-prettier": "^1.1.2",
"ts-jest": "^29.2.5",
"typescript-eslint": "^7.12.0"
},
"peerDependencies": {
"react": ">=18.1.0",
"react-native": ">=0.70.0"
},
"types": "./types.d.ts"
}