forked from arronhunt/react-native-emoji-selector
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.3 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
{
"name": "@taskade/react-native-emoji-selector",
"version": "1.0.2",
"description": "A react native emoji selector",
"main": "index.tsx",
"types": "./index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/taskade/react-native-emoji-selector.git"
},
"scripts": {
"prettify": "prettier --write './**/*.js'"
},
"keywords": [
"emoji",
"react"
],
"author": "Arron Hunt",
"license": "MIT",
"dependencies": {
"emoji-datasource": "^6.0.0"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": "^1.13.0",
"react-native": ">=0.64.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/eslint-parser": "^7.12.1",
"@babel/runtime": "^7.12.5",
"@taskade/eslint-plugin": "^0.3.0",
"@types/jest": "^26.0.10",
"@types/react": "^16.9.48",
"@types/react-native": "^0.63.10",
"@types/react-test-renderer": "^16.9.3",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint": "^8.33.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"metro-react-native-babel-preset": "^0.65.2",
"prettier": "^2.6.2",
"typescript": "^4.2.4"
}
}