-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 841 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 841 Bytes
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
{
"name": "@pqina/react-native-pintura",
"version": "9.0.12",
"description": "Pintura Image Editor Components for use with React Native",
"author": "Rik Schennink at PQINA",
"homepage": "https://pqina.nl/pintura/",
"license": "https://pqina.nl/pintura/license/",
"main": "PinturaEditor.js",
"types": "PinturaEditor.d.ts",
"scripts": {
"postinstall": "node scripts/install"
},
"dependencies": {
"@pqina/pintura": "8.x"
},
"peerDependencies": {
"react": ">=18.x",
"react-native": "^0.x",
"react-native-webview": ">=11",
"webm-muxer": "4.0.1",
"mp4-muxer": "4.0.1"
},
"peerDependenciesMeta": {
"webm-muxer": {
"optional": true
},
"mp4-muxer": {
"optional": true
}
}
}