@ta-interaktiv/react-annotated-content
Version:
Component to render annotations above other content
47 lines (46 loc) • 1.18 kB
JSON
{
"name": "@ta-interaktiv/react-annotated-content",
"version": "0.1.13",
"description": "Component to render annotations above other content",
"keywords": [
"annotated"
],
"author": "Sebastian Broschinski, https://github.com/seeeeebaaaaa",
"homepage": "https://gitlab.com/ta-interaktiv/packages#readme",
"license": "ISC",
"main": "dist/index.js",
"module": "dist/index.m.js",
"types": "dist/index.d.ts",
"type": "module",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"dist/",
"src/"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/ta-interaktiv/packages.git"
},
"scripts": {
"docs": "typedoc src/",
"test": "echo \"Error: run tests from root\" && exit 1",
"prepare": "npm run clean && npm run dist",
"clean": "rimraf dist es",
"dist": "rollup -c"
},
"bugs": {
"url": "https://gitlab.com/ta-interaktiv/packages/issues"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"styled-components": "^6.1.1"
},
"gitHead": "7715f0735910c75dae5f166cfabb6a6fd932427b"
}