{
  "name": "bootstrap-table",
  "description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
  "version": "1.27.2",
  "type": "module",
  "style": "dist/bootstrap-table.min.css",
  "sass": "src/bootstrap-table.scss",
  "main": "dist/bootstrap-table.min.js",
  "files": [
    "dist/",
    "src/",
    "!src/.babelrc",
    "!src/**/*.css",
    "CHANGELOG.md",
    "README.md",
    "LICENSE",
    "bower.json",
    "bootstrap-table.jquery.json",
    "composer.json",
    "index.d.ts",
    "package.json"
  ],
  "directories": {
    "doc": "site"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/preset-env": "^7.29.0",
    "@eslint/js": "^10.0.1",
    "@rollup/plugin-babel": "^7.0.0",
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-inject": "^5.0.5",
    "@rollup/plugin-multi-entry": "^7.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^1.0.0",
    "@vitejs/plugin-vue": "^6.0.4",
    "chalk": "^5.6.2",
    "clean-css-cli": "^5.6.3",
    "core-js": "^3.48.0",
    "cross-env": "^10.1.0",
    "cspell": "^10.0.0",
    "cypress": "^15.10.0",
    "editorconfig-checker": "^6.1.1",
    "eslint": "^10.0.0",
    "eslint-plugin-import-x": "^4.16.1",
    "foreach-cli": "^1.8.1",
    "glob": "^13.0.3",
    "globals": "^17.3.0",
    "happy-dom": "^20.6.1",
    "headr": "^0.0.4",
    "npm-run-all2": "^8.0.4",
    "rimraf": "^6.1.2",
    "rollup": "^4.57.1",
    "rollup-plugin-copy": "^3.5.0",
    "sass": "^1.97.3",
    "shelljs": "^0.10.0",
    "stylelint": "^17.3.0",
    "stylelint-config-standard-scss": "^17.0.0",
    "vite": "^8.0.0",
    "vitest": "^4.0.18",
    "vue": "^3.5.28"
  },
  "scripts": {
    "lint:js": "eslint src tests cypress",
    "lint:css": "stylelint src/**/*.scss",
    "lint:spell": "cspell lint --no-progress 'src/**/*.{js,json,vue,scss}' 'site/**/*.md' '*.md'",
    "lint:editor": "editorconfig-checker -exclude dist",
    "lint": "run-s lint:*",
    "test:cypress": "cypress run --headless",
    "test:vitest": "vitest run",
    "test": "run-s test:*",
    "docs:check:api": "cd tools && node check-api.js",
    "docs:check:locale": "cd tools && node check-locale.js",
    "docs:check": "run-s docs:check:*",
    "js:build:base": "rollup -c",
    "js:build:min": "cross-env NODE_ENV=production rollup -c",
    "js:build:banner": "foreach -g \"dist/**/*.min.js\" -x \"headr #{path} -o #{path} --version --homepage --author --license\"",
    "js:build:vue": "vite build && mv dist/bootstrap-table-vue.umd.cjs dist/bootstrap-table-vue.umd.js",
    "js:build": "run-s js:build:*",
    "css:build:src": "sass --no-source-map -I node_modules src:src",
    "css:build:base": "sass --no-source-map -I node_modules src:dist",
    "css:build:min": "foreach -g \"dist/**/*.css\" -x \"cleancss #{path} -o #{dir}/#{name}.min.css\"",
    "css:build:banner": "foreach -g \"dist/**/*.min.css\" -x \"headr #{path} -o #{path} --version --homepage --author --license\"",
    "css:build": "run-s css:build:*",
    "clean": "rimraf dist",
    "build": "run-s lint clean *:build",
    "pre-commit": "run-s lint docs:check"
  },
  "peerDependencies": {
    "jquery": "3 || 4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wenzhixin/bootstrap-table.git"
  },
  "keywords": [
    "bootstrap",
    "table",
    "pagination",
    "checkbox",
    "radio",
    "datatables",
    "css",
    "css-framework",
    "semantic",
    "semantic-ui",
    "bulma",
    "material",
    "material-design",
    "materialize",
    "foundation"
  ],
  "author": "wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wenzhixin/bootstrap-table/issues"
  },
  "homepage": "https://bootstrap-table.com",
  "types": "./index.d.ts"
}
