2021-07-03 17:51:30 +00:00
|
|
|
{
|
2021-07-19 17:34:41 +00:00
|
|
|
"name": "rn-emoji-keyboard",
|
2022-04-12 16:43:47 +00:00
|
|
|
"version": "0.4.3",
|
2021-07-27 09:37:44 +00:00
|
|
|
"description": "Super performant, lightweight, fully customizable emoji picker. Designated to be user and developer friendly! 💖",
|
2021-07-03 17:51:30 +00:00
|
|
|
"main": "lib/commonjs/index",
|
|
|
|
"module": "lib/module/index",
|
|
|
|
"types": "lib/typescript/index.d.ts",
|
|
|
|
"react-native": "src/index",
|
|
|
|
"source": "src/index",
|
|
|
|
"files": [
|
|
|
|
"src",
|
|
|
|
"lib",
|
|
|
|
"android",
|
|
|
|
"ios",
|
|
|
|
"cpp",
|
2021-07-19 17:57:17 +00:00
|
|
|
"rn-emoji-keyboard.podspec",
|
2021-07-03 17:51:30 +00:00
|
|
|
"!lib/typescript/example",
|
|
|
|
"!android/build",
|
|
|
|
"!ios/build",
|
|
|
|
"!**/__tests__",
|
|
|
|
"!**/__fixtures__",
|
|
|
|
"!**/__mocks__"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"test": "jest",
|
|
|
|
"typescript": "tsc --noEmit",
|
|
|
|
"lint": "eslint \"**/*.{js,ts,tsx}\"",
|
|
|
|
"prepare": "bob build",
|
|
|
|
"release": "release-it",
|
|
|
|
"example": "yarn --cwd example",
|
|
|
|
"pods": "cd example && pod-install --quiet",
|
2021-07-10 13:21:47 +00:00
|
|
|
"bootstrap": "yarn example && yarn && yarn pods",
|
|
|
|
"generateIcons": "node ./scripts/generateIcons.js"
|
2021-07-03 17:51:30 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"react-native",
|
|
|
|
"ios",
|
|
|
|
"android"
|
|
|
|
],
|
2021-07-19 17:45:55 +00:00
|
|
|
"repository": "https://github.com/TheWidlarzGroup/rn-emoji-keyboard",
|
2021-07-03 17:51:30 +00:00
|
|
|
"author": "Jakub Grzywacz <kontakt@jakubgrzywacz.pl> (https://github.com/jakex7)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2021-07-19 17:45:55 +00:00
|
|
|
"url": "https://github.com/TheWidlarzGroup/rn-emoji-keyboard/issues"
|
2021-07-03 17:51:30 +00:00
|
|
|
},
|
2021-07-19 17:45:55 +00:00
|
|
|
"homepage": "https://github.com/TheWidlarzGroup/rn-emoji-keyboard#readme",
|
2021-07-03 17:51:30 +00:00
|
|
|
"publishConfig": {
|
2021-07-12 12:29:32 +00:00
|
|
|
"registry": "https://registry.npmjs.org/",
|
|
|
|
"access": "public"
|
2021-07-03 17:51:30 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@commitlint/config-conventional": "^11.0.0",
|
|
|
|
"@react-native-community/eslint-config": "^2.0.0",
|
|
|
|
"@release-it/conventional-changelog": "^2.0.0",
|
2021-08-11 08:13:38 +00:00
|
|
|
"@twgdev/prettier-config": "^1.0.2",
|
2021-07-03 17:51:30 +00:00
|
|
|
"@types/jest": "^26.0.0",
|
|
|
|
"@types/react": "^16.9.19",
|
|
|
|
"@types/react-native": "0.62.13",
|
|
|
|
"commitlint": "^11.0.0",
|
|
|
|
"eslint": "^7.2.0",
|
|
|
|
"eslint-config-prettier": "^7.0.0",
|
|
|
|
"eslint-plugin-prettier": "^3.1.3",
|
|
|
|
"husky": "^4.2.5",
|
|
|
|
"jest": "^26.0.1",
|
|
|
|
"pod-install": "^0.1.0",
|
|
|
|
"prettier": "^2.0.5",
|
|
|
|
"react": "16.13.1",
|
|
|
|
"react-native": "0.63.4",
|
|
|
|
"react-native-builder-bob": "^0.18.0",
|
2021-07-10 13:21:47 +00:00
|
|
|
"react-native-svg": "^12.1.1",
|
2021-07-03 17:51:30 +00:00
|
|
|
"release-it": "^14.2.2",
|
2021-07-10 13:21:47 +00:00
|
|
|
"typescript": "^4.1.3",
|
|
|
|
"unicode-emoji-json": "^0.2.1"
|
2021-07-03 17:51:30 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"react": "*",
|
2021-07-10 11:09:42 +00:00
|
|
|
"react-native": "*",
|
|
|
|
"react-native-svg": "^12.1.1"
|
2021-07-03 17:51:30 +00:00
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"preset": "react-native",
|
|
|
|
"modulePathIgnorePatterns": [
|
|
|
|
"<rootDir>/example/node_modules",
|
|
|
|
"<rootDir>/lib/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
|
|
|
|
"pre-commit": "yarn lint && yarn typescript"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"commitlint": {
|
|
|
|
"extends": [
|
|
|
|
"@commitlint/config-conventional"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"release-it": {
|
|
|
|
"git": {
|
|
|
|
"commitMessage": "chore: release ${version}",
|
|
|
|
"tagName": "v${version}"
|
|
|
|
},
|
|
|
|
"npm": {
|
|
|
|
"publish": true
|
|
|
|
},
|
|
|
|
"github": {
|
2021-07-19 17:45:55 +00:00
|
|
|
"release": true
|
2021-07-03 17:51:30 +00:00
|
|
|
},
|
|
|
|
"plugins": {
|
|
|
|
"@release-it/conventional-changelog": {
|
|
|
|
"preset": "angular"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"root": true,
|
|
|
|
"extends": [
|
|
|
|
"@react-native-community",
|
|
|
|
"prettier"
|
2021-08-11 08:13:38 +00:00
|
|
|
]
|
2021-07-03 17:51:30 +00:00
|
|
|
},
|
|
|
|
"eslintIgnore": [
|
|
|
|
"node_modules/",
|
|
|
|
"lib/"
|
|
|
|
],
|
2021-08-11 08:13:38 +00:00
|
|
|
"prettier": "@twgdev/prettier-config",
|
2021-07-03 17:51:30 +00:00
|
|
|
"react-native-builder-bob": {
|
|
|
|
"source": "src",
|
|
|
|
"output": "lib",
|
|
|
|
"targets": [
|
|
|
|
"commonjs",
|
|
|
|
"module",
|
|
|
|
[
|
|
|
|
"typescript",
|
|
|
|
{
|
|
|
|
"project": "tsconfig.build.json"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
2021-07-07 10:00:45 +00:00
|
|
|
},
|
2021-07-10 13:21:47 +00:00
|
|
|
"dependencies": {}
|
2021-07-03 17:51:30 +00:00
|
|
|
}
|