fannypack-addon-markdown
Version:
An accessible, composable, and friendly React UI Kit
50 lines (49 loc) • 1.41 kB
JSON
{
"name": "fannypack-addon-markdown",
"version": "5.0.0-rc.6",
"description": "An accessible, composable, and friendly React UI Kit",
"main": "lib/index.js",
"module": "es/index.js",
"unpkg": "dist/fannypack.min.js",
"types": "ts/index.d.ts",
"scripts": {
"build": "node ../../scripts/build/build.js",
"clean": "node ../../scripts/build/clean.js",
"develop": "node ../../scripts/build/build.js --watch",
"prepublishOnly": "yarn build",
"postpublish": "yarn clean",
"type-check": "tsc --noEmit",
"lint": "eslint src/ --ext js,ts,tsx",
"lint:fix": "eslint src/ --fix",
"test": "yarn type-check && yarn lint && yarn jest",
"jest": "jest"
},
"dependencies": {
"lodash": "4.17.15",
"markdown-react-js": "1.0.2"
},
"peerDependencies": {
"@types/react": "16.x",
"@types/react-dom": "16.x",
"fannypack": "5.x",
"react": "16.x",
"react-dom": "16.x"
},
"devDependencies": {
"@testing-library/react": "8.0.7",
"@testing-library/react-hooks": "1.1.0",
"fannypack": "^5.0.0-rc.6",
"react-test-renderer": "16.8.6"
},
"author": "Jake Moxey",
"homepage": "https://github.com/fannypackui",
"license": "MIT",
"repository": "https://github.com/fannypackui/fannypack",
"keywords": [
"fannypack",
"ui",
"accessible",
"composable"
],
"gitHead": "39df13961d8476463a1d3a65a3994d72bafb74db"
}