@bnnvara/typography
Version:
Typography for BNNVARA
39 lines • 893 B
JSON
{
"name": "@bnnvara/typography",
"version": "1.1.1",
"description": "Typography for BNNVARA",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "babel ./src -d ./dist --config-file ../../babel.config.js",
"build:package": "node ../../scripts/prepublish",
"build:clean": "node ../../scripts/afterpublish"
},
"keywords": [
"BNNVARA Patterns",
"BNNVARA components",
"Typography",
"Headings",
"Text"
],
"author": "BNNVARA",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@bnnvara/breakpoints": "^1.1.0",
"@bnnvara/colors": "^1.1.0",
"html-react-parser": "^0.4.7",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"striptags": "^3.1.1",
"styled-components": "^4.1.2"
},
"devDependencies": {
"@babel/cli": "^7.2.0"
}
}