@bedrock-layout/reel
Version:
bedrock-layout reel
67 lines (66 loc) • 1.7 kB
JSON
{
"name": "@bedrock-layout/reel",
"version": "2.2.3",
"description": "bedrock-layout reel",
"sideEffects": false,
"private": false,
"publishConfig": {
"access": "public"
},
"keywords": [
"reel",
"scroll-snap",
"layout",
"react"
],
"author": "Bedrock Layout",
"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": "^3.3.10",
"@bedrock-layout/type-utils": "^0.1.14"
},
"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": "a0d7a64a1b89370559c68eb51777011753b8b200",
"nx": {}
}