2015-10-05 20:41:32 +00:00
|
|
|
{
|
2019-03-26 19:18:58 +00:00
|
|
|
"name": "@react-native-community/blur",
|
2020-03-04 17:46:11 +00:00
|
|
|
"version": "3.5.0",
|
2015-10-05 20:41:32 +00:00
|
|
|
"description": "React Native Blur component",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2019-03-26 18:19:21 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2019-11-08 21:32:40 +00:00
|
|
|
"lint": "eslint src index.js"
|
2015-10-05 20:41:32 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-07-10 13:23:25 +00:00
|
|
|
"url": "git@github.com:react-native-community/react-native-blur.git"
|
2015-10-05 20:41:32 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"react-native",
|
|
|
|
"ios",
|
|
|
|
"react-component"
|
|
|
|
],
|
|
|
|
"author": "Alexey Kureev <kureev-mail@ya.ru> (https://github.com/Kureev)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2017-07-10 13:23:25 +00:00
|
|
|
"url": "https://github.com/react-native-community/react-native-blur/issues"
|
2015-10-05 20:41:32 +00:00
|
|
|
},
|
2017-07-10 13:23:25 +00:00
|
|
|
"homepage": "https://github.com/react-native-community/react-native-blur",
|
2017-06-30 09:42:10 +00:00
|
|
|
"dependencies": {
|
|
|
|
"prop-types": "^15.5.10"
|
2019-03-26 18:19:21 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-04-08 12:14:14 +00:00
|
|
|
"@react-native-community/eslint-config": "^1.0.0",
|
|
|
|
"eslint": "^6.8.0",
|
|
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
|
|
"husky": "^4.2.3",
|
|
|
|
"lint-staged": "^10.1.2",
|
|
|
|
"prettier": "2.0.4",
|
|
|
|
"react": "16.13.1",
|
|
|
|
"react-native": "0.62.1"
|
2019-03-26 18:19:21 +00:00
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"lint-staged": {
|
2019-03-26 18:52:44 +00:00
|
|
|
"*.{js,json,css,md}": [
|
|
|
|
"prettier --write",
|
|
|
|
"git add"
|
|
|
|
]
|
2017-06-30 09:42:10 +00:00
|
|
|
}
|
2015-10-05 20:41:32 +00:00
|
|
|
}
|