UNPKG

flowtoken

Version:

![flow token demo](https://nextjs-omega-five-46.vercel.app/demo.gif)

57 lines (56 loc) 1.61 kB
{ "name": "flowtoken", "version": "1.0.40", "description": "", "main": "dist/index.js", "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" }, "keywords": [ "ai", "generative ui", "flowtoken", "tokenflow", "ai react", "react ai library", "flowtoken ai", "tokenflow ai" ], "author": "ephibbs", "license": "ISC", "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", "@tailwindcss/typography": "^0.5.15", "@types/react": "^18.3.3", "@types/react-syntax-highlighter": "^15.5.0", "autoprefixer": "^10.4.20", "gh-pages": "^6.1.1", "postcss": "^8.4.47", "react": "^18.3.1", "react-dom": "^18.3.1", "storybook": "^8.4.1", "tailwindcss": "^3.4.14", "typescript": "^5.5.3" }, "dependencies": { "react-markdown": "^9.0.1", "react-syntax-highlighter": "^15.5.0", "regexp-tree": "^0.1.27", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.0" } }