@nvq/flowtoken
Version:
Animated React components for streaming text and markdown with GitHub theme syntax highlighting (forked from flowtoken)
74 lines • 2.21 kB
JSON
{
"name": "@nvq/flowtoken",
"version": "2.0.6",
"description": "Animated React components for streaming text and markdown with GitHub theme syntax highlighting (forked from flowtoken)",
"main": "dist/index.js",
"keywords": [
"react",
"typescript",
"animation",
"markdown",
"streaming",
"text",
"ui",
"components",
"ai",
"generative ui",
"shadcn",
"flowtoken"
],
"author": "nvq",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/shumpei-oka/flowtoken.git"
},
"homepage": "https://flow-token-demo.vercel.app/",
"bugs": {
"url": "https://github.com/shumpei-oka/flowtoken/issues"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
"@storybook/addon-essentials": "^8.4.1",
"@storybook/addon-interactions": "^8.4.1",
"@storybook/addon-links": "^8.4.1",
"@storybook/addon-onboarding": "^8.4.1",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-styling-webpack": "^1.0.1",
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
"@storybook/blocks": "^8.4.1",
"@storybook/react": "^8.4.1",
"@storybook/react-webpack5": "^8.4.1",
"@storybook/test": "^8.4.1",
"@storybook/theming": "^8.6.14",
"@tailwindcss/postcss": "^4.1.11",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^24.1.0",
"@types/react": "^18.3.3",
"gh-pages": "^6.1.1",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.4.1",
"storybook-dark-mode": "^4.0.2",
"tailwindcss": "^4.1.11",
"typescript": "^5.5.3"
},
"dependencies": {
"@tabler/icons-react": "^3.34.1",
"@types/react-syntax-highlighter": "^15.5.13",
"clsx": "^2.1.1",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.6.1",
"regexp-tree": "^0.1.27",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"tailwind-merge": "^3.3.1"
},
"scripts": {
"build": "tsc && cp src/*.css dist && rm -rf dist/stories && rm -rf dist/src",
"lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
}
}