example-first-publish
Version:
Typography for BNNVARA
40 lines (39 loc) • 804 B
JSON
{
"name": "example-first-publish",
"version": "0.0.5",
"description": "Typography for BNNVARA",
"main": "src/index.js",
"module": "dist/index.js",
"files": [
"dist",
"src"
],
"scripts": {
"build": "babel ./src --ignore '*.stories.js' -d ./dist"
},
"keywords": [
"BNNVARA Patterns",
"BNNVARA components",
"Typography",
"Headings",
"Text"
],
"author": "BNNVARA",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@bnnvara/breakpoints": "^0.0.9",
"@bnnvara/colors": "^0.0.7",
"html-react-parser": "^0.4.7"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"styled-components": "^3.4.1"
},
"peerDependencies": {
"styled-components": "^3.4.1"
}
}