react-particle-text
Version:
A React component that creates interactive particle text effects using Three.js
59 lines (58 loc) • 1.35 kB
JSON
{
"name": "react-particle-text",
"version": "1.1.0",
"description": "A React component that creates interactive particle text effects using Three.js",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"prepublishOnly": "npm run build"
},
"keywords": [
"react",
"particle",
"text",
"three.js",
"animation",
"interactive",
"webgl",
"tailwind",
"responsive",
"typescript",
"particles",
"effects",
"canvas",
"mouse-interaction"
],
"author": "Basil Aslam NP",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/basilaslam/particle-text-package.git"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"three": "^0.178.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.178.1",
"rollup": "^4.9.6",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"typescript": "^5.5.3"
}
}