-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.53 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.53 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
76
77
78
{
"name": "@strv/react-native-hero-carousel",
"version": "0.1.13",
"homepage": "https://github.com/strvcom/react-native-hero-carousel",
"description": "A customizable hero carousel component for React Native",
"bugs": {
"url": "https://github.com/strvcom/react-native-hero-carousel/issues"
},
"keywords": [
"react-native",
"carousel",
"hero",
"slider",
"reanimated"
],
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"prepare": "husky install",
"example": "cd example && yarn start",
"type:check": "tsc --noEmit",
"format:check": "prettier --check '**/*.{ts,tsx,md,json}'",
"format:fix": "prettier --write '**/*.{ts,tsx,md,json}'",
"lint": "eslint ./src",
"lint:fix": "eslint --fix .",
"test": "jest --passWithNoTests"
},
"author": "strvcom <strvcom@strv.com>",
"license": "MIT",
"peerDependencies": {
"react": ">=17.0.0",
"react-native": ">=0.70.0",
"react-native-reanimated": ">=3.0.0"
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@sentry/react-native|native-base|react-native-svg)"
]
},
"devDependencies": {
"@auto-it/conventional-commits": "^11.3.0",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.25.2",
"@babel/preset-flow": "^7.9.0",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.25.0",
"@react-native/babel-preset": "^0.79.3",
"@testing-library/react-native": "^13.2.0",
"@types/jest": "^29.5.14",
"@types/react": "~19.0.10",
"@types/react-native": "^0.72.0",
"auto": "^11.3.0",
"eslint": "^9.25.0",
"eslint-config-expo": "~9.2.0",
"eslint-config-prettier": "^10.1.5",
"eslint-import-resolver-typescript": "^4.3.5",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.4.0",
"husky": "^9.1.7",
"jest": "~29.7.0",
"lint-staged": "^16.0.0",
"prettier": "^3.5.3",
"react": "^19.1.0",
"react-native": "^0.80.0",
"react-native-gesture-handler": "^2.24.0",
"react-native-reanimated": "^3.18.0",
"typescript": "~5.8.3"
},
"files": [
"src"
],
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/strvcom/react-native-hero-carousel",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}