This repository was archived by the owner on Jul 13, 2022. It is now read-only.
forked from terrylinla/react-native-sketch-canvas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.64 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.64 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "react-native-reanimated-canvas",
"repository": {
"type": "git",
"url": "https://github.com/ShaMan123/react-native-reanimated-canvas"
},
"version": "3.0.1",
"description": "a light-weight, low-level, responsive sketching component",
"author": "ShaMan123 (https://github.com/ShaMan123)",
"contributors": [],
"main": "src/index.ts",
"keywords": [
"react-native",
"react-native-sketch",
"react-native-sketch-canvas",
"react-native-svg",
"react",
"native",
"sketch",
"canvas",
"svg",
"draw",
"path",
"intersect",
"paint"
],
"nativePackage": true,
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"optionalDependencies": {
"react-native-gesture-handler": "^1.5.0",
"react-native-reanimated": "github:ShaMan123/react-native-reanimated"
},
"dependencies": {},
"devDependencies": {
"@types/jest": "^24.0.22",
"@types/lodash": "^4.14.146",
"@types/react": "^16.9.11",
"@types/react-native": "^0.60.22",
"@types/react-test-renderer": "^16.9.1",
"lodash": "^4.17.11",
"react-native-gesture-handler": "^1.5.0",
"react-native-reanimated": "github:ShaMan123/react-native-reanimated",
"semver": "^6.2.0",
"typescript": "^3.7.3",
"yargs": "^14.0.0"
},
"scripts": {
"publish:next": "node scripts/publish.js --tag next",
"publish:latest": "node scripts/publish.js"
},
"files": [
"/src",
"/android",
"/ios",
"base.ts",
"react-native-reanimated-canvas.d.ts",
"ReanimatedCanvas.podspec"
],
"homepage": "https://shaman123.github.io/react-native-reanimated-canvas/"
}