-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.89 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.89 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
{
"name": "react-native-simple-stepper",
"version": "5.0.0",
"description": "A parity version of the iOS UIStepper.",
"main": "SimpleStepper.tsx",
"scripts": {
"test": "npx jest --collectCoverage",
"eslint": "npx eslint .",
"prettier": "npx prettier --check .",
"fix:dedupe": "yarn dedupe"
},
"repository": {
"type": "git",
"url": "git+https://github.com/testshallpass/react-native-simple-stepper.git"
},
"keywords": [
"UIStepper",
"react-native",
"iOS UIStepper",
"Android stepper",
"stepper",
"simple-stepper",
"SimpleStepper",
"simple stepper",
"simple_stepper",
"simple"
],
"author": "Brian Sinnicke",
"license": "MIT",
"bugs": {
"url": "https://github.com/testshallpass/react-native-simple-stepper/issues"
},
"homepage": "https://github.com/testshallpass/react-native-simple-stepper#readme",
"devDependencies": {
"@eslint/compat": "2.0.1",
"@eslint/js": "9.39.2",
"@eslint/json": "0.14.0",
"@eslint/markdown": "7.5.1",
"@react-native/babel-preset": "0.81.5",
"@react-native/eslint-config": "0.81.5",
"@react-native/metro-config": "0.81.5",
"@react-native/typescript-config": "0.81.5",
"@testing-library/react-native": "13.3.3",
"@types/jest": "30.0.0",
"@types/react": "19.1.0",
"@types/react-test-renderer": "19.1.0",
"babel-jest": "30.2.0",
"eslint": "9.39.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-react-native": "5.0.0",
"eslint-plugin-testing-library": "7.15.4",
"eslint-plugin-yml": "1.18.0",
"jest": "30.2.0",
"prettier": "3.8.1",
"react": "19.1.0",
"react-native": "0.81.5",
"react-test-renderer": "19.1.0",
"ts-jest": "29.4.6",
"typescript": "5.9.3",
"typescript-eslint": "8.53.1"
},
"engines": {
"node": ">=20"
},
"packageManager": "yarn@4.12.0"
}