-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.31 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
48
49
50
51
52
53
{
"name": "@phdulac/react-native-circular-slider",
"version": "1.0.4",
"description": "A React Native component displaying a slider in an circle arc",
"main": "lib/commonjs/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "bob build",
"example": "cd example && yarn start"
},
"author": "phdulac",
"license": "ISC",
"homepage": "https://github.com/phdulac/react-native-circular-slider#readme",
"repository": {
"type": "git",
"url:": "https://github.com/phdulac/react-native-circular-slide.git"
},
"dependencies": {
"react": "^18.2.0",
"react-native": "^0.73.4",
"react-native-svg": "^14.1.0",
"typescript": "^5.3.3",
"@phdulac/react-native-circular-slider": "file:./test"
},
"devDependencies": {
"@types/react": "^18.2.55",
"react-native-builder-bob": "^0.23.2"
},
"react-native": "src/index.tsx",
"source": "src/index.tsx",
"module": "lib/module/index.js",
"types": "lib/typescript/src/index.d.ts",
"files": [
"src",
"lib",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
"typescript"
]
},
"eslintIgnore": [
"node_modules/",
"lib/"
]
}