UNPKG

flex-element-tabs

Version:

flex-element-tabs is a versatile JavaScript library for creating dynamic tabs in web interfaces. It offers customizable, lightweight, and easy-to-integrate tab components, enhancing user navigation and content organization in web applications.

45 lines (44 loc) 1.51 kB
{ "name": "flex-element-tabs", "version": "1.0.6", "description": "flex-element-tabs is a versatile JavaScript library for creating dynamic tabs in web interfaces. It offers customizable, lightweight, and easy-to-integrate tab components, enhancing user navigation and content organization in web applications.", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "scripts": { "build": "npm build:esm && npm build:cjs", "build:esm": "tsc", "build:cjs": "tsc --module commonjs --outDir dist/cjs", "test": "jest --config jestconfig.json" }, "keywords": ["Tabs", "JavaScript", "Web Development", "Web Development", "UI Components", "Flexibility"], "author": "Mustafa IŞIK", "license": "ISC", "devDependencies": { "@babel/core": "^7.23.9", "@babel/preset-env": "^7.23.9", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", "@testing-library/react": "^14.1.2", "@types/jest": "^29.5.11", "@types/react": "^18.2.48", "babel-loader": "^9.1.3", "css-loader": "^6.9.1", "jest": "^29.7.0", "jest-canvas-mock": "^2.5.2", "jest-environment-jsdom": "^29.7.0", "style-loader": "^3.3.4", "ts-jest": "^29.1.2", "typescript": "^5.3.3", "typescript-plugin-css-modules": "^5.0.2" }, "dependencies": { "mini-css-extract-plugin": "^2.7.7", "rollup-plugin-peer-deps-external": "^2.2.4" }, "files": [ "dist", "src", "styles.css" ] }