@byndyusoft-ui/use-latest-ref
Version:
Byndyusoft UI React Hook
41 lines (40 loc) • 1.38 kB
JSON
{
"name": "@byndyusoft-ui/use-latest-ref",
"version": "1.0.0",
"description": "Byndyusoft UI React Hook",
"keywords": [
"byndyusoft",
"byndyusoft-ui",
"react",
"hook",
"ref",
"latest-ref"
],
"author": "Eugene Abrosimov <sadcitizen@yandex.ru>",
"homepage": "https://github.com/Byndyusoft/ui/tree/master/hooks/use-latest-ref#readme",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Byndyusoft/ui.git"
},
"scripts": {
"build": "tsc --project tsconfig.build.json",
"clean": "rimraf dist",
"lint:check": "npm run eslint:check && npm run prettier:check && npm run stylelint:check",
"lint:fix": "npm run eslint:fix && npm run prettier:fix && npm run stylelint:fix",
"eslint:check": "eslint src --config ../../eslint.config.js",
"eslint:fix": "eslint src --config ../../eslint.config.js --fix",
"prettier:check": "prettier --check \"**/*.{ts,tsx,css,scss,json}\"",
"prettier:fix": "prettier --write \"**/*.{ts,tsx,css,scss,json}\"",
"stylelint:check": "stylelint '**/*.{css,scss}' --allow-empty-input",
"stylelint:fix": "stylelint '**/*.{css,scss}' --fix --allow-empty-input"
},
"bugs": {
"url": "https://github.com/Byndyusoft/ui/issues"
},
"publishConfig": {
"access": "public"
}
}