-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.08 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.08 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
79
80
81
82
83
84
85
86
87
{
"name": "react-native-bevelspin-view",
"version": "1.1.1",
"main": "index.ts",
"license": "Apache-2.0",
"description": "React native bevel spin view component",
"author": "Theo <for4die@sina.com> (https://github.com/282931)",
"scripts": {
"start": "echo ----- Check example folder ----- 👻",
"publish": "npm publish",
"publish:beta": "npm publish --tag beta"
},
"devDependencies": {
"@react-native-community/eslint-config": "^3.0.0",
"@types/jest": "^26.0.24",
"@types/react": "^17.0.15",
"@types/react-native": "^0.64.12",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "27.0.6",
"eslint": "^7.32.0",
"eslint-plugin-detox": "^1.0.0",
"eslint-plugin-import": "^2.23.4",
"jest": "27.0.6",
"metro-react-native-babel-preset": "^0.66.2",
"pre-commit": "^1.2.2",
"prettier": "^2.3.2",
"prettier-eslint": "^13.0.0",
"react-dom": "16.14.0",
"react": "17.0.1",
"react-native": "0.64.2",
"react-native-testing-library": "^6.0.0",
"react-test-renderer": "17.0.2",
"typescript": "4.2.3",
"react-native-reanimated": "2.2.0"
},
"peerDependencies": {
"react-native": ">=0.62.0"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json",
"node"
],
"modulePathIgnorePatterns": [
"<rootDir>/example/"
]
},
"pre-commit": {
"run": [
"lint-and-test"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/282931/react-native-bevelspin-view.git"
},
"bugs": {
"url": "https://github.com/282931/react-native-bevelspin-view/issues"
},
"homepage": "https://github.com/282931/react-native-bevelspin-view#readme",
"keywords": [
"hooks",
"reanimated",
"typescript",
"component",
"react native",
"react-native",
"react",
"native",
"images",
"infinite",
"spin",
"bevel",
"cards",
"android",
"ios",
"ios widget",
"3d"
],
"contributors": [
"Theo <for4die@sina.com> (https://github.com/282931)"
]
}