UNPKG

@bedrock-layout/frame

Version:
66 lines (65 loc) 1.7 kB
{ "name": "@bedrock-layout/frame", "version": "4.0.1", "description": "bedrock-layout frame", "sideEffects": false, "private": false, "publishConfig": { "access": "public" }, "keywords": [ "frame", "layout", "react" ], "author": "Jarvis1010 <travis.mair@gmail.com>", "homepage": "https://bedrock-layout.dev/", "license": "MIT", "unpkg": "lib/index.umd.js", "main": "lib/index.umd.js", "umd:main": "lib/index.umd.js", "module": "lib/index.m.js", "source": "src/index.tsx", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "import": "./lib/index.m.js", "require": "./lib/index.umd.js" } }, "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "dependencies": { "@bedrock-layout/spacing-constants": "^4.0.1", "@bedrock-layout/type-utils": "^0.2.0" }, "peerDependencies": { "@bedrock-layout/css": "^2.1.0", "react": "^16.8 || ^17 || ^18" }, "repository": { "type": "git", "url": "git+https://github.com/Bedrock-Layouts/Bedrock.git" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1", "lint": "eslint --ignore-path .gitignore .", "clean:build": "rimraf lib", "build": "vite build && tsc --emitDeclarationOnly", "prettier": "prettier --ignore-path .gitignore \"**/*.+(js|jsx|ts|tsx|json)\"", "fix-format": "yarn prettier --write", "check-format": "yarn prettier --list-different", "check-types": "tsc --noEmit" }, "bugs": { "url": "https://github.com/Bedrock-Layouts/Bedrock/issues" }, "gitHead": "685652658ff88002c32efe0db77fa28297044a46", "nx": {} }