use-style-link
Version:
A React hook for inserting the identical style link.
32 lines (31 loc) • 652 B
JSON
{
"name": "use-style-link",
"author": "Zheeeng <hi@zheeeng.me>",
"description": "A React hook for inserting the identical style link.",
"keywords": [
"react hooks",
"hooks",
"style",
"style-sheet",
"style-link",
"use-style-link"
],
"repository": "https://github.com/zheeeng/use-style-link",
"version": "1.0.6",
"license": "MIT",
"main": "index.js",
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -p tsconfig.json"
},
"files": [
"*.js",
"*.d.ts"
],
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
},
"devDependencies": {
"@types/react": "^17.0.8"
}
}