font-detect-rhl
Version:
A React Hook Library for Detecting Fonts
103 lines (102 loc) • 2.94 kB
JSON
{
"name": "font-detect-rhl",
"description": "A React Hook Library for Detecting Fonts",
"version": "1.1.8",
"homepage": "https://github.com/RUN-Collaborations/font-detect-rhl",
"repository": {
"type": "git",
"url": "https://github.com/RUN-Collaborations/font-detect-rhl.git"
},
"license": "MIT",
"engines": {
"node": ">=4"
},
"dependencies": {
"prop-types": "^15.6.1",
"use-deep-compare": "^1.1.0"
},
"scripts": {
"start": "styleguidist server",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"build": "babel src --out-dir build --ignore ./src/hooks/**/*.jsx && shx cp ./src/fonts/*.json ./build/fonts",
"prepublishOnly": "rimraf ./build && yarn build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@testing-library/jest-dom": "^5.11.4",
"@unfoldingword/eslint-config": "^1.3.3",
"babel-loader": "^8.2.2",
"dompurify": "^3.1.6",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^22.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-test-selectors": "^2.0.3",
"lorem-ipsum-usfm": "^0.4.1",
"prettier": "^2.5.1",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-scripts": "4.0.3",
"react-styleguidist": "^11.1.7",
"shx": "^0.3.4",
"webpack": "4.44.0"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"main": "build/index.js",
"files": [
"build"
],
"bugs": {
"url": "https://github.com/RUN-Collaborations/font-detect-rhl/issues"
},
"keywords": [
"font detect",
"detect font",
"font detector",
"font check",
"font checker",
"available fonts",
"is font available",
"font",
"fonts",
"graphite enabled font",
"opentype enabled font",
"graphite enabled fonts",
"opentype enabled fonts",
"detect",
"detector",
"check",
"checker",
"graphite",
"graphite enabled",
"graphte-enabled",
"opentype",
"opentype enabled",
"opentype-enabled",
"font features",
"smart fonts",
"font feature settings",
"font-feature-settings"
],
"author": "run-projects",
"packageManager": "yarn@1.22.22"
}