UNPKG

react-text-particles

Version:

Create visually stunning text particles with React Text Particles and let your imagination run wild!

94 lines (93 loc) 2.28 kB
{ "version": "2.5.1", "license": "MIT", "main": "dist/index.js", "description": "Create visually stunning text particles with React Text Particles and let your imagination run wild!", "typings": "dist/index.d.ts", "files": [ "dist" ], "engines": { "node": ">=10" }, "keywords": [ "React", "P5js", "Particles", "Bubbles" ], "scripts": { "start": "tsdx watch", "build": "tsdx build", "lint": "tsdx lint", "acp": "git add . && npm run commit && git push", "commit": "git-cz", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook", "semantic-release": "semantic-release --branches main" }, "peerDependencies": { "react": ">=16" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "name": "react-text-particles", "author": "halilatilla", "module": "dist/react-text-particles.esm.js", "size-limit": [ { "path": "dist/react-text-particles.cjs.production.min.js", "limit": "10 KB" }, { "path": "dist/react-text-particles.esm.js", "limit": "10 KB" } ], "devDependencies": { "@babel/core": "^7.16.5", "@size-limit/preset-small-lib": "^4.12.0", "@storybook/addon-essentials": "^6.4.9", "@storybook/addon-info": "^5.3.21", "@storybook/addon-links": "^6.4.9", "@storybook/addons": "^6.4.9", "@storybook/react": "^6.4.9", "@types/react": "^17.0.11", "@types/react-dom": "^17.0.8", "babel-loader": "^8.2.2", "cz-conventional-changelog": "^3.3.0", "husky": "^7.0.4", "react": "^17.0.2", "react-dom": "^17.0.2", "react-is": "^17.0.2", "semantic-release": "^18.0.1", "size-limit": "^4.12.0", "tsdx": "^0.14.1", "tslib": "^2.3.0", "typescript": "^4.3.4" }, "repository": { "type": "git", "url": "https://github.com/halilatilla/react-text-particles.git" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "react-p5-wrapper": "^3.0.2" } }