forked from gcoro/react-qrcode-logo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 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-qrcode-logo",
"version": "2.8.0",
"description": "React component to generate a QR Code customizable with logo and more properties",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gcoro/react-qrcode-logo.git"
},
"keywords": [
"react",
"typescript",
"qrcode",
"custom",
"logo",
"opacity",
"padding"
],
"author": "Giulia Corò, Franco Berton",
"license": "MIT",
"bugs": {
"url": "https://github.com/gcoro/react-qrcode-logo/issues"
},
"homepage": "https://github.com/gcoro/react-qrcode-logo#readme",
"devDependencies": {
"@types/react": "^16.4.7",
"@types/react-dom": "^16.0.6",
"typescript": "^3.0.1",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"dependencies": {
"lodash.isequal": "^4.5.0",
"qrcode-generator": "^1.4.1"
},
"peerDependencies": {
"react": ">=16.4.1",
"react-dom": ">=16.4.1"
}
}