tw-bootstrap-grid
Version:
A Tailwind CSS plugin that adds a responsive, Bootstrap-style grid system.
80 lines (79 loc) • 2.29 kB
JSON
{
"name": "tw-bootstrap-grid",
"version": "1.2.3",
"type": "module",
"description": "A Tailwind CSS plugin that adds a responsive, Bootstrap-style grid system.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"keywords": [
"tailwind",
"tailwindcss",
"tailwind-plugin",
"bootstrap",
"bootstrap-grid",
"responsive-grid",
"grid",
"responsive",
"plugin",
"flexbox",
"breakpoints",
"utility-first",
"layout",
"12-column",
"css-grid"
],
"author": "Baver Bozdağ",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bawerbozdag/tw-bootstrap-grid.git"
},
"bugs": {
"url": "https://github.com/bawerbozdag/tw-bootstrap-grid/issues"
},
"homepage": "https://github.com/bawerbozdag/tw-bootstrap-grid#readme",
"engines": {
"node": ">=18.0.0"
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"typecheck": "tsc --noEmit",
"format": "prettier --write ./**/*.{js,jsx,ts,tsx,cjs,json,css,scss}",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"test:v3": "cd __tests__/tailwind_v3 && npm install && npm test",
"test:v4": "cd __tests__/tailwind_v4 && npm install && npm test",
"test": "npm run test:v3 && npm run test:v4"
},
"workspaces": [
"__tests__/tailwind_v3",
"__tests__/tailwind_v4"
],
"peerDependencies": {
"tailwindcss": ">=3.0.0"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.2",
"@semantic-release/npm": "^12.0.1",
"@types/node": "^22.15.17",
"eslint": "^9.27.0",
"globals": "^16.1.0",
"prettier": "^3.5.3",
"semantic-release": "^24.2.4",
"tsup": "^8.4.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1",
"vitest": "^3.2.0"
}
}