forked from wonsikin/react-native-barcode-builder
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.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-native-barcode-expo",
"version": "2.0.0",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/pthongtaem/react-native-barcode-builder"
},
"license": "Apache-2.0",
"source": "src/index.tsx",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
"build": "microbundle --jsx React.createElement --no-compress",
"lint": "eslint ./"
},
"keywords": [
"react-native",
"expo",
"barcode"
],
"author": "Pol Thongtaem <[email protected]>",
"type": "module",
"dependencies": {
"jsbarcode": "^3.11.5",
"react-native-svg": "13.4.0"
},
"peerDependencies": {
"prop-types": "^15.8.1",
"react": "18.0.0",
"react-native": "0.69.5"
},
"devDependencies": {
"@types/react": "~18.0.27",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.17.0",
"microbundle": "^0.15.1",
"react": "18.2.0",
"react-native": "0.71.8",
"typescript": "^4.7.4"
},
"packageManager": "[email protected]"
}