UNPKG

@tantainnovative/ndpr-toolkit

Version:

Nigerian Data Protection Compliance Toolkit for implementing NDPR and DPA compliant features

118 lines (117 loc) 3.38 kB
{ "name": "@tantainnovative/ndpr-toolkit", "version": "1.0.7", "private": false, "description": "Nigerian Data Protection Compliance Toolkit for implementing NDPR and DPA compliant features", "scripts": { "dev": "next dev --turbopack", "build": "next build", "build:lib": "tsup && pnpm build:types", "build:types": "tsc -p tsconfig.lib.json", "prepublishOnly": "pnpm build:lib", "start": "next start", "lint": "next lint", "test": "jest --passWithNoTests", "prepare": "husky install", "export": "next export", "build:static": "next build", "deploy": "next build && touch out/.nojekyll && gh-pages -d out", "release": "standard-version", "release:minor": "standard-version --release-as minor", "release:major": "standard-version --release-as major", "release:patch": "standard-version --release-as patch" }, "keywords": [ "ndpr", "dpa", "nigeria", "data-protection", "compliance", "privacy", "gdpr" ], "author": "Tanta Innovative", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/tantainnovative/ndpr-toolkit.git" }, "bugs": { "url": "https://github.com/tantainnovative/ndpr-toolkit/issues" }, "homepage": "https://github.com/tantainnovative/ndpr-toolkit#readme", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./unstyled": { "types": "./dist/unstyled.d.ts", "import": "./dist/unstyled.mjs", "require": "./dist/unstyled.js" }, "./styles": { "import": "./dist/styles.css", "require": "./dist/styles.css" } }, "files": [ "dist", "README.md", "LICENSE" ], "dependencies": { "@radix-ui/react-label": "^2.1.4", "@radix-ui/react-slot": "^1.2.0", "@radix-ui/react-switch": "^1.2.2", "@radix-ui/react-tabs": "^1.1.9", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "docx": "^9.4.1", "gray-matter": "^4.0.3", "html-to-docx": "^1.8.0", "jspdf": "^3.0.1", "jspdf-autotable": "^5.0.2", "lucide-react": "^0.507.0", "next": "15.3.1", "next-mdx-remote": "^5.0.0", "nextra": "^4.2.17", "nextra-theme-docs": "^4.2.17", "react-markdown": "^10.1.0", "tailwind-merge": "^2.6.0", "uuid": "^11.1.0" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "devDependencies": { "@commitlint/cli": "^19.0.0", "@commitlint/config-conventional": "^19.0.0", "@eslint/eslintrc": "^3", "@tailwindcss/postcss": "^4.1.5", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@types/jest": "^29.5.0", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "@types/uuid": "^9.0.0", "autoprefixer": "^10.4.21", "eslint": "^9", "eslint-config-next": "15.3.1", "gh-pages": "^6.3.0", "husky": "^9.0.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "standard-version": "^9.5.0", "tailwindcss": "^4", "tsup": "^8.5.0", "tw-animate-css": "^1.2.9", "typescript": "^5" } }