-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.01 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.01 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
{
"name": "react-code39-barcode",
"version": "0.2.0",
"description": "",
"main": "dist/index.es.js",
"types": "types/index.d.ts",
"files": [
"dist",
"types"
],
"scripts": {
"build": "npx rollup -c"
},
"keywords": [
"barcode",
"code39",
"react",
"component",
"svg"
],
"author": "Muhammet Barut",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dforrunner/react-code39-barcode"
},
"homepage": "https://github.com/Dforrunner/react-code39-barcode#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Dforrunner/react-code39-barcode.git"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/preset-react": "^7.26.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rollup": "^4.32.0"
},
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"type": "module"
}