@dolu13/react-accessibility-config
Version:
Composant React réutilisable pour les personnaliser l'accessibilité avec style Material-UI
95 lines (94 loc) • 2.52 kB
JSON
{
"name": "@dolu13/react-accessibility-config",
"version": "1.0.23",
"description": "Composant React réutilisable pour les personnaliser l'accessibilité avec style Material-UI",
"type": "commonjs",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"./styles": {
"import": "./dist/style.css",
"require": "./dist/style.css"
}
},
"files": [
"dist",
"README.md"
],
"typesVersions": {
"*": {
"*": [
"dist/index.d.ts"
]
}
},
"scripts": {
"dev": "vite",
"clean": "rimraf dist",
"build": "tsc -p tsconfig.build.json",
"build:types": "tsc --emitDeclarationOnly --outDir dist",
"build:watch": "vite build --watch",
"Preview": "vite preview",
"prepare": "npm run build",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --ext ts,tsx --fix",
"type-check": "tsc --noEmit"
},
"keywords": [
"react",
"accessibility",
"a11y",
"material-ui",
"component",
"dyslexia",
"contrast",
"ui",
"vite"
],
"author": "Demol Ludovic <ldemol@norsys.fr>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Dolu13/react-accessibility-config.git"
},
"bugs": {
"url": "https://github.com/Dolu13/react-accessibility-config/issues"
},
"homepage": "https://github.com/Dolu13/react-accessibility-config#readme",
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.5.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.5.0",
"@vitest/coverage-v8": "^1.0.0",
"@vitest/ui": "^1.0.0",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"jsdom": "^23.0.0",
"typescript": "^5.4.5",
"vite": "^6.3.5",
"vitest": "^1.0.0"
},
"dependencies": {
"vite-plugin-dts": "^4.5.4"
}
}