-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "react-native-reanimated-graph",
"version": "0.0.4",
"description": "Reanimated graph react-native react-native-graph",
"types": "lib/Graph.d.ts",
"main": "lib/Graph",
"scripts": {
"build": "rm ./lib/* && tsc",
"pre": "rm ./lib/* && tsc && npm version patch"
},
"repository": {
"type": "git",
"url": "https://github.com/BruceSuperProgramer/react-native-reanimated-graph"
},
"bugs": {
"url": "https://github.com/BruceSuperProgramer/react-native-reanimated-graph/issues"
},
"homepage": "https://github.com/BruceSuperProgramer/react-native-reanimated-graph",
"author": "Bruce He",
"license": "MIT",
"dependencies": {
"react-native-redash": "^16.0.5",
"react-native-svg": "^12.1.0",
"d3-scale": "^3.2.2",
"d3-shape": "^2.0.0",
"react-native-reanimated": "^2.0.0",
"react-native-gesture-handler": "^1.9.0"
},
"devDependencies": {
"@types/react-native": "^0.62.0",
"tslint": "^5.9.1",
"tslint-config-prettier": "^1.9.0",
"tslint-react": "^3.5.1",
"typescript": "^3.8.3",
"@types/d3-scale": "^2.2.0",
"@types/d3-shape": "^1.3.2"
},
"peerDependencies": {
"react": "16.11.0",
"react-native": "0.62.2"
},
"files": [
"lib"
]
}