UNPKG

@ribajs/bs4

Version:

Bootstrap 4 module for Riba.js

99 lines 2.87 kB
{ "name": "@ribajs/bs4", "description": "Bootstrap 4 module for Riba.js", "version": "2.0.0-rc.23", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "author": "Pascal Garber <pascal@artandcode.studio>", "contributors": [], "url": "https://github.com/ribajs/riba/tree/master/packages/bs4", "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 4", "Twitter Bootstrap 4", "Art+Code Studio", "Riba", "Rivets", "tinybind", "SPA", "TypeScript", "Browser" ], "scripts": { "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx,.cts,.mts --fix && tsc --noEmit", "build": "yarn run lint && yarn run build:module", "build:module": "tsc", "clean": "rm -rf ./dist ./lib" }, "files": [ "/src", "/dist" ], "devDependencies": { "@babel/cli": "^7.27.2", "@babel/core": "^7.27.4", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/plugin-proposal-optional-chaining": "^7.21.0", "@babel/plugin-syntax-export-default-from": "^7.27.1", "@babel/plugin-transform-runtime": "^7.27.4", "@babel/plugin-transform-typescript": "^7.27.1", "@babel/preset-env": "^7.27.2", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@babel/runtime": "^7.27.6", "@babel/runtime-corejs3": "^7.27.6", "@ribajs/eslint-config": "^2.0.0-rc.23", "@ribajs/tsconfig": "^2.0.0-rc.23", "@ribajs/types": "^2.0.0-rc.23", "@types/jest": "^30.0.0", "@typescript-eslint/eslint-plugin": "^8.34.0", "@typescript-eslint/parser": "^8.34.0", "@yarnpkg/pnpify": "^4.1.5", "babel-jest": "^30.0.0", "babel-loader": "^10.0.0", "babel-plugin-array-includes": "^2.0.3", "core-js": "^3.43.0", "eslint": "^9.29.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-prettier": "^5.4.1", "jest": "^29.7.0", "jest-extended": "^6.0.0", "prettier": "^3.5.3", "ts-jest": "^29.4.0", "typescript": "5.8.3", "webpack": "^5.99.9", "webpack-cli": "^6.0.1" }, "dependencies": { "@ribajs/cache": "^2.0.0-rc.23", "@ribajs/core": "^2.0.0-rc.23", "@ribajs/events": "^2.0.0-rc.23", "@ribajs/extras": "^2.0.0-rc.23", "@ribajs/utils": "^2.0.0-rc.23", "@sphinxxxx/color-conversion": "^2.2.2", "bootstrap": "^4.6.2", "popper.js": "^1.16.1" }, "bugs": { "url": "https://github.com/ribajs/riba/issues" } }