@p5-wrapper/next
Version:
A NextJS specific library for the @P5-Wrapper/react project.
64 lines • 1.45 kB
JSON
{
"name": "@p5-wrapper/next",
"description": "A NextJS specific library for the @P5-Wrapper/react project.",
"version": "3.0.1",
"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"
}
},
"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": ">= 5.0.0",
"p5": ">= 2.0.0",
"next": ">= 16.0.0",
"react": ">= 19.0.0",
"react-dom": ">= 19.0.0"
},
"devDependencies": {
"@types/node": "^25.0.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"rimraf": "^6.1.2",
"typescript": "^5.9.3",
"vite": "^7.2.7",
"vite-plugin-dts": "^4.5.4"
},
"scripts": {
"dev": "vite",
"build": "rimraf dist && tsc && vite build",
"preview": "vite preview"
}
}