forked from Dforrunner/react-qr-scanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "react-qrcode-scanner",
"version": "1.1.6",
"description": "QR code scanner component for React apps",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dforrunner/react-qr-scanner.git"
},
"keywords": [
"react",
"qr",
"qrcode",
"scanner",
"reader"
],
"author": "Muhammet Barut",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dforrunner/react-qr-scanner/issues"
},
"homepage": "https://github.com/Dforrunner/react-qr-scanner#readme",
"devDependencies": {
"@babel/preset-react": "^7.23.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"jsqr": "^1.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^4.6.0",
"rollup-plugin-peer-deps-external": "^2.2.4"
},
"peerDependencies": {
"jsqr": "^1.4.0",
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
}
}