-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.27 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
{
"name": "@rctsht/mentions",
"version": "0.0.3",
"description": "Text input with @mentions for React Native",
"main": "index.js",
"repository": "[email protected]:rctsht/mentions.git",
"author": "Michael Mason <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"@types/babel__core": "^7.1.3",
"@types/eslint": "^6.1.2",
"@types/eslint-plugin-prettier": "^2.2.0",
"@types/prettier": "^1.18.3",
"@types/react": "^16.9.5",
"@types/react-native": "^0.60.19",
"@types/shortid": "^0.0.29",
"@types/typescript": "^2.0.0",
"eslint": "^6.5.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.17.0",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-prettier": "^3.1.1",
"metro-react-native-babel-preset": "^0.56.0",
"prettier": "^1.18.2",
"react": "16.9.0",
"react-native": "^0.61.2",
"types-installer": "^1.6.3",
"typescript": "^3.6.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"grapheme-splitter": "^1.0.4",
"shortid": "^2.2.15"
}
}