-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.16 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.16 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
{
"name": "@react-native-community/slider",
"version": "4.2.4",
"license": "MIT",
"author": "react-native-community",
"homepage": "https://github.com/callstack/react-native-slider#readme",
"description": "React Native component used to select a single value from a range of values.",
"publishConfig": {
"access": "public"
},
"main": "dist/Slider.js",
"types": "typings/index.d.ts",
"keywords": [
"react-native",
"react native",
"slider"
],
"scripts": {
"prepare": "babel --out-dir dist js"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.6.2",
"@babel/preset-flow": "^7.9.0",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "0.0.5",
"babel-jest": "^24.9.0",
"babel-plugin-module-resolver": "3.1.3",
"eslint": "^6.5.1",
"flow-bin": "^0.163.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.70.1",
"react-test-renderer": "16.9.0",
"typescript": "^4.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/callstack/react-native-slider.git"
}
}