-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
52 lines (52 loc) · 1.24 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
46
47
48
49
50
51
52
{
"name": "@arelstone/react-native-email-chip",
"version": "2.5.4",
"description": "React Native component to display a list of emails as editable chips",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint .",
"prebuild": "rm -rf dist",
"build": "tsc"
},
"author": {
"name": "Carsten Daurehøj",
"email": "[email protected]",
"url": "https://github.com/arelstone"
},
"homepage": "https://github.com/arelstone/react-native-email-chip#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/arelstone/react-native-email-chip.git"
},
"bugs": {
"url": "https://github.com/arelstone/react-native-email-chip/issues"
},
"type": "module",
"keywords": [
"suggestions",
"react native",
"react native component",
"component",
"email",
"chip",
"tags",
"tags",
"input",
"mobile",
"ios",
"android",
"ui"
],
"license": "MIT",
"devDependencies": {
"@arelstone/eslint-config-react-native-typescript": "^1.1.2",
"@babel/preset-react": "^7.12.12",
"@types/react": "*",
"@types/react-native": "*",
"react-dom": "*",
"typescript": "^5.0.3",
"react": "*",
"react-native": "*"
}
}