UNPKG

@ribajs/bs5

Version:

Bootstrap 5 module for Riba.js

85 lines 2.21 kB
{ "name": "@ribajs/bs5", "description": "Bootstrap 5 module for Riba.js", "version": "2.0.0", "type": "module", "engines": { "node": ">=24.0.0" }, "author": "Pascal Garber <pascal@artandcode.studio>", "contributors": [], "url": "https://github.com/ribajs/riba/tree/master/packages/bs5", "homepage": "https://ribajs.com/", "main": "src/index.ts", "module": "src/index.ts", "source": "src/index.ts", "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/ribajs/riba/blob/master/LICENSE" } ], "repository": { "type": "git", "url": "git+https://github.com/ribajs/riba.git" }, "keywords": [ "Bootstrap", "Twitter Bootstrap", "Bootstrap 5", "Twitter Bootstrap 5", "Art+Code Studio", "Riba", "Rivets", "tinybind", "SPA", "TypeScript", "Browser" ], "scripts": { "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx,.cts,.mts --fix && tsc --noEmit", "watch": "yarn run build:module --watch", "build:module": "tsc", "clean": "rm -rf ./dist ./lib", "packages:npm:link": "npm link @ribajs/core @ribajs/extras", "check": "tsc --noEmit" }, "files": [ "/src", "/dist" ], "devDependencies": { "@ribajs/eslint-config": "^2.0.0", "@ribajs/tsconfig": "^2.0.0", "@ribajs/types": "^2.0.0", "@types/jest": "^30.0.0", "@typescript-eslint/eslint-plugin": "^8.58.1", "@typescript-eslint/parser": "^8.58.1", "@yarnpkg/pnpify": "^4.1.6", "eslint": "^10.2.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.5", "jest": "^30.3.0", "jest-extended": "^7.0.0", "prettier": "^3.8.2", "ts-jest": "^29.4.9", "typescript": "6.0.2" }, "dependencies": { "@popperjs/core": "^2.11.8", "@ribajs/cache": "^2.0.0", "@ribajs/core": "^2.0.0", "@ribajs/events": "^2.0.0", "@ribajs/extras": "^2.0.0", "@ribajs/iconset": "^2.0.0", "@ribajs/jsx": "^2.0.0", "@ribajs/utils": "^2.0.0", "@sphinxxxx/color-conversion": "^2.2.2", "@types/bootstrap": "^5.2.10", "bootstrap": "^5.3.8" }, "bugs": { "url": "https://github.com/ribajs/riba/issues" } }