typerules
Version:
A typography toolkit that sets vertical rhythm and provides type functions.
61 lines (60 loc) • 1.33 kB
JSON
{
"name": "typerules",
"version": "1.0.0-alpha.0",
"description": "A typography toolkit that sets vertical rhythm and provides type functions.",
"homepage": "http://tiagoporto.github.io/typerules",
"keywords": [
"typography",
"settings",
"vertical rhythm",
"toolkit",
"rules",
"stylus",
"sass"
],
"author": {
"name": "Tiago Porto",
"url": "http://tiagoporto.com"
},
"repository": {
"type": "git",
"url": "https://github.com/tiagoporto/typerules.git"
},
"main": "./index.styl",
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "",
"_prepare": "npm run lint",
"tag": "git tag v$npm_package_version",
"postpublish": "npm run tag && git push --tags"
},
"devDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}