react-font-tools
Version:
Tools to help you with font of your app.
48 lines (47 loc) • 1.16 kB
JSON
{
"name": "react-font-tools",
"version": "1.0.6",
"description": "Tools to help you with font of your app.",
"main": "./lib/index.js",
"module": "lib/index.es.js",
"jsnext:main": "lib/index.es.js",
"keywords": [
"react",
"font",
"react-hook"
],
"files": [
"lib"
],
"scripts": {
"build": "rollup -c"
},
"author": {
"name": "Axel Lavoie",
"email": "axel.lavoie@gmail.com"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:Achaak/react-font-tools.git"
},
"homepage": "https://github.com/Achaak/react-font-tools#readme",
"license": "MIT",
"devDependencies": {
"@types/react": "^18.0.3",
"@types/react-dom": "^18.0.0",
"rollup": "^2.70.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.31.2",
"typescript": "^4.6.3"
},
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
}
}