UNPKG

@scena/ruler

Version:

A Vanilla Ruler component that can draw grids and scroll infinitely.

54 lines (53 loc) 1.47 kB
{ "name": "@scena/ruler", "version": "0.20.0", "description": "A Vanilla Ruler component that can draw grids and scroll infinitely.", "main": "./dist/ruler.cjs.js", "module": "./dist/ruler.esm.js", "sideEffects": false, "types": "declaration/index.d.ts", "scripts": { "start": "rollup -c -w", "build": "rollup -c && npm run declaration && print-sizes ./dist", "declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json" }, "keywords": [ "scene", "scenejs", "scene.js", "scena", "ruler", "scroller" ], "repository": { "type": "git", "url": "git+https://github.com/daybrush/ruler.git" }, "files": [ "README.md", "package.json", "dist/*", "declaration/*" ], "author": "Daybrush", "license": "MIT", "bugs": { "url": "https://github.com/daybrush/ruler/issues" }, "homepage": "https://github.com/daybrush/ruler#readme", "devDependencies": { "@daybrush/builder": "^0.1.2", "@types/react-dom": "^16.9.4", "print-sizes": "0.0.4", "pvu": "^0.5.1", "react": "^16.12.0", "react-dom": "^16.12.0", "rollup-plugin-react-compat": "^0.1.1", "tslint": "^5.18.0", "typescript": "^4.5.0 <4.6.0" }, "dependencies": { "croact": "^1.0.3", "croact-ruler": "~0.18.0" } }