react-particle-components
Version:
React components for adding beautiful tsParticles effects with minimal setup.
48 lines • 1.12 kB
JSON
{
"name": "react-particle-components",
"version": "0.0.8",
"description": "React components for adding beautiful tsParticles effects with minimal setup.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"type": "module",
"scripts": {
"build": "tsup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NekoSakuraLucia/react-particle-components.git"
},
"keywords": [
"Particle",
"React",
"ts-particles",
"react-particles"
],
"author": "NekoSakuraLucia",
"license": "MIT",
"bugs": {
"url": "https://github.com/NekoSakuraLucia/react-particle-components/issues"
},
"homepage": "https://github.com/NekoSakuraLucia/react-particle-components#readme",
"dependencies": {
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.7.1"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"files": [
"dist"
],
"devDependencies": {
"tsup": "^8.3.5",
"typescript": "^5.7.2"
}
}