UNPKG

react-fluo

Version:

A react library that can be used to highlight and comment parts of a given text. The highlights and comments are both configurable to blend with the user's design and needs

84 lines (83 loc) 2.51 kB
{ "name": "react-fluo", "version": "2.0.0", "description": "A react library that can be used to highlight and comment parts of a given text. The highlights and comments are both configurable to blend with the user's design and needs", "author": { "name": "Neocoast" }, "license": "ISC", "main": "./dist/index.js", "repository": { "type": "git", "url": "git+https://github.com/NeoCoast/react-fluo.git" }, "files": [ "dist", "CONTRIBUTING.md", "README.md", "package.json" ], "keywords": [ "react", "typescript", "highlights", "fluo" ], "dependencies": { "classnames": "^2.3.1", "date-fns": "^2.29.3", "sass": "^1.58.0", "webpack-node-externals": "^3.0.0" }, "devDependencies": { "@babel/core": "^7.20.12", "@babel/preset-react": "^7.22.5", "@babel/preset-typescript": "^7.22.5", "@storybook/addon-actions": "^6.5.16", "@storybook/addon-essentials": "^6.5.16", "@storybook/addon-interactions": "^6.5.16", "@storybook/addon-links": "^6.5.16", "@storybook/builder-webpack5": "^6.5.16", "@storybook/manager-webpack5": "^6.5.16", "@storybook/react": "^6.5.16", "@storybook/testing-library": "^0.0.13", "@types/react": "^17.0.41", "@typescript-eslint/eslint-plugin": "^5.16.0", "@typescript-eslint/parser": "^5.16.0", "babel-loader": "^8.3.0", "chromatic": "^6.19.9", "copyfiles": "^2.4.1", "css-loader": "^6.8.1", "eslint": "^8.11.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^16.1.4", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.29.4", "html-webpack-plugin": "^5.5.0", "node-sass": "^9.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "sass-loader": "^13.3.2", "style-loader": "^3.3.3", "svg-url-loader": "^8.0.0", "ts-loader": "^9.4.2", "typescript": "^4.9.5", "webpack": "^5.88.2", "webpack-cli": "^5.1.4" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "scripts": { "prepare": "npm run build", "build": "webpack --config webpack.config.js", "lint": "eslint --fix . && npx stylelint --fix \"src/**/*.scss\"", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook", "chromatic": "npx chromatic --project-token=chpt_6373e9f8ddeca94" }, "readme": "ERROR: No README data found!", "_id": "react-fluo@1.0.0" }