UNPKG

q5-react

Version:

> Minimal React wrapper for [q5.js](https://github.com/q5js/q5.js)

77 lines (76 loc) 1.63 kB
{ "name": "q5-react", "version": "1.3.0", "repository": { "type": "git", "url": "https://github.com/hxtnv/q5-react.git" }, "homepage": "https://github.com/hxtnv/q5-react#readme", "bugs": { "url": "https://github.com/hxtnv/q5-react/issues" }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "types" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js", "default": "./dist/index.mjs" }, "./dist/q5-react.css": { "default": "./dist/q5-react.css" } }, "scripts": { "build": "vite build && tsc", "dev": "vite", "preview": "vite preview", "prepublishOnly": "npm run build" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "devDependencies": { "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@vitejs/plugin-react-swc": "^3.9.0", "eslint": "^9.25.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "path": "^0.12.7", "q5": "^3.2.1", "sass-embedded": "^1.89.2", "typescript": "~5.8.3", "typescript-eslint": "^8.30.1", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.4" }, "keywords": [ "react", "react-q5", "q5", "q5js", "q5xjs", "q5.js", "p5", "p5js", "p5xjs", "p5.js", "canvas", "graphics", "sketch", "visuals", "creative-coding" ], "dependencies": { "screenfull": "^6.0.2" } }