-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 879 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 879 Bytes
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
{
"name": "react-native-custom-scroll-indicator",
"version": "1.0.8",
"main": "src/index.tsx",
"description": "react native custom indicator",
"author": "Jevons",
"keywords": [
"react native",
"react native indicator",
"react-native-custom-scroll-indicator"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/JevonsCode/react-native-custom-scroll-indicator.git"
},
"devDependencies": {
"@types/react": "^17.0.40",
"@types/react-native": "^0.67.3",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"prettier": "^2.6.0",
"typescript": "^4.6.2"
},
"dependencies": {}
}