-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.14 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
{
"name": "rn-arc-slider",
"version": "1.0.0",
"prepublish": "tsc",
"description": "React Native Component for arc slider using React Native Svg",
"main": "dist/index.js",
"files": [
"dist/**"
],
"scripts": {
"test": "jest",
"build:docs": "ts-node scripts/docs.ts",
"build": "npm run build:docs && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arpitBhalla/rn-arc-slider.git"
},
"keywords": [
"react-native",
"slider",
"rn",
"react-native-slider"
],
"author": "Arpit Bhalla",
"license": "MIT",
"bugs": {
"url": "https://github.com/arpitBhalla/rn-arc-slider/issues"
},
"homepage": "https://github.com/arpitBhalla/rn-arc-slider#readme",
"peerDependencies": {
"react": "^17.0.2",
"react-native": "^0.62.0",
"react-native-svg": "^12.1.1"
},
"devDependencies": {
"@types/react": "^17.0.19",
"@types/node": "^16.7.1",
"@types/react-native": "^0.64.13",
"react": "^17.0.2",
"react-docgen-typescript": "^2.1.0",
"react-native": "^0.62.0",
"react-native-svg": "^12.1.1",
"ts-node": "^10.2.1",
"typescript": "^4.3.5"
}
}