-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
58 lines (58 loc) · 1.56 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
{
"name": "react-native-simple-stepper",
"version": "4.1.0",
"description": "A parity version of the iOS UIStepper.",
"main": "SimpleStepper.tsx",
"scripts": {
"test": "npx jest --coverage",
"lint": "npx eslint .",
"lint:fix": "npx eslint . --fix",
"prettier": "npx prettier --check ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/testshallpass/react-native-simple-stepper.git"
},
"keywords": [
"react-component",
"control",
"react-native-component",
"ios",
"android",
"react-native",
"UIStepper",
"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": {
"@jest/globals": "29.6.3",
"@react-native/babel-preset": "0.73.18",
"@react-native/eslint-config": "0.73.1",
"@react-native/typescript-config": "0.73.1",
"@testing-library/jest-native": "5.4.3",
"@testing-library/react-native": "12.4.1",
"@types/jest": "29.5.11",
"@types/react": "18.2.45",
"@types/react-test-renderer": "18.0.0",
"babel-jest": "29.6.3",
"eslint": "8.55.0",
"jest": "29.6.3",
"prettier": "2.8.8",
"react": "18.2.0",
"react-native": "0.73.0",
"react-test-renderer": "18.2.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.2",
"typescript": "5.0.4"
}
}