UNPKG

@p5-wrapper/next

Version:

A NextJS specific library for the @P5-Wrapper/react project.

64 lines (63 loc) 1.43 kB
{ "name": "@p5-wrapper/next", "description": "A NextJS specific library for the @P5-Wrapper/react project.", "version": "2.0.0", "type": "module", "homepage": "https://github.com/P5-wrapper/next", "license": "MIT", "types": "dist/main.d.ts", "files": [ "dist" ], "main": "./dist/next.umd.cjs", "module": "./dist/next.js", "exports": { ".": { "import": "./dist/next.js", "types": "./dist/main.d.ts", "require": "./dist/next.umd.cjs" } }, "scripts": { "dev": "vite", "build": "rimraf dist && tsc && vite build", "preview": "vite preview" }, "keywords": [ "react", "react-component", "p5", "processing", "next", "nextjs", "typescript" ], "author": { "name": "James Robb", "url": "https://github.com/jamesrweb" }, "contributors": [], "repository": { "type": "git", "url": "https://github.com/P5-wrapper/next.git" }, "bugs": { "url": "https://github.com/P5-wrapper/next/issues" }, "peerDependencies": { "@p5-wrapper/react": ">= 4.0.0", "next": ">= 15.0.0", "react": ">= 19.0.0", "react-dom": ">= 19.0.0" }, "devDependencies": { "@types/node": "^24.0.10", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@vitejs/plugin-react": "^4.6.0", "rimraf": "^6.0.1", "typescript": "^5.8.3", "vite": "^7.0.2", "vite-plugin-dts": "^4.5.4" } }