forked from githuboftigran/rn-range-slider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 937 Bytes
/
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
{
"name": "rn-range-slider",
"version": "2.2.2",
"author": "Tigran Sahakyan <mail.of.tigran@gmail.com>",
"description": "A highly optimized pure JS implementation of Range Slider for React Native",
"homepage": "https://github.com/githuboftigran/rn-range-slider",
"main": "index.tsx",
"scripts": {
"test": "",
"build": "tsc"
},
"keywords": [
"react",
"native",
"react-native",
"react-component",
"react-native-component",
"android",
"ios",
"custom",
"range",
"slider",
"seekbar"
],
"repository": {
"type": "git",
"url": "https://github.com/githuboftigran/rn-range-slider.git"
},
"devDependencies": {
"@types/react": "^18.0.28",
"react": "18.2.0",
"react-native": "^0.71.3",
"typescript": "^4.9.5"
},
"peerDependencies": {
"react": ">= 16.8.0",
"react-native": ">= 0.60.0",
"typescript": ">= 3"
},
"license": "MIT"
}