UNPKG

@tabnews/ui

Version:
77 lines (76 loc) 1.85 kB
{ "name": "@tabnews/ui", "version": "0.6.2", "description": "TabNews UI", "license": "MIT", "type": "module", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" }, "./document": { "import": "./dist/_document.js", "require": "./dist/_document.cjs" }, "./markdown": { "import": "./dist/markdown.js", "require": "./dist/markdown.cjs" }, "./primer": { "import": "./dist/primer.js", "require": "./dist/primer.cjs" }, "./css": "./dist/ui.css" }, "files": [ "dist" ], "scripts": { "dev": "vite build --watch", "build": "vite build", "test": "tn test", "test:run": "tn test run", "lint": "eslint . && prettier --check .", "format": "eslint --fix . && prettier --write .", "prepublishOnly": "npm run build" }, "dependencies": { "@bytemd/plugin-breaks": "^1.22.0", "@bytemd/plugin-gemoji": "^1.22.0", "@bytemd/plugin-gfm": "^1.22.0", "@bytemd/plugin-highlight-ssr": "^1.22.0", "@bytemd/plugin-math": "^1.22.0", "@bytemd/plugin-mermaid": "^1.22.0", "@bytemd/react": "^1.22.0", "@primer/octicons-react": "^19.15.2", "@primer/react": "^37.24.0", "rehype-external-links": "^3.0.0", "rehype-slug": "^6.0.0", "styled-components": "^5.3.11" }, "devDependencies": { "next": "15.3.2", "react": "18.3.1", "react-dom": "18.3.1" }, "peerDependencies": { "next": ">=15.2.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, "author": "TabNews", "repository": { "type": "git", "url": "https://github.com/aprendendofelipe/tabnews", "directory": "packages/ui" }, "keywords": [ "tabnews", "ui" ], "publishConfig": { "access": "public" }, "gitHead": "bf00250f03dbaea73ab753d56b9da9aec6ffca30" }