react-scitext
Version:
React component for rendering scientific text with Markdown, LaTeX, and SMILES support
92 lines (91 loc) • 2.45 kB
JSON
{
"name": "react-scitext",
"version": "1.1.0",
"description": "React component for rendering scientific text with Markdown, LaTeX, and SMILES support",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage",
"lint": "eslint src --ext .ts,.tsx",
"typecheck": "tsc --noEmit",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepare": "npm run build"
},
"keywords": [
"react",
"markdown",
"latex",
"math",
"chemistry",
"smiles",
"ai",
"text-rendering",
"katex",
"scientific"
],
"author": "rsmyst",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/rsmyst/react-scitext.git"
},
"bugs": {
"url": "https://github.com/rsmyst/react-scitext/issues"
},
"homepage": "https://github.com/rsmyst/react-scitext#readme",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"katex": "^0.16.8",
"react-katex": "^3.0.1",
"react-markdown": "^8.0.7",
"remark-gfm": "^3.0.1",
"smiles-drawer": "^2.1.7"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-interactions": "^8.6.14",
"@storybook/addon-links": "^8.6.14",
"@storybook/blocks": "^8.6.14",
"@storybook/react": "^8.6.14",
"@storybook/react-vite": "^8.6.14",
"@storybook/test": "^8.6.14",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.0.4",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"fast-check": "^3.15.1",
"jsdom": "^23.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^8.6.14",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite-plugin-dts": "^3.6.4",
"vitest": "^1.0.4"
},
"engines": {
"node": ">=16.0.0"
}
}