UNPKG

vfi-2fa

Version:

- Headless (100% customizable, Bring-your-own-UI) - Auto out of the box, fully controllable API - Sorting (Multi and Stable) - Filters - Row Selection - Row Expansion - Column Ordering - Animatable - Resizable - Server-side/controlled data/state

52 lines 1.29 kB
{ "name": "vfi-2fa", "version": "0.2.8", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build", "lint:ts": "eslint ./src --ext .ts,.tsx --config .eslintrc --fix", "lint:styles": "stylelint \"**/*.css\" --fix", "lint": "npm-run-all lint:ts lint:styles", "format": "prettier --write ." }, "keywords": [ "otp", "react", "typescript" ], "author": "AnhNT", "license": "MIT", "files": [ "dist" ], "publishConfig": { "access": "public" }, "dependencies": { "@types/styled-components": "^5.1.34", "axios": "^1.4.0", "becoxy-icons": "^1.9.9", "bootstrap": "^5.3.3", "qs": "^6.14.0", "reactstrap": "^9.2.3" }, "peerDependencies": { "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { "@types/qs": "6.9.18", "@types/react": "19.0.7", "@types/reactstrap": "8.7.2", "eslint": "9.18.0", "eslint-config-prettier": "10.0.1", "eslint-plugin-prettier": "5.2.3", "eslint-plugin-react": "7.37.4", "eslint-plugin-react-hooks": "5.1.0", "eslint-plugin-simple-import-sort": "12.1.1", "prettier": "3.4.2", "typescript": "5.7.3" } }