UNPKG

vanta-react

Version:

React components for Vanta.js animated backgrounds with TypeScript support - CDN optimized with automatic library loading

59 lines (58 loc) 1.55 kB
{ "name": "vanta-react", "version": "0.4.3", "description": "React components for Vanta.js animated backgrounds with TypeScript support - CDN optimized with automatic library loading", "main": "dist/index.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "README-ko.md", "LICENSE" ], "keywords": [ "react", "vanta", "background", "animation", "threejs", "typescript" ], "scripts": { "build": "vite build", "build:cdn": "vite build --mode cdn", "dev": "vite", "dev:cdn": "vite --config vite.cdn.config.ts", "preview": "vite preview", "preview:cdn": "vite preview --config vite.cdn.config.ts", "prepublishOnly": "pnpm build", "demo:cdn": "vite --config vite.cdn.config.ts --open /cdn-demo.html" }, "peerDependencies": { "react": ">=16.0.0", "react-dom": ">=16.0.0" }, "dependencies": {}, "devDependencies": { "@types/react": "^16.14.34", "@types/react-dom": "^16.9.16", "@vitejs/plugin-react": "^4.5.2", "react": "^16.14.0", "react-dom": "^16.14.0", "typescript": "^4.9.5", "vite": "^4.5.2", "vite-plugin-dts": "^3.7.2" }, "packageManager": "pnpm@8.15.1", "license": "MIT", "author": "gyuha <nicegyuha@gmail.com>", "repository": { "type": "git", "url": "git+https://github.com/gyuha/vanta-react.git" }, "homepage": "https://github.com/gyuha/vanta-react#readme", "bugs": { "url": "https://github.com/gyuha/vanta-react/issues" } }