react-icon-cloud
Version:
A React component for rendering an interactive img or word cloud on canvas
97 lines (96 loc) • 2.31 kB
JSON
{
"version": "4.1.7",
"description": "A React component for rendering an interactive img or word cloud on canvas",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"sideEffects": false,
"files": [
"dist",
"src"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
},
"peerDependencies": {
"react": ">=16"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint && npx pretty-quick --staged"
}
},
"prettier": {
"printWidth": 80,
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": false
},
"name": "react-icon-cloud",
"author": {
"name": "Teague Stockwell",
"email": "tsappdevelopment@gmail.com",
"url": "https://teaguestockwell.com"
},
"keywords": [
"react-component",
"react",
"tag-canvas",
"word-cloud",
"tag-cloud",
"wordcloud",
"tagcloud",
"canvas",
"react-tag-canvas",
"img-cloud",
"canvas"
],
"repository": {
"type": "git",
"url": "https://github.com/teaguestockwell/react-icon-cloud"
},
"bugs": {
"url": "https://github.com/teaguestockwell/react-icon-cloud/issues"
},
"homepage": "https://github.com/teaguestockwell/react-icon-cloud",
"module": "dist/react-icon-cloud.esm.js",
"size-limit": [
{
"path": "dist/react-icon-cloud.cjs.production.min.js",
"limit": "30 KB"
},
{
"path": "dist/react-icon-cloud.esm.js",
"limit": "30 KB"
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "^5.0.3",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/color-convert": "^2.0.0",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@types/simple-icons": "^5.8.0",
"husky": "^7.0.2",
"isomorphic-fetch": "^3.0.0",
"pretty-quick": "^3.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"simple-icons": "^5.12.0",
"size-limit": "^5.0.3",
"tsdx": "^0.14.1",
"tslib": "^2.3.1",
"typescript": "^3.9.10"
},
"dependencies": {
"@csstools/convert-colors": "^2.0.0"
}
}