UNPKG

@arwes/react-frames

Version:

Futuristic Sci-Fi UI Web Framework

60 lines (59 loc) 1.46 kB
{ "name": "@arwes/react-frames", "version": "1.0.0-next.25020502", "publishConfig": { "access": "public" }, "description": "Futuristic Sci-Fi UI Web Framework", "keywords": [ "arwes", "ui", "front-end", "framework", "scifi", "sci-fi", "science-fiction" ], "homepage": "https://arwes.dev", "repository": { "type": "git", "url": "git+https://github.com/arwes/arwes.git" }, "bugs": { "url": "https://github.com/arwes/arwes/issues" }, "funding": "https://github.com/sponsors/romelperez", "license": "MIT", "files": [ "build" ], "exports": { ".": { "import": "./build/esm/index.js", "require": "./build/cjs/index.js" }, "./build/": { "default": "./build/" } }, "types": "./build/esm/index.d.ts", "module": "./build/esm/index.js", "main": "./build/cjs/index.js", "peerDependencies": { "react": "18" }, "dependencies": { "@arwes/frames": "^1.0.0-next.25020502", "@arwes/react-animator": "^1.0.0-next.25020502", "@arwes/react-tools": "^1.0.0-next.25020502", "@arwes/tools": "^1.0.0-next.25020502", "tslib": "2" }, "scripts": { "build": "npm run build-esm && npm run build-cjs", "build-esm": "sh ../../scripts/pkg-build-esm.sh", "build-cjs": "sh ../../scripts/pkg-build-cjs.sh", "dev": "sh ../../scripts/pkg-build-esm.sh --watch" }, "gitHead": "044b8f55db1e1bef764ab474a26e1eb19256028a" }