UNPKG

next-live2d

Version:

A simple React component to embed Live2D models (via `live2d-widget`) in Next.js projects.

49 lines (48 loc) 983 B
{ "name": "next-live2d", "version": "1.4.1", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsc" }, "keywords": [ "live2d", "nextjs", "widget", "react-component", "2d-model", "virtual-character" ], "license": "MIT", "author": { "name": "Trần Hữu Đang", "url": "https://dangth.dev" }, "repository": { "type": "git", "url": "https://github.com/dangtranhuu/next-live2d.git" }, "bugs": { "url": "https://github.com/dangtranhuu/next-live2d/issues" }, "homepage": "https://next-live2d.vercel.app", "devDependencies": { "react": "^18.2.0", "@types/react": "^18.2.0", "typescript": "^5.0.0" }, "peerDependencies": { "react": ">=18 <20", "react-dom": ">=18 <20" } }