{ "name": "tabster", "version": "8.7.0", "description": "Focus Management Tools for Web", "author": "Marat Abdullin ", "license": "MIT", "sideEffects": false, "main": "./dist/index.js", "module": "./dist/tabster.esm.js", "typings": "./dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/microsoft/tabster" }, "scripts": { "build": "npm run clean && npm run build-bundle && npm run build-storybook", "build-bundle": "rollup -c", "build-docs": "cd docs && npm install && npm run build", "build-storybook": "storybook build", "bundle-size": "npm run build-bundle && bundle-size measure", "clean": "rimraf dist", "format": "prettier --write .", "format:check": "prettier --check .", "lint": "eslint src/ --fix", "lint:check": "eslint src/", "test": "node tests/utils/runner.cjs", "test:uncontrolled": "STORYBOOK_UNCONTROLLED=true npm test", "test:root-dummy-inputs": "STORYBOOK_UNCONTROLLED=true STORYBOOK_ROOT_DUMMY_INPUTS=true npm test", "test:shadowdom": "SHADOWDOM=true npm test", "test:shadowdom:uncontrolled": "SHADOWDOM=true STORYBOOK_UNCONTROLLED=true npm test", "test:shadowdom:root-dummy-inputs": "SHADOWDOM=true STORYBOOK_UNCONTROLLED=true STORYBOOK_ROOT_DUMMY_INPUTS=true npm test", "test:all": "npm run test && npm run test:uncontrolled && npm run test:root-dummy-inputs && npm run test:shadowdom && npm run test:shadowdom:uncontrolled && npm run test:shadowdom:root-dummy-inputs", "prepublishOnly": "npm run build", "release": "release-it", "serve": "npx http-serve storybook-static", "serve-docs": "cd docs && npm run serve", "start": "npm run storybook", "start-docs": "cd docs && npm run start", "start:uncontrolled": "STORYBOOK_UNCONTROLLED=true npm run storybook", "start:root-dummy-inputs": "STORYBOOK_UNCONTROLLED=true STORYBOOK_ROOT_DUMMY_INPUTS=true npm run storybook", "storybook": "storybook dev -p 8080", "type-check": "npm run type-check:lib && npm run type-check:tests && npm run type-check:stories", "type-check:lib": "tsc -b src/tsconfig.lib.json", "type-check:tests": "tsc -b tests/tsconfig.spec.json", "type-check:stories": "tsc -b stories/tsconfig.stories.json", "prepare-pages-deploy": "rimraf ./.pages-deploy && npm run build-docs && npm run build-storybook && copyfiles -u 2 -a \"./docs/build/**/*\" ./.pages-deploy && copyfiles -u 1 -a \"./storybook-static/**/*\" ./.pages-deploy/storybook" }, "dependencies": { "keyborg": "2.6.0", "tslib": "^2.8.1" }, "devDependencies": { "@babel/core": "^7.28.5", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-decorators": "^7.28.0", "@babel/plugin-transform-react-jsx": "^7.27.1", "@babel/plugin-transform-typescript": "^7.28.5", "@babel/preset-env": "^7.28.5", "@babel/preset-react": "^7.28.5", "@babel/preset-typescript": "^7.28.5", "@rollup/plugin-babel": "^6.1.0", "@rollup/plugin-commonjs": "^29.0.0", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-replace": "^6.0.3", "@storybook/html-vite": "^10.1.4", "@tsconfig/docusaurus": "^2.0.7", "@types/expect-puppeteer": "^5.0.6", "@types/jest": "^30.0.0", "@types/jest-environment-puppeteer": "^5.0.6", "@types/node": "^24.10.1", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@typescript-eslint/eslint-plugin": "^8.48.1", "@typescript-eslint/parser": "^8.48.1", "auto-changelog": "^2.5.0", "babel-jest": "^30.2.0", "babel-loader": "^10.0.0", "babel-plugin-annotate-pure-calls": "^0.5.0", "copyfiles": "^2.4.1", "eslint": "^9.39.1", "eslint-config-prettier": "^10.1.8", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.32.0", "jest": "^30.2.0", "jest-puppeteer": "^11.0.0", "monosize": "^0.7.0", "monosize-bundler-webpack": "0.2.0", "monosize-storage-azure": "0.0.17", "prettier": "^3.7.4", "puppeteer": "^24.32.0", "react": "^19.2.1", "react-dom": "^19.2.1", "release-it": "^19.0.6", "rimraf": "^6.1.2", "rollup": "^4.53.3", "rollup-plugin-dts": "^6.3.0", "rollup-plugin-typescript2": "^0.36.0", "storybook": "^10.1.4", "strip-ansi": "^7.1.2", "tree-kill": "^1.2.2", "tsconfig-paths-webpack-plugin": "^4.2.0", "typescript": "^5.9.3", "typescript-eslint": "^8.48.1", "vite": "^7.2.6", "vite-tsconfig-paths": "^5.1.4" }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "4.53.3" } }