Skip to content

Commit ec96598

Browse files
committed
build: add packages referenced
1 parent 869b2c7 commit ec96598

File tree

2 files changed

+4584
-5
lines changed

2 files changed

+4584
-5
lines changed

package.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "@terrylinla/react-native-sketch-canvas",
2+
"name": "@sourcetoad/react-native-sketch-canvas",
33
"repository": {
44
"type": "git",
5-
"url": "https://github.com/terrylinla/react-native-sketch-canvas"
5+
"url": "https://github.com/sourcetoad/react-native-sketch-canvas"
66
},
7-
"version": "0.8.0",
7+
"version": "1.0.0",
88
"description": "react-native-sketch-canvas allows you to draw / sketch on both iOS and Android devices and sync the drawing data between users. Of course you can save as image.",
99
"author": "Terry Lin",
1010
"main": "index.js",
@@ -19,5 +19,15 @@
1919
"draw"
2020
],
2121
"nativePackage": true,
22-
"license": "MIT"
23-
}
22+
"license": "MIT",
23+
"peerDependencies": {
24+
"react": "*",
25+
"react-native": "*"
26+
},
27+
"dependencies": {
28+
"@types/react": "^18.0.24",
29+
"@types/react-native": "^0.70.6",
30+
"deprecated-react-native-prop-types": "^2.3.0",
31+
"prop-types": "^15.8.1"
32+
}
33+
}

0 commit comments

Comments
 (0)