forked from pthongtaem/react-native-barcode-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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-native-barcode-expo",
"version": "1.1.1",
"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]>",
"dependencies": {
"jsbarcode": "^3.11.0",
"react-native-svg": "9.13.3"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz"
},
"devDependencies": {
"@types/react": "^16.9.23",
"@types/react-native": "^0.61.17",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.17.0",
"microbundle": "^0.11.0",
"react": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
"typescript": "^3.8.2"
}
}